Writing · Nº 041065 essays
The writing
Ideas from inside the work. Explore technology, entrepreneurship, and the practice of building things that last.
66 essays found · Page 3 of 6
Clear filtersEngineeringWhen to Upgrade Your VPS: Signs You Have Outgrown ItHow do you know when your side project has outgrown its cheap VPS? Here are the real signs to upgrade, and the ones that just mean fix your config first.OperatingA Hybrid Stack: Self-Hosted Core, Cloud for OverflowA hybrid stack keeps your steady core self-hosted and rents cloud only for spiky overflow. How to split workloads so you own the base and pay only for peaks.EngineeringSelf Host vs Managed Cloud: How to DecideA grounded decision guide for owning your stack versus renting it: cost, control, lock-in, on-call burden, and when managed services become a liability.EngineeringHow to Configure a UFW Firewall on a VPSConfigure a UFW firewall on a self-hosted VPS the right way: default deny, allow only what you serve, and keep your database off the public internet for good.StrategyServerless Is the Deepest Lock-In There IsServerless feels like freedom but is the deepest vendor lock-in there is, because your app gets welded to one provider's primitives and cannot leave without a rewrite.EngineeringHow to Run Background Workers on a VPSYou do not need a managed worker service to process jobs. Here is how to run background workers on a VPS reliably with systemd or Compose and clean scaling.OperatingDoes Self-Hosting Help or Hurt Compliance?Does self-hosting make compliance harder or easier? It shifts the burden onto you but gives you control auditors reward. Here is how the tradeoff really works.EngineeringVPS Snapshots Are Not Backups: Know the DifferenceProvider snapshots feel like backups but fail the same disasters your server does. Here is the difference and why self-hosting still needs real offsite backups.EngineeringSelf-Host Monitoring Instead of Paying Per HostHow to self-host monitoring and observability instead of paying per-host SaaS pricing, and why owning your metrics keeps both the bill and your data under control.EngineeringSelf-Hosting Does Not Mean 3am PagesThe biggest myth about self-hosting is that you will be on call constantly. Here is why a well-set-up VPS runs quietly and rarely pages you at all.StrategyWhen Staying Locked In Is the Right CallSometimes staying locked into a platform is the right call. Here is when the migration math says leave but the smart move is to stay put anyway.EngineeringSSH Hardening Checklist for a Production VPSA practical SSH hardening checklist for a self-hosted VPS: keys only, no root login, non-standard config, and the settings that actually stop brute-force attacks.