How to deploy with pm2 JavaScript applications
Today I talk with you about how to deploy with pm2 a simple example for a node.js app, but you can use it to deploy react, vue or other JS apps. (more…)
Read more »
Since my previous article on async/await ended up getting popular I thought I'd follow up with more focused guide on flattening your JavaScript. We started this process on the CertSimple codebase a couple of weeks ago and while it was mostly stra… Read more