Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Building token based authentication using NodeJs and RethinkDB

Introduction In this tutorial, we will learn how to implement token based authentication in Node.js using JWT. Token-based authentication is a very popular approach in Authentication part of the application. It’s been implemented and used by the variety of popular web services. DOWNLOAD What is token based authentication Generally, we do authentication of a web […]

Building token based authentication using NodeJs and RethinkDB Read More »

Node.js and Redis tutorial – Installation and commands

Redis is the high-performance in-memory database used as data structure store. Redis supports hash, strings, lists and other complicated data structures by maintaining very high performance. Redis along with Node.js can be used as to solve various problems such as cache server or message broker. In this tutorial, we will cover popular and useful Redis

Node.js and Redis tutorial – Installation and commands Read More »

Building real time polling app using RethinkDB and Nodejs

RethinkDB and Nodejs are the perfect combination to build your next real-time web application. RethinkDB provides the combination of SQL and NoSQL data model and live feed which is perfect for building real-time web application. What we’ll be building In this guide, we will develop basic polling app using Node and RethinkDB. It requires almost

Building real time polling app using RethinkDB and Nodejs Read More »