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.
JWT Tokens in Golang: A Developer’s Guide to Secure APIs

JWT Tokens in Golang: A Developer’s Guide to Secure APIs

5
Comments
3 min read
Mastering Database Optimization in Go: A Developer's Guide to High-Performance Applications
Cover image for Mastering Database Optimization in Go: A Developer's Guide to High-Performance Applications

Mastering Database Optimization in Go: A Developer's Guide to High-Performance Applications

1
Comments
6 min read
Desbravando Go: Capítulo 1 – Primeiros Passos na Linguagem

Desbravando Go: Capítulo 1 – Primeiros Passos na Linguagem

Comments
2 min read
Some git commit histories are really embarrassing, I recommend all engineers to frequently use git rebase and git commit --amend
Cover image for Some git commit histories are really embarrassing, I recommend all engineers to frequently use git rebase and git commit --amend

Some git commit histories are really embarrassing, I recommend all engineers to frequently use git rebase and git commit --amend

Comments
2 min read
Developing a Simple RESTful API with Gin, ginvalidator, and validatorgo
Cover image for Developing a Simple RESTful API with Gin, ginvalidator, and validatorgo

Developing a Simple RESTful API with Gin, ginvalidator, and validatorgo

2
Comments
18 min read
Rust vs. Go: A Hands-On Comparison for Real Developers

Rust vs. Go: A Hands-On Comparison for Real Developers

2
Comments
4 min read
Golang Dependency Injection - Just in 5 Minutes!

Golang Dependency Injection - Just in 5 Minutes!

Comments
3 min read
Mastering Pointers in Go: Enhancing Safety, Performance, and Code Maintainability
Cover image for Mastering Pointers in Go: Enhancing Safety, Performance, and Code Maintainability

Mastering Pointers in Go: Enhancing Safety, Performance, and Code Maintainability

10
Comments
11 min read
GoFr: An Opinionated Microservice Development Framework
Cover image for GoFr: An Opinionated Microservice Development Framework

GoFr: An Opinionated Microservice Development Framework

4
Comments
3 min read
Ore: Advanced Dependency Injection Package for Go

Ore: Advanced Dependency Injection Package for Go

Comments
4 min read
Email Verifier using Go
Cover image for Email Verifier using Go

Email Verifier using Go

4
Comments
5 min read
Mastering GoFrame Logging: From Zero to Hero

Mastering GoFrame Logging: From Zero to Hero

Comments
4 min read
Why I'm learning Go in 2025

Why I'm learning Go in 2025

7
Comments 4
3 min read
The Struggle of Finding a Free Excel to PDF Converter: My Journey and Solution
Cover image for The Struggle of Finding a Free Excel to PDF Converter: My Journey and Solution

The Struggle of Finding a Free Excel to PDF Converter: My Journey and Solution

1
Comments
4 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
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
Setting Up Your Go Environment
Cover image for Setting Up Your Go Environment

Setting Up Your Go Environment

1
Comments
3 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

7
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

2
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
loading...