Blog

Notes on TypeScript, Next.js, SQL, Go, and the craft of building fast, pragmatic web products.

blog posts

Posts tagged "nodejs" — 3 posts

How to Read Age of Empires II .aoe2record Files with TypeScript

Jul 20, 2026 • 8min read

I built agelens, an open-source parser for Age of Empires II .aoe2record and .mgz files that works with JavaScript, Node.js, or directly in the browser without uploading replays to a server.

age of empires iiaoe2 detypescriptjavascriptnodejsnpmopen source

Nextjs server actions in depth

May 22, 2025 • 9min read

Next.js Server Actions let you run mutations and server logic from React components. A practical look at how they work and when to use them.

nextjsreactjavascriptnodejsserver

Host Your Node + React App on a VPS (2/2)

Feb 7, 2022 • 4min read

Finish the deployment with free HTTPS via Let's Encrypt, fine-tune Nginx and see the live app. Part 2 closes the VPS setup from Part 1.

reactnginxjavascriptnodejsserver