Debugging Node.js
When did it become so easy to debug Node in @code? 😲
I still remember the times where we had to mess around with configs and ports all the time. 🙈
It is pretty easy these days to properly do Node debugging instead of console.log
-ing your way out of things.