Shahid

Shahid

Founder of Codeforgeek. Technologist. Published Author. Engineer. Content Creator. Teaching Everything I learn!

Automate your workflow with Github Actions

Github action

Github announced a new feature around a month ago called Action which would be workflow system inbuilt inside Github repository. We can look for an event such as push, pull etc and perform some predefined action such as send notification…

Getting Started With MongoDB Atlas with Node.js

MongoDB Atlas is a database as a service platform by MongoDB. MongoDB deployment and management is one of the pain points for the independent developers and small scale startups who cannot afford MongoDB infrastructure engineer. MongoDB Atlas solves those issues…

Email Queue Design

Nodejs interview questions and answers

Emails are very important part of any web/mobile based company. Whether you are a SaaS-based business or standalone mobile app, you might be sending a huge number of emails to your customers. Generally, we classify those emails into two categories:…