Please confirm you are human
This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.
A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.
News
Building a Zero-Trust Internal API on AWS
4+ hour, 5+ min ago (1221+ words) © 2026 ZyVOP. Crafted with care for the developer community. A working AWS pattern where every request has to prove its identity, and network location earns nothing on its own. Most internal APIs check one thing before letting a request through: whether…...
Build an Edge-Native Headless CMS on Cloudflare Workers (SonicJS + D1 + R2) - Part 1
10+ hour, 42+ min ago (362+ words) Most headless CMS setups still look like 2018: a Node server, a Postgres box in one region, and S3 for uploads. That works — until you want global latency, zero cold starts, and an ops surface you can explain in one diagram. This…...
Serverless ML Deployment: From Jupyter Notebook to Global API in 10 Minutes (No MLOps Expert Needed!)
19+ hour, 6+ min ago (609+ words) Tired of deployments eating up your day? Stop wasting hours. I'm going to show you how to take your Python ML model from a Jupyter notebook to a live, production-ready API in just 10 minutes. Seriously. No MLOps guru required! You've…...
One Cloudflare Workers cron, many jobs: a per-minute tick with time branching
1+ day, 20+ hour ago (389+ words) The first wall you hit scheduling work on Cloudflare Workers is the free plan's cron trigger cap: five per account. Cut one cron per purpose in a single service and you reach five fast — and there's nothing left for another…...
AWS S3 + CloudFront Subdirectory Hosting: Architecture & Edge Cases
2+ day, 10+ hour ago (272+ words) While deploying a static documentation site using AWS S3, CloudFront, and Cloudflare, I came across several edge cases that weren't immediately obvious from the documentation. This post summarizes the issues, their root causes, and the solutions that worked. I'm documenting these…...
Getting started (EP-1 of The $0 Cloud)
2+ day, 16+ hour ago (435+ words) The idea of having my own server never really interested me until I had a conversation with one of my developer friends. We were discussing how students can deploy their projects—mainly software applications—to the internet without burning through…...
Zero to Multi-Region: High Availability Serverless with Cloud Run and Cross-Region Failover & Failback
2+ day, 21+ hour ago (908+ words) Google just made multi-region Cloud Run significantly easier. Here is the full picture; what changed, what it means in practice, and how to build it right. The answer is usually one of three things: it felt complex, it felt expensive,…...
Topobuilder brings a cPanel website into an AWS multi-region containerized application with an HAProxy load balancer
3+ day, 19+ hour ago (718+ words) In 2024, I built a piece of software called topobuilder in Go. I've referenced it in interviews often... Tagged with devops, automation, architecture, discuss....
Serverless: When It Helps and When It Hurts
3+ day, 22+ hour ago (240+ words) Serverless computing has become a buzzword in cloud architecture. But like any tool, it has sweet spots and sharp edges. After building and maintaining several serverless applications, I've learned where it shines and where it creates headaches. This article shares…...
Floci: Run AWS Locally for Free, From a Spring Boot Developer's Perspective
6+ day, 2+ hour ago (838+ words) Every Spring Boot developer who works with AWS knows the pain. You write code that talks to S3, SQS, or DynamoDB. To test it, you either mock everything (and discover at deploy time that your mocks were wrong), or you point…...