Design Principles of Software: A Real-World Notification System in Go
By Sergio Colque Ponce — Software Engineering, Universidad Privada de Tacna. Full source code: github.com/srg-cp/design-principles-go When people say …
Latest Team Management news from Tech News
By Sergio Colque Ponce — Software Engineering, Universidad Privada de Tacna. Full source code: github.com/srg-cp/design-principles-go When people say …
When building high-concurrency backend services, two ecosystems dominate the conversation: Node.js and Go (Golang). If you ask the internet how they h…
Every time you tap "Book Ride," a system makes dozens of decisions in under two seconds: Which driver? What route? What's the real ETA? This article b…
If you've ever needed a database for your integration tests in CI, you've probably encountered one of these solutions: Docker-in-Docker. A separate do…
Hello, I'm Shrijith Venkatramana. I'm building git-lrc, an AI code reviewer that runs on every commit. Star Us to help devs discover the project. Do g…
There is a class of projects that teaches you more about a language than any tutorial ever could. Building a PDF engine from scratch in Go is one of t…
There is a class of projects that teaches you more about a language than any tutorial ever could. Building a PDF engine from scratch in Go is one of t…
Today, I started learning Go(Golang), and I want to note down some key concepts that I think are important to understand and remember. Since this is b…
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 git-lr…
I like writing SQL manually in Go. Especially with pgx or database/sql, it gives you explicit control over what happens: no hidden queries, no entity …
In March I shared the first version of pingtrace here on DEV. That version answered the initial question: could I make the first minutes of a network …
🚀 Try it now: Open the Arthas web app — create a room, share the code, chat with E2EE. No signup needed. TL;DR — Try It in 2 Minutes No signup require…
For years, Elasticsearch was one of those tools I would almost automatically reach for whenever a system needed search. And honestly, for many use cas…
TL;DR: I built Loom , a transparent gRPC proxy that decodes traffic in real-time using Server Reflection. No .proto files needed. It gives you a brows…
FlameKit: Analyze Git History to Find Technical Debt, Risky Files, and Refactoring Priorities ⭐ GitHub Repository: https://github.com/mrhujaifa/flamek…
When you build a web application, not every task should happen inside the user's request. Some work is slow. Some work can fail. Some work should happ…
Every repo has the same onboarding ritual: figure out the stack, install the right tools, start the right services, and hope the README is still accur…
I Built a Complete AI Infrastructure Stack from Scratch — Here's What I Learned Most AI projects start at the top of the stack. You grab an LLM API, w…
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 git-lr…
How I built a production-grade Go framework for conversational AI agents — and the architecture decisions that actually matter. Fifteen years of writi…
When building robust backend APIs in Go, maintaining a consistent, clean architectural pattern across domain directories is essential for scalability.…
Original Kubernetes Dashboard — retired upstream, upgraded to Angular 21. Background The official Kubernetes Dashboard was archived in January 2026. T…
Most uptime monitors work by making an HTTP request and checking the response code. It's fast, cheap, and catches about half the things that actually …
I am tired of CRUD apps. Spinning up a database for basic operations, the same form validation logic, picking another frontend framework and hoping th…
TL;DR: I open-sourced rock288/go-mongo-boilerplate — a Go 1.25 service template that ships the boring production stuff (observability, retry, DLQ, SSR…
I’ve been working on an ORM for Go which is lightweight, easy to use, type-safe, and developer-friendly at its core. The main goal of GoDB ORM is simp…
I’ve been building Groxy , a pre-v1 Go library for creating forward proxy servers. It supports: HTTP forwarding HTTPS CONNECT tunneling middleware blo…
Two months ago we released gogpu/ui v0.1.0 — 22 widgets, 3 design systems, ~150K lines of pure Go. Since then we shipped 21 patch releases, and the re…
A working PoC, what changes in the programming model, and what I learned getting public review from an FSC core maintainer along the way. If you maint…
Hello, I'm Maneshwar. I'm building git-lrc, a Micro AI code reviewer that runs on every commit. It is free, unlimited, and source-available on Github.…