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.
iter.Seq in Go 1.23+: The Iterator Type Behind range-over-func

iter.Seq in Go 1.23+: The Iterator Type Behind range-over-func

1
Comments
7 min read
Reading -gcflags='-m=2' Output: What the Go Compiler Tells You About Inlining

Reading -gcflags='-m=2' Output: What the Go Compiler Tells You About Inlining

1
Comments
9 min read
Go's cmp.Or and cmp.Compare: Three-Way Comparison Without the Boilerplate

Go's cmp.Or and cmp.Compare: Three-Way Comparison Without the Boilerplate

Comments
7 min read
YouTube Doesn't Actually Know How Many Views Your Video Has

YouTube Doesn't Actually Know How Many Views Your Video Has

1
Comments 1
8 min read
Functions vs Methods in Go: 6 Decision Criteria With Code Examples

Functions vs Methods in Go: 6 Decision Criteria With Code Examples

Comments
7 min read
Building a Discord Caller (Voice Relay) Bot in Go

Building a Discord Caller (Voice Relay) Bot in Go

3
Comments
9 min read
Go Admin Dashboard for E-Commerce with HTMX, Templ UI, and GORM - Part 1

Go Admin Dashboard for E-Commerce with HTMX, Templ UI, and GORM - Part 1

1
Comments
5 min read
Running go test -race in Production: Sampling Strategies That Don't Kill Throughput

Running go test -race in Production: Sampling Strategies That Don't Kill Throughput

Comments
8 min read
go.work for Real Monorepos: Setup, CI Gotchas, and the Right Layout

go.work for Real Monorepos: Setup, CI Gotchas, and the Right Layout

Comments
7 min read
Go's slices Package: 11 Functions That Replace Half Your Helpers

Go's slices Package: 11 Functions That Replace Half Your Helpers

Comments
8 min read
Why Your Go Microservice Spends 40% of CPU on runtime.mallocgc

Why Your Go Microservice Spends 40% of CPU on runtime.mallocgc

Comments
8 min read
errgroup vs WaitGroup vs Channels: Pick the Right Concurrency Primitive

errgroup vs WaitGroup vs Channels: Pick the Right Concurrency Primitive

Comments
6 min read
What I Learned Building a Pure Go PostgreSQL Parser

What I Learned Building a Pure Go PostgreSQL Parser

Comments 2
1 min read
Building Your First Trading Bot in Go with Wisp

Building Your First Trading Bot in Go with Wisp

Comments
3 min read
Beginner's Guide to Implementing the Repository Pattern in Go Services: A Practical Approach

Beginner's Guide to Implementing the Repository Pattern in Go Services: A Practical Approach

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