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.
Why I'm learning Go in 2025

Why I'm learning Go in 2025

7
Comments 4
3 min read
What is Rate Limiter and Why Use It?
Cover image for What is Rate Limiter and Why Use It?

What is Rate Limiter and Why Use It?

101
Comments 7
5 min read
Setting Up Your Go Environment
Cover image for Setting Up Your Go Environment

Setting Up Your Go Environment

1
Comments
3 min read
Mastering Go Reflection: Dynamic Code Generation and Runtime Manipulation Techniques
Cover image for Mastering Go Reflection: Dynamic Code Generation and Runtime Manipulation Techniques

Mastering Go Reflection: Dynamic Code Generation and Runtime Manipulation Techniques

2
Comments
6 min read
Understanding Go's net/netip Addr Type: A Deep Dive 1/7

Understanding Go's net/netip Addr Type: A Deep Dive 1/7

7
Comments
5 min read
How to Paginate API Responses in Go
Cover image for How to Paginate API Responses in Go

How to Paginate API Responses in Go

9
Comments 2
3 min read
The Kubernetes Cloud Controller Manager

The Kubernetes Cloud Controller Manager

Comments
13 min read
Golang with Colly: Use Random Fake User-Agents When Scraping
Cover image for Golang with Colly: Use Random Fake User-Agents When Scraping

Golang with Colly: Use Random Fake User-Agents When Scraping

3
Comments
4 min read
Build an OTP-Based Authentication Server with Go: Part 3

Build an OTP-Based Authentication Server with Go: Part 3

7
Comments 2
13 min read
Golang: Struct, Interface And Dependency Injection(DI)

Golang: Struct, Interface And Dependency Injection(DI)

Comments
4 min read
How I write Go APIs in 2025 - my experience with Fuego

How I write Go APIs in 2025 - my experience with Fuego

13
Comments 1
4 min read
Go Concurrency: Mutexes vs Channels with Examples
Cover image for Go Concurrency: Mutexes vs Channels with Examples

Go Concurrency: Mutexes vs Channels with Examples

9
Comments
7 min read
Design de uma Base de Dados Modular
Cover image for Design de uma Base de Dados Modular

Design de uma Base de Dados Modular

Comments
2 min read
The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)
Cover image for The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)

The Secret Weapon of Go Performance: Mastering sync.Pool Without Losing Your Mind (or Memory)

Comments
4 min read
Introduction to Go: Why Learn It?
Cover image for Introduction to Go: Why Learn It?

Introduction to Go: Why Learn It?

7
Comments
4 min read
Generics in Go: Transforming Code Reusability

Generics in Go: Transforming Code Reusability

3
Comments
6 min read
Fan-In Fan-Out Concurrency Pattern in Go: A Comprehensive Guide
Cover image for Fan-In Fan-Out Concurrency Pattern in Go: A Comprehensive Guide

Fan-In Fan-Out Concurrency Pattern in Go: A Comprehensive Guide

2
Comments 2
6 min read
Building a Go Database Page Management System: A Deep Dive into Efficient Data Storage 🚀

Building a Go Database Page Management System: A Deep Dive into Efficient Data Storage 🚀

Comments
3 min read
Como passar funções para Templates usando Go?
Cover image for Como passar funções para Templates usando Go?

Como passar funções para Templates usando Go?

6
Comments 2
1 min read
Top 5 Go Libraries Every Backend Developer Should Know

Top 5 Go Libraries Every Backend Developer Should Know

28
Comments 8
3 min read
Go Serialization Essentials: Struct Tags, Error Handling, and Real-World Use Cases
Cover image for Go Serialization Essentials: Struct Tags, Error Handling, and Real-World Use Cases

Go Serialization Essentials: Struct Tags, Error Handling, and Real-World Use Cases

Comments
6 min read
🚀 Building a RESTful API in Go: A Practical Guide

🚀 Building a RESTful API in Go: A Practical Guide

Comments 1
5 min read
ecstop: My CLI Tool to Stop ECS Resources Easily

ecstop: My CLI Tool to Stop ECS Resources Easily

Comments
4 min read
Creating Safe Custom Types with Validation in Go
Cover image for Creating Safe Custom Types with Validation in Go

Creating Safe Custom Types with Validation in Go

Comments
3 min read
Build an OTP-Based Authentication Server with Go: Part 1

Build an OTP-Based Authentication Server with Go: Part 1

16
Comments 1
7 min read
loading...