CoderBlog
Issue 2026.09 · 29 articles

The Art of Writing Code

A working journal of software engineering, AI tooling, and the craft of building things that last.

Jev: A Probabilistic Decision Primitive That Sits Between Code and LLMs “AI Tech”

Jev: A Probabilistic Decision Primitive That Sits Between Code and LLMs

A working engineer's introduction to Jev, TypeSafe's System One model — what it is, how it differs from a regular LLM, and four production-ready patterns (sentiment classification, title reranking, content safety gate, user intent routing) with runnable Python examples.

Latest articles

Hosting

Postgres 17 Performance Tuning: What the Docs Skip

Three years of Postgres performance tuning in production: index strategies that work, autovacuum traps, and the settings that actually move the needle.

15 min
Hosting

Caddy 2.8 in Production: Lessons From 12 Services

Two years running Caddy in front of 12 production services: what 2.8 got right, what the docs skip, and the gotchas I wish I'd known on day one.

13 min
ASP.NET

NativeAOT in .NET 9: A Six-Month Production Report

I shipped a NativeAOT ASP.NET Core 9 service in February. After 4M requests, here's what changed: cold start, memory, image size, and trimming traps.

14 min
AI Tech

Build a Custom AI Skill in 37 Lines (with working code)

A working engineer's guide to building a custom AI skill for your codebase in 37 lines of code — the skill reviews a git diff and returns a structured critique covering bugs, security, style, and performance.

11 min
ASP.NET

Minimal APIs in .NET 9: The HTTP Framework You Already Had

A working engineer's guide to Minimal APIs in .NET 9 — when the endpoint-as-a-function model beats controllers, when it does not, and the small set of conventions that make a Minimal API codebase feel like one.

10 min
← Previous Page 1 of 6 Next →