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.
Refactor and cleanup HashiCorp Raft: adapting state pattern to concurrency

Refactor and cleanup HashiCorp Raft: adapting state pattern to concurrency

Comments
6 min read
Integrating AI-Powered Content Creation with Your CMS
Cover image for Integrating AI-Powered Content Creation with Your CMS

Integrating AI-Powered Content Creation with Your CMS

2
Comments
2 min read
Golang Concurrency: How Confinement Improves Performance Without Locks
Cover image for Golang Concurrency: How Confinement Improves Performance Without Locks

Golang Concurrency: How Confinement Improves Performance Without Locks

5
Comments
6 min read
Understanding Higher-Order Functions in Go
Cover image for Understanding Higher-Order Functions in Go

Understanding Higher-Order Functions in Go

1
Comments
2 min read
Understanding Request ID: Why It's Essential for Modern APIs

Understanding Request ID: Why It's Essential for Modern APIs

15
Comments
4 min read
Go Lock Performance: RwMutex vs Mutex in Various Scenarios
Cover image for Go Lock Performance: RwMutex vs Mutex in Various Scenarios

Go Lock Performance: RwMutex vs Mutex in Various Scenarios

8
Comments
8 min read
Desbravando Go: Capítulo 2 – Estrutura dos Programas

Desbravando Go: Capítulo 2 – Estrutura dos Programas

Comments
2 min read
Understanding ICMP: How to Send and Receive ICMP Messages in Go

Understanding ICMP: How to Send and Receive ICMP Messages in Go

1
Comments
8 min read
Mastering gcache in GoFrame: A Developer's Guide to High-Performance Caching

Mastering gcache in GoFrame: A Developer's Guide to High-Performance Caching

Comments
3 min read
Understanding First-Order Functions in Go
Cover image for Understanding First-Order Functions in Go

Understanding First-Order Functions in Go

2
Comments 1
2 min read
Mastering Go Compiler Optimization for Better Performance
Cover image for Mastering Go Compiler Optimization for Better Performance

Mastering Go Compiler Optimization for Better Performance

7
Comments
5 min read
Understanding Anonymous Functions in Go: A Practical Guide
Cover image for Understanding Anonymous Functions in Go: A Practical Guide

Understanding Anonymous Functions in Go: A Practical Guide

1
Comments
2 min read
Kontroler: "DogFood" Testing
Cover image for Kontroler: "DogFood" Testing

Kontroler: "DogFood" Testing

Comments
3 min read
🚀 Go Interface Nil Pitfall: Why Your Nil Check is Failing (and How to Fix It!) 🔍

🚀 Go Interface Nil Pitfall: Why Your Nil Check is Failing (and How to Fix It!) 🔍

Comments
2 min read
How Portsicle works!
Cover image for How Portsicle works!

How Portsicle works!

1
Comments
2 min read
Why Protobuf Should Dominate the Data Format Ecosystem
Cover image for Why Protobuf Should Dominate the Data Format Ecosystem

Why Protobuf Should Dominate the Data Format Ecosystem

9
Comments 1
13 min read
Go 1.24 uses Swiss Tables, what are they?
Cover image for Go 1.24 uses Swiss Tables, what are they?

Go 1.24 uses Swiss Tables, what are they?

44
Comments 5
7 min read
Feature Flag Service: Experimenting with New Technologies and Architectures

Feature Flag Service: Experimenting with New Technologies and Architectures

3
Comments
9 min read
Understanding the init Function in Go: Purpose, Execution, and Best Practices
Cover image for Understanding the init Function in Go: Purpose, Execution, and Best Practices

Understanding the init Function in Go: Purpose, Execution, and Best Practices

Comments
2 min read
Self-hosting on bare metal and Cloud VM - Deploy like a Pro with Sidekick
Cover image for Self-hosting on bare metal and Cloud VM - Deploy like a Pro with Sidekick

Self-hosting on bare metal and Cloud VM - Deploy like a Pro with Sidekick

5
Comments
1 min read
Understanding Packages in Go: A Comprehensive Guide
Cover image for Understanding Packages in Go: A Comprehensive Guide

Understanding Packages in Go: A Comprehensive Guide

Comments
2 min read
Installing Golang on Windows WSL/WSL2

Installing Golang on Windows WSL/WSL2

2
Comments 2
1 min read
Say Goodbye to WebSockets? Why SSE Might Be Your New Best Friend
Cover image for Say Goodbye to WebSockets? Why SSE Might Be Your New Best Friend

Say Goodbye to WebSockets? Why SSE Might Be Your New Best Friend

249
Comments 51
4 min read
In-depth Guide to net/netip Prefix Methods 7/7

In-depth Guide to net/netip Prefix Methods 7/7

5
Comments
6 min read
Go Panic and Recover: A Deep Dive into Error Handling
Cover image for Go Panic and Recover: A Deep Dive into Error Handling

Go Panic and Recover: A Deep Dive into Error Handling

6
Comments
8 min read
loading...