Is Express.js a good idea for backend?

express-good-idea-backend

When you start learning JavaScript and Node.js for web development, you can’t help but wonder what backend frameworks are available. With a little bit of searching, the first framework you’ll see is Express.js. So your question is now “is Express.js a good idea for backend?”. If you are a junior developer working alone on a project, will your project be …

Read more

Some tips on upgrading packages for your Node.js project

Lets face it. Every node.js developer (including me) has encountered this problem. You’re in the middle of coding your project at work or your side project, then you thought of upgrading your npm packages. So you type npm install or yarn install. Boom! Updating 123843 packages. Lucky if you haven’t encountered any errors while updating, and if your project still …

Read more