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.
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
io.Reader Composition: Build a Logging Pipeline From Stdlib Pieces

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

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
Understanding GO concepts in detail by building a PDF engine in GO lang from Scratch with Compliance

Understanding GO concepts in detail by building a PDF engine in GO lang from Scratch with Compliance

2
Comments
11 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
# 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
50 Million Records in Under One Second — Inside ZenQL’s New Collection Engine

50 Million Records in Under One Second — Inside ZenQL’s New Collection Engine

6
Comments
2 min read
peektea narrows its gaze đź‘€ filter-as-you-type and hidden files

peektea narrows its gaze đź‘€ filter-as-you-type and hidden files

26
Comments 4
3 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
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
SAGA Pattern in Go

SAGA Pattern in Go

Comments
5 min read
Go Beginner Mistake #2: Why `time.Now().Format("YYYY-MM-DD")` Doesn't Work in Go

Go Beginner Mistake #2: Why `time.Now().Format("YYYY-MM-DD")` Doesn't Work in Go

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