From Docker Compose to k3s: Migrating a Full-Stack App with Jenkins CI/CD

⏱ 13 min read

Six months ago, my app was running on Coolify behind a Cloudflare Tunnel. Deploys were automatic — every push to my self-hosted Gitea triggered a webhook, Coolify picked it up, rebuilt the Docker Compose stack, and shipped it. It worked. But there was no staging environment, no test gate before production, and no visibility into …

Read more

Kickstart Your Full-Stack App in Seconds with create-sb-react-express

⏱ 2 min read

Building a modern full-stack app shouldn’t feel like assembling IKEA furniture blindfolded. That’s why I created create-sb-react-express — a powerful CLI that scaffolds a modern full-stack monorepo using React + Tailwind (Vite) on the frontend and Express + PostgreSQL on the backend… in seconds. What Is It? create-sb-react-express is a zero-setup tool for developers who …

Read more