Node.js

How to Send Email in Node.js

This tutorial will cover how to send an email in Node.js using a 'nodemailer' package. We will also be using a fake SMTP service called mailtrap.io, which makes email testing way easier in real projects

Read
Node.js

How to Setup Basic Node Server

We will setup basic Node Server from an empty folder using express.js

Read
Productivity

Is 20-20-20 ๐Ÿ‘๏ธ or Pomodoro ๐Ÿ… not working for you? Try this.

Not sure why but both the techniques didn't work for me and I was in need of something that can force me to take a break.So I invented ๐Ÿ˜‰ the following technique that works for me. It might sound funny but it's effective.

Read
Git

Git FAQs I Encounter Regularly

Git is much more than just `push`/`pull` of your code. In this post I will discuss other supporting commands and tricks to handle some scenarios I have encountered while coding in a team. These are also the questions that I'm asked by most git beginners I work with.

Read