Writing · Nº 041065 essays

The writing

Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.

343 essays found · Page 4 of 29

Clear filters
EngineeringHow to Extract Clean Structured Data From Messy HTMLGetting the page is the easy part of scraping. Turning messy HTML into clean structured data is where most projects fail. Here is how to extract reliable fields.EngineeringHow to Set a Latency Budget for AI FeaturesA latency budget forces you to decide how slow an AI feature is allowed to be before you build it. How to set one, spend it across the pipeline, and design around it.EngineeringHow to Centralize Logs Across a Small VPS FleetChasing logs box by box does not scale. Here is how to centralize logs across a self-hosted VPS fleet so you can search everything from one place when it counts.EngineeringMake AI Agents Ask Questions Before They Start CodingGetting AI agents to ask questions before coding kills a whole class of wasted work. Here is how to make an agent clarify ambiguity instead of guessing wrong.EngineeringSelf-Host Privacy Analytics Instead of Paying Per PageviewAnalytics vendors charge per pageview and hold your data. Here is how to self-host privacy analytics on a VPS, own the data, and pay a flat cost.EngineeringUse Repo Intelligence to Split a MonolithSplitting a monolith by guesswork creates a distributed mess. Learn how repo intelligence finds the real seams so you decompose along boundaries that exist.EngineeringSend Deltas, Not Full State, in Real-Time AppsBroadcasting full state on every change kills real-time apps. Send deltas: only what changed. Learn when diffs beat snapshots and how to keep clients in sync.EngineeringHow to Handle Reconnection in Real-Time AppsReconnection is where real-time apps quietly break. Here is how to handle WebSocket reconnection with backoff, session resume, and message replay that keeps state intact.EngineeringHow to Monitor Scrapers Before They Break SilentlyHow to monitor web scrapers so they fail loud, not silent: track real success rate, watch for soft blocks and data drift, and alert before a job dies quietly.EngineeringHow to Keep AI-Generated Code MaintainableKeeping AI-generated code maintainable comes down to one thing: a spec that keeps every feature consistent. Here is how to stop AI output from rotting over time.EngineeringHow to Manage Secrets Without a Cloud VendorHow to manage secrets and environment variables without a cloud vendor: keep API keys and credentials secure on infrastructure you own, without a hosted vault bill.EngineeringPer-Tenant Sending Domains for Multi-Tenant SaaSShould each customer of your multi-tenant SaaS send app email from their own domain? Here is when per-tenant sending domains are worth the complexity.
Generative score