tag
nodejs
8 articles
-
We moved a production API from Node to Bun in an afternoon
A real runtime migration with real numbers: dual-runtime code, a measured Node baseline, a three-line cutover, and a rollback that costs the same three lines.
-
Types without the build step: why I chose JSDoc + tsc over TypeScript files
How JSDoc annotations checked by tsc give a buildless platform most of TypeScript's safety with zero compile, and where real .ts files are still the better call.
-
What is the difference between Bun and Node?
Bun versus Node in plain language for founders choosing a JavaScript runtime.
-
OpenClaw: What It Is and How to Get the Most Out of It
A founder focused guide to OpenClaw, why it matters for SMBs, and how to turn chat based control into real operational leverage.
-
Documentation That Scales: Constitution, Contracts, and Runbooks
How I structured documentation so a team of one (plus AI agents) can make consistent decisions fast, without the docs becoming a liability.
-
Why I Built My Own Analytics Pipeline (And What It Actually Costs)
A lightweight, privacy-first analytics system that runs on Netlify functions and JSON files. No vendor lock-in, no monthly SaaS bill, and it took a weekend to build.
-
The Static Site Playbook: Shipping a Content Product on a Near-Zero Budget
How I built a production content site with Markdown, a build script, and a 35KB JS budget, and why the boring choices are the ones that compound.
-
How This Site Works: Architecture for a One-Person Team
The technical architecture behind a fast, SEO-friendly content site built by one person. SSG, Web Components, HTMX, and the business logic behind each choice.