Templ Has a Free API You're Not Using
Templ is a Go HTML templating language with type safety, IDE support, and JSX-like syntax. It compiles templates to Go code — zero runtime overhead.
Curated development tutorials from top sources. Filter by language.
Templ is a Go HTML templating language with type safety, IDE support, and JSX-like syntax. It compiles templates to Go code — zero runtime overhead.
Chi is a lightweight HTTP router for Go that's 100% compatible with net/http. It's used by Cloudflare, Heroku, and thousands of production Go services
Wails builds desktop apps using Go + any web frontend. It's like Electron but with Go's performance and a 10MB binary instead of 150MB. The
Templ generates Go code from HTML templates. Type-safe, fast, with LSP support in your editor. No more text/template runtime errors. Quick S
Wails is like Tauri but with Go instead of Rust. Your web frontend (React, Vue, Svelte) + Go backend = native desktop app using OS webview.
Working with Large Language Models (LLMs) in production is magic. The honeymoon phase usually lasts about a month—right until you get the inevitable A
Wails lets you build desktop applications using Go for the backend and any web framework for the frontend. Native feel, Go performance, modern web UI
Ahnii! Publishing on your own blog and cross-posting to Dev.to means maintaining two copies of every article. This post covers how to build a sync en
Public LinkedIn data is still one of the most useful inputs for lead generation, recruiting, founder sourcing, and market research. The problem is t
If you've ever set up a server running a mix of Node.js, Python, and Go services, you know the pain. PM2 is great — until you realise it requires Node
Part of the KEIBIDROP development blog. KEIBIDROP is in active development. Release is coming soon. KEIBIDROP transfers files between two peers over
Part of the KEIBIDROP development blog. KEIBIDROP is in active development. Release is coming soon. KEIBIDROP mounts a virtual FUSE filesystem for ea
I didn't design my database from scratch. That's the honest truth. When I decided to build my WhatsApp Business API SaaS — targeting digital marketin
Sometimes a problem looks simple at first. In my case, I needed a complete file list from a huge directory on storage mounted over NFS from an applic
Encore is a backend framework that generates infrastructure from your code — type-safe APIs, databases, cron jobs, all declared in code. Def
We've all been there. You ship an open-source project, a tiny CLI, or a docs site. You watch Insights → Traffic for a week: views spike, clones climb,
Why ko Exists If you write Go services, you do not need a Dockerfile. ko builds minimal container images directly from Go source code — no
My coworker and I were both using Claude Code on a shared infra project. He was building services, I was setting up Pulumi. Our workflow was: Claude
Last year I counted the mock tools running on my laptop. WireMock for HTTP (Java, 200MB Docker image). A custom Node script for WebSocket. Mosquitto f
We've been building ForgeCMS - a Go-based CMS that pulls content from a Codeberg repo and serves it from a €1/month VPS. No database. No WordPress.