Install
Go
Go releases, modules, concurrency patterns, and backend tooling.
- 6 Tracked terms
- Last 30 days Feed window
What this topic collects on
An article joins this feed when it matches these terms. Each one is also a search of its own.
Related topics
Latest in Go
DAY 3 - SAGA Design Pattern
12+ min ago (18+ words) To manage distributed transactions across multiple microservices. It divides a large transaction... Tagged with architecture, backend, microservices, systemdesign....
Auto-Generating Native Go MCP Servers from OpenAPI Specs (Streamable HTTP & Composable Plugins)
9+ hour, 27+ min ago (182+ words) Connecting software APIs to AI agents shouldn't require hand-writing brittle TypeScript boilerplate or maintaining complex glue code. We built Karada.ai to compile OpenAPI / Swagger specs and Postman collections directly into native, standalone Go MCP servers using the Model Context…...
The Second Race Condition: When Updating a Record Is Just as Dangerous as Creating One
12+ hour, 25+ min ago (1301+ words) A Django concurrency story about read-then-mutate, silent no-ops, and why one fix is never enough. After I fixed the add_member race condition, I did what most developers do after a win: I closed the ticket and moved on. Then a small…...
LayerZero Research completes formal verification of Jolt bytecode expansion
12+ hour, 56+ min ago (431+ words) The team used the Lean theorem prover to formally verify 60 of 67 RISC-V instructions over roughly 2.5 months, marking a key milestone in zkVM correctness. Formal verification is the software equivalent of a mathematical proof. Instead of testing whether code behaves correctly…...
Stop Hand-Writing DefiLlama URLs: Meet defillama-go, a Go SDK for the Full API Surface
17+ hour, 26+ min ago (613+ words) DefiLlama’s API is broad by design. Its documentation spans TVL, coins, stablecoins, yields, DEX and derivatives volumes, fees and revenue, bridges, protocol metrics, equities, pre-IPO data, and RWA endpoints. Some Free endpoints are served from api.llama.fi; others use…...
OpenSearch Software Foundation Expands Enterprise Ecosystem with New Members
1+ day, 10+ hour ago (301+ words) Pack Your Future with New Skills & Save Up to 40% on Training & Certifications • ENROLL NOW Expanded commitments from Intel and more strengthen vendor neutral platform stability as global downloads grow 140% YoY and contributor participation surges "Proprietary software restricts flexibility and increases…...
Getting Started with Go: go run and go build
19+ hour, 31+ min ago (339+ words) Go is a compiled language. This means your human-readable code must be translated into machine code before the computer can execute it. When you start your journey with Go, the two most important commands you will use daily are go…...
How yasbd-lib Reached v1.0 After Stress-Testing 39 Languages
22+ hour, 43+ min ago (1773+ words) Before 0.12.0, yasbd-lib was a promise. 39 languages, spaCy and pysbd integrations, a CLI, a streaming API, a benchmark suite. Every one of those language profiles took real time to build because we wanted them to survive actual text, not just the…...
Building Willow: A Garbage-Collected Native Language with Cranelift and a Stackless Async Runtime
1+ day, 5+ hour ago (98+ words) Willow programming language Github link: https://github.com/lechatthecat/willow Willow is... Tagged with go, showdev....
The Hard Part of an OpenTelemetry Logs Bridge Wasn't Encoding
1+ day, 6+ hour ago (1264+ words) Part 2 of Engineering HaloLog: making high-performance telemetry claims reproducible and falsifiable.... Tagged with go, opentelemetry, observability, performance....