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.
I built a CLI that scans, validates and audits your .env files and it works with any stack

I built a CLI that scans, validates and audits your .env files and it works with any stack

Comments
2 min read
Part 8 — Making It Fast: Caching, Hot Paths, and Avoiding DB Calls

Part 8 — Making It Fast: Caching, Hot Paths, and Avoiding DB Calls

Comments
7 min read
Part 6 — Authorization at Scale: Access Levels, Roles, and Compact Decisions

Part 6 — Authorization at Scale: Access Levels, Roles, and Compact Decisions

Comments
8 min read
Part 3 — Inside the Auth Service: From Token Validator to Policy Decision Point

Part 3 — Inside the Auth Service: From Token Validator to Policy Decision Point

Comments
6 min read
Part 7 — Token Revocation Without Killing Performance

Part 7 — Token Revocation Without Killing Performance

Comments
6 min read
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
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
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
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
# 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
A superscript-1 walks past every Go SSRF guard

A superscript-1 walks past every Go SSRF guard

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