Managing Multiple Cloudflare Tunnel Accounts with Cfmux
Cfmux is a Golang CLI wrapper for cloudflared that helps manage multiple Cloudflare Tunnel accounts using isolated profiles, runtime separation, and s
Curated development tutorials from top sources. Filter by language.
Cfmux is a Golang CLI wrapper for cloudflared that helps manage multiple Cloudflare Tunnel accounts using isolated profiles, runtime separation, and s
If you've built any web application in Go, you've probably heard about middlewares. But what exactly are they? A middleware is just a function that s
Hi everyone, I’m the author of GoPress, an open-source CMS framework and CMS engine written in Go. GitHub: https://github.com/0xmattg/go-press GoPres
I’ve been spending a lot of time experimenting with agent workflows that need access to real services. Stripe test mode, internal APIs, automation sys
Go development has reached a stage of deep engineering maturity. When building modern applications in 2026, the focus has shifted beyond simple syntax
You don’t need to pick one. You need to know which fight each one was built for. There’s a certain kind of developer who treats language choice like
It's 3am. The Kafka consumer pod that's been running cleanly for six weeks gets OOM-killed. Kubernetes restarts it. Five minutes later: OOM-killed aga
We Rebuilt the Kubernetes Dashboard From Scratch — Here's What We Added The official Kubernetes Dashboard was archived in January 2026.
Laughing in the Storm: The Birth of Surgical Go I study at Zone01, Cohort 2. Coding piscines resemble storms. We spend nights in labs optim
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free and source-available on Github. Star Us to
Here's how validation in a Gin handler usually goes. You bind JSON to a struct. You write binding:"required,email" tags. It mostly works, until you ne
The internet is exploding with searches for “CBSE Result Out” as lakhs of students across India wait anxiously for the official Class 10 and 12 board
Post 1 was the diagnosis: workflow logic keeps wanting to be more structured than ordinary glue code, but less heavy than a full workflow platform. Th
Industrializing Generative AI with Go langauge! Introduction While the vast majority of generative AI applications are currently forged
A journey from a simple idea to a badge service for modules It Started with a Simple Problem (and a Wearing Out F5 Key) "Why do I need
A practical pattern for targeted golden file regeneration in Go projects — from minutes to 0.27 seconds. I have 5,810 golden files in my project. Eve
Have you ever wondered how web servers work behind the scenes? One of the best things about Go is that you can create a working HTTP server with a fe
I open sourced Similar Earth, a tool that lets you drop a pin anywhere on the planet and find every other place that looks like it. Drop a pin on a vi
When deleting a database column, I ran grep "\.html\b" across a Django codebase to check for references. It returned 1,202 hits. The column had 10 act
Day 9/60: Configuration management 60 Day Go Backend Engineering Challenge Today I focused on making configuration management improve prod