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.
Context in go, why it matters

Context in go, why it matters

1
Comments
2 min read
From Managed Threads to Independent Tasks (Part 3: Coordination, Worker Pools, Backpressure, and Graceful Shutdown)

From Managed Threads to Independent Tasks (Part 3: Coordination, Worker Pools, Backpressure, and Graceful Shutdown)

1
Comments
3 min read
# How to Build a Clean REST API in Go: From Spaghetti Code to Clean Architecture

# How to Build a Clean REST API in Go: From Spaghetti Code to Clean Architecture

3
Comments 6
8 min read
Why allocs/op stopped being a good Go performance signal

Why allocs/op stopped being a good Go performance signal

1
Comments 1
2 min read
How I Think About Backend Engineering as a Student

How I Think About Backend Engineering as a Student

Comments
3 min read
Why I Chose Go for Backend Engineering (Pros, Cons, and Honest Trade-offs)

Why I Chose Go for Backend Engineering (Pros, Cons, and Honest Trade-offs)

1
Comments
4 min read
The 15-Minute Goroutine Leak Triage: Two Dumps, One Diff, Zero Guessing

The 15-Minute Goroutine Leak Triage: Two Dumps, One Diff, Zero Guessing

Comments
5 min read
Redacting Sensitive Data in Go's slog: A Practical Guide with masq

Redacting Sensitive Data in Go's slog: A Practical Guide with masq

Comments
4 min read
Istio Pilot - Debugging and Development workflow

Istio Pilot - Debugging and Development workflow

Comments
3 min read
Audit: Practical Audit Logging for Go

Audit: Practical Audit Logging for Go

2
Comments
2 min read
I Built a Terminal UI for Firebase Firestore (and It Changed How I Work)

I Built a Terminal UI for Firebase Firestore (and It Changed How I Work)

3
Comments
9 min read
I Built a Hybrid AI Database - Cache in Go (And It Runs Stable on My Old Dell Latitude)

I Built a Hybrid AI Database - Cache in Go (And It Runs Stable on My Old Dell Latitude)

1
Comments
7 min read
From Managed Threads to Independent Tasks (Part 2: Sharing Data — Locks, Atomics, and Ownership)

From Managed Threads to Independent Tasks (Part 2: Sharing Data — Locks, Atomics, and Ownership)

Comments
3 min read
BEST PRACTICES FOR CREATING A CONCURRENT API IN GOLANG

BEST PRACTICES FOR CREATING A CONCURRENT API IN GOLANG

1
Comments
6 min read
I gave my Go programs a "nervous system" so they can feel pain and disobey me

I gave my Go programs a "nervous system" so they can feel pain and disobey me

Comments
1 min read
From Zero to Programming Language: A Complete Implementation Guide

From Zero to Programming Language: A Complete Implementation Guide

Comments
4 min read
Introducing the Developer Tools Virtual Environment Manager!

Introducing the Developer Tools Virtual Environment Manager!

Comments
3 min read
Zig vs Go: loops

Zig vs Go: loops

6
Comments
3 min read
Introducing a Rate Limiter Library for Go

Introducing a Rate Limiter Library for Go

1
Comments
1 min read
Introducing Marten – The Go Web Framework Where Nothing Gets In Your Way

Introducing Marten – The Go Web Framework Where Nothing Gets In Your Way

Comments
2 min read
Deep Dive into QuantMesh Core Implementation: Technical Architecture of a High-Performance Grid Trading System

Deep Dive into QuantMesh Core Implementation: Technical Architecture of a High-Performance Grid Trading System

Comments
6 min read
Bridging Cultures with Code: A Developer's Guide to the Kurdish Calendar in Go with `kurdical`

Bridging Cultures with Code: A Developer's Guide to the Kurdish Calendar in Go with `kurdical`

Comments
6 min read
[Concept] Functions 101- Golang

[Concept] Functions 101- Golang

2
Comments
4 min read
GO-FaaS@v0.4.2: Serverless function runtime

GO-FaaS@v0.4.2: Serverless function runtime

Comments
1 min read
GO-FaaS@v0.4.2: 自部署 FaaS 系統

GO-FaaS@v0.4.2: 自部署 FaaS 系統

Comments
1 min read
loading...