typescript Build a Facebook Messenger Bot App build a facebook messenger bot from scratch in minutes. Configure answers, questions and other types of replies. This is built using TypeScript, NodeJs, Express
node Authenticating Express React App - Part2 As we discussed in Part 1 on how to do the client side part of the token based authentication in Express React app, this post will focus on server side of the authentication. So lets get started - Exploring the Idea Server side has multiple responsibilities. Below are listed almost
node Authenticating Express React App - Part 1 React Apps of any nature will have certain sections that are visible to users who have registered in your app and have logged in. Consider an E-Commerce app, where users can do everything except checkout without being logged in. So how to build such a system with as little pain
Javascript Create and publish your first Node JS package Creating a node.js package and further publishing it for other people to use it is pretty simple process. Through this post I shall walk through the process by creating a small library and publishing it. Before diving into writing the code and creating the package, make sure you have