Bubbletea Has a Free API: The Go Framework for Building Beautiful Terminal UIs With the Elm Architecture
Terminal apps do not have to look like it is 1985. Bubbletea brings the Elm architecture to Go terminal applications — build interactive, beautiful TU
go
dev.to
Mar 28, 2026
Vegeta Has a Free API: The HTTP Load Testing Tool That Hits Your API at a Constant Rate
Most load testing tools simulate virtual users. Vegeta is different — it sends requests at a constant rate, which gives you much more accurate perform
go
dev.to
Mar 28, 2026
Connect-RPC Has a Free API: gRPC That Works in Browsers Without a Proxy
gRPC is great for backend-to-backend. But in browsers? You need grpc-web, Envoy proxy, and prayers. Connect-RPC just works.
What Is Connect-
go
dev.to
Mar 28, 2026
Buf Has a Free API: Make Protocol Buffers Actually Developer-Friendly
Protobuf is powerful but painful. protoc plugins, code generation configs, import path hell — Buf fixes all of it.
What Is Buf?
Buf is a s
go
dev.to
Mar 28, 2026
NATS Has a Free API: The Messaging System Built for Cloud-Native
RabbitMQ needs Erlang. Kafka needs Java and ZooKeeper. NATS needs... nothing. A single 15MB binary handles pub/sub, request-reply, streaming, and key-
go
dev.to
Mar 28, 2026
CUE Has a Free API: The Language That Validates Your YAML, JSON, and Protobuf
Your Kubernetes YAML has 200 lines. Line 147 has a typo. You won't find it until the deploy fails at 2 AM. CUE finds it at write time.
What
go
dev.to
Mar 28, 2026
Wails Has a Free API: Build Desktop Apps in Go With Web Frontends
Electron uses JavaScript for everything. Tauri uses Rust. Wails uses Go — and if you're a Go developer, it's the obvious choice.
What Is Wai
go
dev.to
Mar 28, 2026
Encore Has a Free API: The Backend Framework That Generates Infrastructure
What if your backend framework could look at your code and automatically provision databases, pub/sub, cron jobs, and API gateways?
What Is
go
dev.to
Mar 28, 2026
7 Mac Apps Every Go Developer Should Have in 2026
Go developers tend to be opinionated about simplicity — and that extends to tooling. If you write Go on a Mac, you probably don't want bloated IDEs or
go
dev.to
Mar 28, 2026
Testing Unary gRPC Services in Go: Addressing Error Handling, Interceptors, and Metadata with Specialized Tools
Introduction to Testing Unary gRPC Services in Go
Testing unary gRPC services in Go is deceptively complex. At first glance, it mirrors H
go
dev.to
Mar 27, 2026
I security-audited my own AI gateway and added WASM plugin support. Here's what I found.
I've been building AegisFlow, an open-source AI gateway in Go. It sits between your apps and LLM
providers (OpenAI, Anthropic, Ollama, etc.) and ha
go
dev.to
Mar 27, 2026
PocketBase Has a Free Backend in a Single File — Database, Auth, and API in One Binary
A weekend project needed a backend. Setting up PostgreSQL, Express, JWT auth, file storage was going to take longer than building the actual app.
Poc
go
dev.to
Mar 27, 2026
Go Fiber Has a Free Express-Inspired Web Framework for Go
Fiber brings Express.js simplicity to Go with zero memory allocation routing. If you know Express, you already know Fiber — at 10x the performance.
go
dev.to
Mar 27, 2026
Where Is My Website Calling Home? — Forge CMS 2026.3.27
A git-backed, cache-resilient, privacy-first CMS - and a live proof of concept born in Wittenberg.
"Where Is My Website Calling Home?"
go
dev.to
Mar 27, 2026
I Benchmarked fasthttp vs net/http — The Results Surprised Me
I kept hearing that fasthttp was faster than Go's standard net/http. So I decided to stop guessing and just measure it.
The result? 5.6x faster. Zero
go
dev.to
Mar 27, 2026
🚀 I built a CLI to send Firebase push notifications in one command
Sending Firebase push notifications should be simple.
But in reality, it usually means:
setting up Firebase Admin SDK
writing boilerplate code
mana
go
dev.to
Mar 27, 2026
Learning Go Over Past Few Months
From Hype to Harmony: Learning Go Over Past Few Months
Whenever someone would mention Go to me, I was always the brash guy asking why?. Another langua
go
dev.to
Mar 27, 2026
My first project in Go was an S3-compatible object store with IAM
A few months back, if you use self-hosted object stores, you know that MinIO essentially pulled the plug on their open source project. I was so disapp
go
dev.to
Mar 27, 2026
MagiC v0.4: Embedded Server Mode + Real Benchmark Numbers
We shipped MagiC v0.4 today. Two things worth talking about: embedded server mode and the benchmark suite we built to validate our performance claims.
go
dev.to
Mar 27, 2026
🛠️ Crompressor: Reality Compilation - Teaching Data Centers to Recognize Their Own Data - 🔒 -P2P FUSE file system reducing data payload to 20%
Crompressor (Reality and Mapped Object Compression) is not just a compression utility. It operates under a divergent paradigm: Dictionary-Based Sovere
go
dev.to
Mar 27, 2026