Tutorials
How to Properly Logout using PassportJs, Express-Session, on a Single Page App
Proper logout using PassportJs & Express-Session for single page web application, clearing both the client cookie and database session.
Tutorials
Proper logout using PassportJs & Express-Session for single page web application, clearing both the client cookie and database session.
Tutorials
If you've made the switch from SQL to NoSQL, you've probably started to dabble into Mongoose population as a means to make up for the lack of table joins. This, unfortunately, is one area where NoSQL databases fall short of their SQL counterpart. Mongoose population can be tricky to setup.
Tutorials
This article shares a brief tutorial for how to save web page as PDF with NodeJs. We will be using the Puppeteer [https://github.com/GoogleChrome/puppeteer] headless chrome browser to pull the web page on a Node server and convert it to PDF. Big thanks to the Chrome DevTools
Tutorials
Yes, this is possible. DigitalOcean is a great and cost effective way to upgrade from hobby services like Heroku. However, be aware that a good amount of DevOps work involved to do this. The DigitalOcean documents are really great, but they didn't fully cover everything that I was trying to