Runtime · Technology in use

Node.js

A JavaScript runtime for services, tooling, and server applications.

The problem it solves

A JavaScript runtime for services, tooling, and server applications.

Technical rationale

Node.js allows web applications and services to share a language, types, and tooling. I use it as the runtime for APIs and automation while keeping domain rules separate so they do not depend on process or framework details.

How I have used it

It powers the 2 Free NestJS API and the Pokédex Manager server, along with the development tooling for both.