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.
Building an efficient logger in Go for hosts with restricted resources

Building an efficient logger in Go for hosts with restricted resources

Comments
3 min read
I haven't slept properly in days. I'm building a package manager for C. And I regret nothing.

I haven't slept properly in days. I'm building a package manager for C. And I regret nothing.

Comments
2 min read
I built a build tool in Go — and now I'm slowly rewriting pieces in Rust (fz 1.9.0 release)

I built a build tool in Go — and now I'm slowly rewriting pieces in Rust (fz 1.9.0 release)

Comments
2 min read
I shipped 6 versions of my Claude Code memory daemon in 36 hours — here's what changed and why

I shipped 6 versions of my Claude Code memory daemon in 36 hours — here's what changed and why

1
Comments
4 min read
fz 2.0.0 NEXUS — package manager, BLAKE3 cache, and cross-compilation for C/ASM

fz 2.0.0 NEXUS — package manager, BLAKE3 cache, and cross-compilation for C/ASM

Comments
2 min read
Building Your First MCP Server in Go

Building Your First MCP Server in Go

1
Comments
3 min read
I Reviewed 9 Web Dev Studios in Kazakhstan Before Picking One — Here's What I Found (and Why the Stack Choice Shocked Me

I Reviewed 9 Web Dev Studios in Kazakhstan Before Picking One — Here's What I Found (and Why the Stack Choice Shocked Me

1
Comments
3 min read
The 1978 Paper Behind Go’s Concurrency Model

The 1978 Paper Behind Go’s Concurrency Model

6
Comments
9 min read
Building a Redis Clone in Go

Building a Redis Clone in Go

1
Comments
32 min read
Goroutine Scheduling: GMP Model, Schedule Loop, Preemption & Stack Management

Goroutine Scheduling: GMP Model, Schedule Loop, Preemption & Stack Management

Comments
6 min read
Go Garbage Collection: Tri-Color Mark & Sweep, Write Barriers & STW Optimization

Go Garbage Collection: Tri-Color Mark & Sweep, Write Barriers & STW Optimization

Comments
5 min read
Go System Calls & Blocking: syscall Wrapping, Async vs Sync & GMP Separation

Go System Calls & Blocking: syscall Wrapping, Async vs Sync & GMP Separation

Comments
5 min read
Go I/O Optimization: goroutine-per-connection, netpoller & the Reader/Writer Interface

Go I/O Optimization: goroutine-per-connection, netpoller & the Reader/Writer Interface

Comments
5 min read
Go Performance Optimization: pprof, Flame Graphs & Hotspot Profiling

Go Performance Optimization: pprof, Flame Graphs & Hotspot Profiling

Comments
4 min read
Go Heap Memory Allocation: tcmalloc, Mutator/Allocator & Multi-Level Cache

Go Heap Memory Allocation: tcmalloc, Mutator/Allocator & Multi-Level Cache

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