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.

Latest in Go


dev.to > technonotes > day-3-saga-design-pattern-59lh

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....


dev.to > shashtag > auto-generating-native-go-mcp-servers-from-openapi-specs-streamable-http-composable-plugins-380f

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…...


dev.to > majid_khazaei_dev > the-second-race-condition-when-updating-a-record-is-just-as-dangerous-as-creating-one-4bco

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…...


cryptobriefing.com > layerzero-jolt-bytecode-formal-verification-lean

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…...


dev.to > tigusigalpa > stop-hand-writing-defillama-urls-meet-defillama-go-a-go-sdk-for-the-full-api-surface-gk5

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…...


linuxfoundation.org > press > opensearch-software-foundation-expands-enterprise-ecosystem-with-new-members

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…...


dev.to > saahalla > getting-started-with-go-go-run-and-go-build-2k9h

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…...


hackernoon.com > how-yasbd-lib-reached-v10-after-stress-testing-39-languages

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…...


dev.to > lechatthecat > building-willow-a-garbage-collected-native-language-with-cranelift-and-a-stackless-async-runtime-51l

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....


dev.to > admilsoncossa > the-hard-part-of-an-opentelemetry-logs-bridge-wasnt-encoding-29j1

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....