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 logging. In Node.js, logging refers to the practice of recording information about your application's execution during development, testing, and production