Updates
Technical deep dives, architecture decisions, and things I've learned building software.
A public status page is a read-path trap. Here's how DomainDash renders 90 days of uptime history without asking the time-series database a single question.
Building DomainDash's insights feature taught me that the LLM call is the cheapest, simplest part. The interesting work is what you feed it.
A technical deep dive into how DomainDash uses Laravel as a global control plane for distributed Rust Lambdas, without the complexity usually demanded by that sentence.
KiCad has no equivalent to SolidWorks design tables. kicad-yaml fixes that by giving AI tools a stable, well-documented contract for generating PCB designs.
Most systems treat privacy as a policy layer. Redactr treats it as a hard constraint that shapes every decision in the pipeline — and the architecture is better for it.