RSSAmplifier

Blog

Alonso Network

The End (Your Purpose) is the Beginning

alonso.networkRSS feed ↗8 posts

Latest posts

Easily do SQL-Only Dev in Node

noorm 1.0 is out: your sql folder is the schema, changes are plain SQL forward/revert pairs, and the SDK keeps Kysely's typed queries. No DSL, no codegen, no ORM.

One Event System, Browser to Message Broker

EventTarget works everywhere but feels like a hack. Event Emitter is node-native, but no pattern matching or introspection. What if there was an event system that covered that, ran on browser + server + mobile, with a relay that crossed process and network boundaries for horizontal scaling?

The Next.js Turducken

Next.js is the turducken of web frameworks. Layer after layer of abstractions, each one hiding the browser-server boundary. Two weeks ago, that gave us a CVSS 10.0 vulnerability. The boundary isn't an inconvenience to abstract away. It's a security perimeter.

Too lazy to update my CV; built a CV Generator Instead

Built a CV generator in 6 hours so I’d never update my resume again. LLMs + code turned a tedious chore into a 2-minute workflow.

Your Database is Better at Security Than Your App

Why build auth logic when your database can do it better? Learn how SQL Server user impersonation creates stronger security boundaries with less application complexity.

Google's $10 Billion Null Pointer

A meditation on hubris, humility, and why your grandpa's advice about checking your inputs still matters in the age of hyperscale.

The Aristotelian Approach to Writing Good Programs

Most bugs come from sloppy thinking about what a value is and whether an operation should even run. Aristotle worked out the rules for that 2,400 years ago. Here's how I apply them to real code.

The Recurring Cycle of 'Developer Replacement' Hype

AI isn't replacing developers, it's transforming them. Just as NoCode created specialists and cloud turned sysadmins into DevOps engineers, AI elevates engineers from code writers to system architects. The most valuable skill isn't writing code, it's designing coherent systems.