Picking the Cloudflare stack for the new project. The traffic profile is all or nothing: if it takes off it can see millions of hits a day, and if it doesn't it gets none. Setting up for that on AWS or a VPS with Kubernetes means building the scalable deployment upfront, time spent before knowing if the project even works. Instead I'm going with Cloudflare Workers, R2 for images, and KV, starting on the $5/mo Workers plan. The frontend goes on Cloudflare Pages, so that's served through the Cloudflare CDN as well. Not saying $5 covers all the scale, just the start. After that it stays cheap for what it is, and more hits means more revenue, which is easy to pay. What I'd rather avoid is setting up something on a VPS that needs to be scalable upfront for a site this uncertain. No k8s to babysit either way.
Photo by Alexander Sinn
whoami
codinglog
Field notes, experiments, and the occasional rant. A log of what I'm learning, breaking, and building — plus the random stuff that doesn't fit anywhere else.
tools
The web framework this site is built on. Content-first, zero JS by default.
Headless CMS driving the dashboard. Open API over a SQLite file.
One compose file, the whole stack runs anywhere.
Self-hosted deployment platform for side projects. Builds Docker images on your laptop, streams them directly to your VPS — no registry needed. Containers sleep to zero when idle and wake on incoming requests, so you can host unlimited apps on a single cheap VPS. Multi-node support with mTLS, auto-placement, and a clean web dashboard. Built in Rust, under 58MB.
Fast, disk-efficient package manager. Replaced npm for me.
latest_posts
--> alllatest_notes
--> allWorking on a Docker compose companion tool which can help me stay up-to-date with the containers and help me get alerts and debug if something goes off rails.
I need to setup a password manager to keep track of my projects' credentials. Right now they are spread across so many places. Some in notes, some as files, some in .env, and some actually in a password manager. No idea what's where anymore. Also the links and details of all projects are getting out of hand. Which VPS, which domain, what renews when, where's the login. Need to plan something for these as well.
Testing Dockhand on my local, looks very interesting. Good UI, does almost everything a docker management tool needs to do, also feels simpler to use than Portainer CE. Will share more when I find any more interesting stuff about Dockhand.
$ leave_a_message
Spotted something interesting, or want to point me at a tool? Drop it here.