In these series of posts we will learn how to build a social network from scratch, we can login using JSON web token, create a user profile, edit it, delete it, post comments in a feed, delete your comments, you can comment other people comments. This will provide for a complete experience of the stack.

Let us talk about Node Modules, what they are, why are they present in every project and how you can use it for your advantage

Let us talk about the most famous Node framework, express js, why its so popular and what problems does it solve

Let us talk about logging. In Node.js, logging refers to the practice of recording information about your application's execution during development, testing, and production