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.
Test Doubles in Go Without a Mocking Framework: 4 Patterns

Test Doubles in Go Without a Mocking Framework: 4 Patterns

Comments
8 min read
io.Reader Composition: Build a Logging Pipeline From Stdlib Pieces

io.Reader Composition: Build a Logging Pipeline From Stdlib Pieces

Comments
7 min read
Generic Constraints in Go: comparable, ~int, and the Trap of Underlying Types

Generic Constraints in Go: comparable, ~int, and the Trap of Underlying Types

Comments
7 min read
Pointer or Value Receiver in Go? The 3 Cases That Settle the Argument

Pointer or Value Receiver in Go? The 3 Cases That Settle the Argument

Comments
7 min read
Part 4 — Endpoint classification: OPEN, AUTHENTICATED, ACCESS_CONTROLLED

Part 4 — Endpoint classification: OPEN, AUTHENTICATED, ACCESS_CONTROLLED

Comments
8 min read
Stop Indenting — 6 Patterns for Flattening Nested if/else in Go

Stop Indenting — 6 Patterns for Flattening Nested if/else in Go

Comments
8 min read
I have created yet another cache go library

I have created yet another cache go library

Comments
2 min read
Structuring a Go API Like Laravel (Controller, Service, Repository)

Structuring a Go API Like Laravel (Controller, Service, Repository)

Comments
2 min read
A superscript-1 walks past every Go SSRF guard

A superscript-1 walks past every Go SSRF guard

Comments
12 min read
# Build a Dependency Injection Container in Go That Catches Circular Dependencies Fast

# Build a Dependency Injection Container in Go That Catches Circular Dependencies Fast

Comments
8 min read
Why I'm Moving from Go to C After Building a Load Balancer

Why I'm Moving from Go to C After Building a Load Balancer

Comments
5 min read
Build Your Own Container Runtime in Go: From Zero to a Running Isolated Process

Build Your Own Container Runtime in Go: From Zero to a Running Isolated Process

2
Comments
12 min read
Born ML v0.8.0: We Killed Our Last .dll — Pure Go GPU Is Here

Born ML v0.8.0: We Killed Our Last .dll — Pure Go GPU Is Here

Comments
9 min read
I needed a reputation system for AI Agents. Here is what I built instead of a Blockchain.

I needed a reputation system for AI Agents. Here is what I built instead of a Blockchain.

3
Comments
7 min read
7 Filesystem Attacks Your Go CLI is Vulnerable To — And How to Fix Them

7 Filesystem Attacks Your Go CLI is Vulnerable To — And How to Fix Them

Comments
8 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.