Forem

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 SW: Lessons from the Backend
Cover image for Building SW: Lessons from the Backend

Building SW: Lessons from the Backend

2
Comments
8 min read
🗺️ Go Maps Deep Dive (no_swiss) — Part 1: The Secrets Behind O(1) Performance, Overflows, and Growth
Cover image for 🗺️ Go Maps Deep Dive (no_swiss) — Part 1: The Secrets Behind O(1) Performance, Overflows, and Growth

🗺️ Go Maps Deep Dive (no_swiss) — Part 1: The Secrets Behind O(1) Performance, Overflows, and Growth

6
Comments 7
5 min read
Criando um Sidecar em Go para acessar o Microsoft Graph via gRPC
Cover image for Criando um Sidecar em Go para acessar o Microsoft Graph via gRPC

Criando um Sidecar em Go para acessar o Microsoft Graph via gRPC

1
Comments
5 min read
AWS Lambda with Go - How to Build, Deploy, and Invoke

AWS Lambda with Go - How to Build, Deploy, and Invoke

1
Comments
2 min read
Building Web Servers from First Principles (Part 1)

Building Web Servers from First Principles (Part 1)

1
Comments
5 min read
Building Web Servers from First Principles (Part 5)

Building Web Servers from First Principles (Part 5)

Comments
5 min read
Building Web Servers from First Principles (Part 4)

Building Web Servers from First Principles (Part 4)

Comments
8 min read
Go: Ticker

Go: Ticker

Comments
2 min read
Go struct: Recorrer elementos de una estructura

Go struct: Recorrer elementos de una estructura

Comments
2 min read
The Core of Gin: Interface Webs, API Consistency, and the Beating Heart of the Framework

The Core of Gin: Interface Webs, API Consistency, and the Beating Heart of the Framework

Comments
6 min read
Go Coding with Asparagos: Will Graph Cycles Spoil the Salsa Festival?
Cover image for Go Coding with Asparagos: Will Graph Cycles Spoil the Salsa Festival?

Go Coding with Asparagos: Will Graph Cycles Spoil the Salsa Festival?

Comments
3 min read
Golang Interfaces are easy

Golang Interfaces are easy

2
Comments
3 min read
aria - Event Driven websocket framework

aria - Event Driven websocket framework

Comments
2 min read
Simplify Validation in Golang— No Struct Tags, No Reflection, TypeSafety: Meet GoValidator
Cover image for Simplify Validation in Golang— No Struct Tags, No Reflection, TypeSafety: Meet GoValidator

Simplify Validation in Golang— No Struct Tags, No Reflection, TypeSafety: Meet GoValidator

3
Comments
2 min read
Blushlog: A new Beginning

Blushlog: A new Beginning

Comments
3 min read
Building AI-Powered Developer Tools: Lessons from Creating a Code Fortune Teller 🔮

Building AI-Powered Developer Tools: Lessons from Creating a Code Fortune Teller 🔮

Comments
3 min read
Build Web Apps with Pure Go (No JavaScript Required!)

Build Web Apps with Pure Go (No JavaScript Required!)

Comments
3 min read
My GO init()
Cover image for My GO init()

My GO init()

Comments
1 min read
🛠 Type‑Safe DSLs in Go — No Magic, Just Go ⚡

🛠 Type‑Safe DSLs in Go — No Magic, Just Go ⚡

Comments
1 min read
🔍 End-to-End Observability 2025 — Trace Every Millisecond, Fix Issues Fast! 🔍

🔍 End-to-End Observability 2025 — Trace Every Millisecond, Fix Issues Fast! 🔍

Comments
1 min read
🔍 Go Reflection: Less Code, More Power ⚡

🔍 Go Reflection: Less Code, More Power ⚡

Comments
1 min read
🚀 CPS in Go: Unlock Go’s Superpowers in 2025 ⚙️

🚀 CPS in Go: Unlock Go’s Superpowers in 2025 ⚙️

Comments
1 min read
Optimize Your Go Code: Mastering `string` and `[]byte` Conversions

Optimize Your Go Code: Mastering `string` and `[]byte` Conversions

2
Comments
13 min read
Introducing: A Go package to reduce err boilerplate
Cover image for Introducing: A Go package to reduce err boilerplate

Introducing: A Go package to reduce err boilerplate

Comments
2 min read
pgdbtemplate – fast PostgreSQL test databases in Go using templates
Cover image for pgdbtemplate – fast PostgreSQL test databases in Go using templates

pgdbtemplate – fast PostgreSQL test databases in Go using templates

Comments
4 min read
loading...