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.
JSON vs MessagePack vs Protobuf in Go — My Real Benchmarks and What They Mean in Production

JSON vs MessagePack vs Protobuf in Go — My Real Benchmarks and What They Mean in Production

1
Comments
4 min read
Go in Action: Building a Production-Grade Dynamic Reverse Proxy on Top of Gin

Go in Action: Building a Production-Grade Dynamic Reverse Proxy on Top of Gin

Comments
5 min read
Create a Text Editor in Go - Search

Create a Text Editor in Go - Search

Comments
3 min read
Reducing Serialization Lag in Highload Go Systems — What Actually Works in Production

Reducing Serialization Lag in Highload Go Systems — What Actually Works in Production

Comments
4 min read
OpenTelemetry Gin Monitoring [otelgin]

OpenTelemetry Gin Monitoring [otelgin]

Comments
3 min read
Building a Zero-Dependency Rate Limiter in Go (Token Bucket, Leaky Bucket, Sliding Window)

Building a Zero-Dependency Rate Limiter in Go (Token Bucket, Leaky Bucket, Sliding Window)

Comments
5 min read
I Nuked All My node_modules and Saved ~10GB

I Nuked All My node_modules and Saved ~10GB

1
Comments
3 min read
Pulse 1.5: A Deterministic Runtime You Can Actually Rely On

Pulse 1.5: A Deterministic Runtime You Can Actually Rely On

Comments
3 min read
folderhost - Self-hosted cloud platform in a single binary

folderhost - Self-hosted cloud platform in a single binary

Comments
1 min read
Rust vs Go: Which Backend Language Should You Bet on for the Next Five Years?

Rust vs Go: Which Backend Language Should You Bet on for the Next Five Years?

1
Comments
4 min read
Create a Text Editor in Go - A Text Editor

Create a Text Editor in Go - A Text Editor

Comments
6 min read
Mastering Go profiling

Mastering Go profiling

Comments
7 min read
Introduction to GO Programming

Introduction to GO Programming

Comments
8 min read
How to create a REST API in seconds

How to create a REST API in seconds

Comments
8 min read
Building a Simple URL Shortener with Go and Redis

Building a Simple URL Shortener with Go and Redis

2
Comments
2 min read
Understanding Go's context Package: A Guide to Proper Usage

Understanding Go's context Package: A Guide to Proper Usage

Comments
7 min read
Go disassembly: branches on arm64 vs amd64

Go disassembly: branches on arm64 vs amd64

4
Comments 1
6 min read
Create a Text Editor in Go - Status Bar

Create a Text Editor in Go - Status Bar

Comments
3 min read
Create a Text Editor in Go - Text Viewer

Create a Text Editor in Go - Text Viewer

Comments
7 min read
Concorrência em Go: o uso de locks e channels para evitar deadlocks

Concorrência em Go: o uso de locks e channels para evitar deadlocks

Comments
7 min read
Gerenciamento seguro e eficiente de tokens com Go e Redis

Gerenciamento seguro e eficiente de tokens com Go e Redis

Comments
5 min read
Golang Step-by-Step: HTTP, Socket, WebSocket, and gRPC

Golang Step-by-Step: HTTP, Socket, WebSocket, and gRPC

1
Comments
2 min read
Construindo um Operador Kubernetes com Go

Construindo um Operador Kubernetes com Go

Comments
16 min read
Rust Concurrency for Go Developers: Achieving Full Compile-Time Safety

Rust Concurrency for Go Developers: Achieving Full Compile-Time Safety

Comments
18 min read
Why 0.1 + 0.2 != 0.3: Building a Precise Calculator with Go's Decimal Package

Why 0.1 + 0.2 != 0.3: Building a Precise Calculator with Go's Decimal Package

Comments
6 min read
loading...