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 18 of 29
Clear filtersEngineeringManaged Scraping API vs Self-Hosted Scraper: The Real TradeoffA managed scraping API trades control for convenience. Here is how to decide between a scraping API and a self-hosted scraper based on scale, cost, and lock-in.EngineeringOnboard a Developer Faster With an AI Codebase TourNew developers waste weeks reading code with no map. An AI codebase tour cuts that to days by answering questions in context instead of guessing at structure.EngineeringOne Postgres Box Under Every App I RunWhy I run one self-hosted Postgres box under an entire portfolio instead of a managed database per app, and how shared Postgres cuts cost and lock-in at once.EngineeringHow to Prevent Vote Buying in Token GovernanceVote buying quietly hollows out governance by turning votes into a market. Here is how bribery works in token voting and the designs that actually blunt it.EngineeringHow to Ship Fast Without Making a MessYou can ship fast with AI without the mess. The trick is not slowing down, it is spending your speed on planning so the generate step never surprises you.EngineeringAPI Lock-In Is Worse Than Data Lock-InData lock-in gets all the attention, but API lock-in is worse. When your code is wired to a proprietary API, leaving means a rewrite, not an export.EngineeringBuild an Internal Framework or Use Off the Shelf?Should you build an internal framework or use off-the-shelf tools for a portfolio foundation? The answer is thin glue over standard tools, not a homegrown framework.EngineeringCommon Mistakes When Reading a Repo AuditA repo audit is only as good as how you read it. Here are the common mistakes that turn a useful code audit into false comfort or panic, and how to avoid them.EngineeringHow to Monitor Transactional Email Sends in ProductionMonitoring transactional email sends means treating a failed send like a production incident. Here is what to watch, what to alert on, and why.Engineeringrestic vs Borg for VPS Backups: How to Chooserestic vs BorgBackup for self-hosted VPS backups. Which handles cloud object storage, dedup, and encryption better, and which one I run across my portfolio.EngineeringSecurity Debt vs Technical Debt: Not the SameSecurity debt and technical debt look alike but behave differently. Learn how to tell them apart, why they need separate budgets, and how to prioritize each.EngineeringSelf-Host Search vs Algolia: When to Own ItSelf-host search vs Algolia: when owning your search index with Meilisearch or Typesense beats renting per-query search, and when the hosted API still wins.