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.
🚀 Build a REST API in Go from scratch — the 2025 way

🚀 Build a REST API in Go from scratch — the 2025 way

Comments
1 min read
🔗 Fan‑in: merge goroutine channels into a single, predictable stream

🔗 Fan‑in: merge goroutine channels into a single, predictable stream

Comments
1 min read
A Hands-On Guide to Supercharging Your Go Apps with pprof

A Hands-On Guide to Supercharging Your Go Apps with pprof

1
Comments
7 min read
Implementing Bidirectional gRPC Streaming : A Practical Guide

Implementing Bidirectional gRPC Streaming : A Practical Guide

Comments 1
10 min read
🔄 Redux‑style state management in Go — yes, even for a counter

🔄 Redux‑style state management in Go — yes, even for a counter

Comments
1 min read
Turbocharging TypeScript: What Happens When You Rebuild It in Go

Turbocharging TypeScript: What Happens When You Rebuild It in Go

1
Comments
4 min read
Why I Like Go

Why I Like Go

Comments
4 min read
Schema Evolution in Kafka: How to Design Resilient Event Contracts in Go

Schema Evolution in Kafka: How to Design Resilient Event Contracts in Go

Comments
3 min read
A lightweight go-cron (v1.1.0)

A lightweight go-cron (v1.1.0)

Comments
1 min read
Creating IAM Access Keys for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

Creating IAM Access Keys for AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY

1
Comments
2 min read
Catch and Fix Memory Leaks in Go Like a Pro

Catch and Fix Memory Leaks in Go Like a Pro

Comments
8 min read
Robust Context in Go Microservices

Robust Context in Go Microservices

7
Comments
7 min read
use-case: unmarshaling envs using json

use-case: unmarshaling envs using json

Comments
2 min read
Kotakin: Simplifying Development Environment Management

Kotakin: Simplifying Development Environment Management

Comments
1 min read
From Long URLs to Lightning Fast Links: A Go-Powered Shortener Explained

From Long URLs to Lightning Fast Links: A Go-Powered Shortener Explained

Comments
4 min read
Deconstructing gin.Context: More Than Just a Context

Deconstructing gin.Context: More Than Just a Context

5
Comments
5 min read
🐱 Schrödinger’s Index: It Only Exists When You Observe It and Only the Way You Observe It – in the HydrAIDE Engine

🐱 Schrödinger’s Index: It Only Exists When You Observe It and Only the Way You Observe It – in the HydrAIDE Engine

5
Comments
3 min read
Centralized Error Handling in Go (Like Laravel)

Centralized Error Handling in Go (Like Laravel)

3
Comments
2 min read
Vibe Coding a Simple Feature Took 3 Hours. Here's Why.

Vibe Coding a Simple Feature Took 3 Hours. Here's Why.

6
Comments 1
3 min read
Diving into Actor Model with Go and NATS

Diving into Actor Model with Go and NATS

3
Comments
4 min read
Mastering Go’s sync.Pool: Slash GC Pressure Like a Pro

Mastering Go’s sync.Pool: Slash GC Pressure Like a Pro

2
Comments 2
6 min read
Application Tracing With Golang, OpenTelemetry, and Grafana Tempo

Application Tracing With Golang, OpenTelemetry, and Grafana Tempo

6
Comments
9 min read
I built a YouTube downloader after my old favorite site became unusable

I built a YouTube downloader after my old favorite site became unusable

Comments
1 min read
Understanding Slice and Map Expansion in Go

Understanding Slice and Map Expansion in Go

5
Comments
6 min read
A Developer’s Guide to Go’s Garbage Collection: Mastering the Tri-Color Algorithm

A Developer’s Guide to Go’s Garbage Collection: Mastering the Tri-Color Algorithm

Comments
10 min read
loading...