DEV Community

Go

A statically typed, compiled programming language designed at Google

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
How Buffer Pooling Doubled My HTTP Server's Throughput (4,000 7,721 RPS)

How Buffer Pooling Doubled My HTTP Server's Throughput (4,000 7,721 RPS)

Comments
4 min read
Building a Terminal Calculator That Actually Does Logic: Axion

Building a Terminal Calculator That Actually Does Logic: Axion

Comments
5 min read
🚀 GQLSchemaGen v1.0.0: Generate GraphQL Schemas from Go Code

🚀 GQLSchemaGen v1.0.0: Generate GraphQL Schemas from Go Code

Comments
2 min read
LiteLLM Broke at 300 RPS in Production. Here's How We Fixed It

LiteLLM Broke at 300 RPS in Production. Here's How We Fixed It

5
Comments
4 min read
Release 0.4: My Plan for Contributions to Open Source

Release 0.4: My Plan for Contributions to Open Source

2
Comments
2 min read
Built an Audit System in a Single 15MB Binary That Even DBAs Can't Fool

Built an Audit System in a Single 15MB Binary That Even DBAs Can't Fool

2
Comments
4 min read
Stack vs Heap in Go: How Escape Analysis Actually Works

Stack vs Heap in Go: How Escape Analysis Actually Works

5
Comments
5 min read
Raffi: a modern Stremio‑compatible streaming client I built at 16

Raffi: a modern Stremio‑compatible streaming client I built at 16

3
Comments 5
2 min read
Automatic Node.js Version Switching Across Projects

Automatic Node.js Version Switching Across Projects

Comments
3 min read
DevPill 10 - Fault tolerance: adding retries to your Go code

DevPill 10 - Fault tolerance: adding retries to your Go code

Comments
2 min read
Designing High Throughput Go Services for Continuous Database Change Streams

Designing High Throughput Go Services for Continuous Database Change Streams

Comments
4 min read
Rebuilding Grep in Go: What I Learned About Unix Text Processing

Rebuilding Grep in Go: What I Learned About Unix Text Processing

1
Comments 2
3 min read
DevPill 9 - IP Based Rate Limiter Middleware for native Go REST API

DevPill 9 - IP Based Rate Limiter Middleware for native Go REST API

Comments
2 min read
Finally: GO channels explained

Finally: GO channels explained

1
Comments 2
5 min read
Bifrost: The Fastest Open Source LLM Gateway

Bifrost: The Fastest Open Source LLM Gateway

2
Comments
4 min read
naga v0.8.0: Pure Go Shader Compiler Reaches Stability Milestone

naga v0.8.0: Pure Go Shader Compiler Reaches Stability Milestone

Comments
4 min read
Building a Custom AI Code Reviewer for GitHub Enterprise with Bedrock and Go

Building a Custom AI Code Reviewer for GitHub Enterprise with Bedrock and Go

Comments
15 min read
The Wrong Database Connection: A Go Deadlock Story

The Wrong Database Connection: A Go Deadlock Story

1
Comments 1
7 min read
DevPill 8 - How to set up jwt authentication for your Go REST API

DevPill 8 - How to set up jwt authentication for your Go REST API

Comments
2 min read
The Secret Life of Go: Mutexes and Synchronization

The Secret Life of Go: Mutexes and Synchronization

5
Comments
10 min read
Your Primary LLM Provider Failed? Enable Automatic Fallback with Bifrost

Your Primary LLM Provider Failed? Enable Automatic Fallback with Bifrost

6
Comments
4 min read
How to Install Golang and Handle JSON: A Beginner's Guide

How to Install Golang and Handle JSON: A Beginner's Guide

1
Comments
2 min read
Go Under the Hood: Memory, Concurrency, and Mental Models Most Developers Get Wrong

Go Under the Hood: Memory, Concurrency, and Mental Models Most Developers Get Wrong

1
Comments 2
2 min read
Go Memory Model Explained Simply (But Correctly)

Go Memory Model Explained Simply (But Correctly)

Comments
4 min read
I built a real-time multiplayer typing game (and shipped 2 features in 5 days based on feedback)

I built a real-time multiplayer typing game (and shipped 2 features in 5 days based on feedback)

Comments 2
2 min read
loading...