What is Blockchain? Your blockchain 101
What is Blockchain technology? A blockchain is a distributed database that is used to maintain a continuously growing list of records called…
What is Blockchain technology? A blockchain is a distributed database that is used to maintain a continuously growing list of records called…
What does trustless mean? The daily interactions we have either with real people or with our devices and applications require some level of…
MongoDB: Popular among the NoSQL databases. MongoDB has certainly grown its popularity among the NoSQL databases out there. MongoDB is a…
Prerequisites Before we get to this tutorial, you need a basic setup of nodejs and mongodb application. If you don't have any setup, please…
What is docker? Over the years, we have had many definitions for docker. The simplest one is that it is a product that provides OS-level…
Prerequisites Before we get to this tutorial, you need a basic setup of nodejs and mongodb application with passport-local authentication…
NodeJs as a microservice. Node.js is an open-source, JavaScript runtime environment that executes JavaScript code outside a web browser…
Redux: A predictable state container for javascript apps Redux is a state management system that is used by javascript apps to provide a…
Routing: Client-side and Server-side routes In the previous article we provided a basic setup for server side rendering with react and…