844 followers
Software Developer ๐ฉ๐ผโ๐ป Foodie ๐ Explorer ๐ต๏ธโโ๏ธ Dog lover ๐ถ
Securely Store Passwords in MongoDB Through Node.js with bcrypt Hashing for Maximum Security ยท It is important to protect sensitive data stored in web...
Here is a quick cheat sheet of pm2 commands:- Installing pm2 npm install pm2 -g Start and name a process pm2 start app.js --name myApp Start and...
Lately, I have been experimenting a lot with AWS Lambda and other serverless platforms. To teach myself the concept of serverless I built a simple...
I have been helping a friend crack preliminary round of JavaScript/Node.js interviews. In the process I have identified a few must-know questions that...
Happy New Year 2019! I know I am a bit late but better late than never! ๐ My new year resolution is to write something every day, even if it's...
RESTful web services are built to work best on the Web. Representational State Transfer (REST) is an architectural style that specifies constraints,...