NODE

2 articles
September 15, 2022Node
Node.js Best Practices: My piece of experience

Best practices I gathered working with Node.js covering structuring apps, error handling, logging, deployment, security and more.

August 30, 2022Node
How to set up TypeScript with Node.js and Express

Ease of development is great when you’re building a server written in JavaScript and using Node.js and Express. But what happens when your application server scales, or you’re working on a team of developers all across the world? In these instances, TypeScript can help.