
Node.js
Official websiteNode.js brings JavaScript to the server with a non-blocking I/O model suited for APIs and real-time workloads.
How I use it
I run Node for REST and GraphQL APIs, background workers, and tooling scripts — often paired with Express or NestJS depending on project size.