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.
Go Generics: A Deep Dive

Go Generics: A Deep Dive

6
Comments
11 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

9
Comments 1
4 min read
Go Concurrency: Mutexes vs Channels with Examples

Go Concurrency: Mutexes vs Channels with Examples

8
Comments
7 min read
Design de uma Base de Dados Modular

Design de uma Base de Dados Modular

Comments
2 min read
🚀 New Article Alert: Master sync.Pool in Golang! 🚀

🚀 New Article Alert: Master sync.Pool in Golang! 🚀

Comments
1 min read
Generics in Go: Transforming Code Reusability

Generics in Go: Transforming Code Reusability

3
Comments
6 min read
Introduction to Go: Why Learn It?

Introduction to Go: Why Learn It?

7
Comments
4 min read
🚀 Master Custom String Formatting in Go with the GoStringer Interface!

🚀 Master Custom String Formatting in Go with the GoStringer Interface!

Comments
1 min read
Fan-In Fan-Out Concurrency Pattern in Go: A Comprehensive Guide

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

2
Comments
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?

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

27
Comments 8
3 min read
taking input with spaces in go

taking input with spaces in go

Comments
2 min read
Learn Golang in 2025, You Won't Regret It

Learn Golang in 2025, You Won't Regret It

119
Comments 18
3 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
🗂️ 25 Golang Resources Every Developer Will Find Helpful and Interesting

🗂️ 25 Golang Resources Every Developer Will Find Helpful and Interesting

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

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

15
Comments 1
7 min read
PostgreSQL Performance Tuning: The Power of work_mem

PostgreSQL Performance Tuning: The Power of work_mem

Comments
13 min read
How to Scan in GoLang

How to Scan in GoLang

7
Comments
2 min read
How to Print in GoLang

How to Print in GoLang

6
Comments
2 min read
Go's 'Must' Pattern: Streamline Your Error Handling

Go's 'Must' Pattern: Streamline Your Error Handling

Comments
3 min read
Fundamentos de Go: Variables, Constantes, Estructuras de Control y Datos

Fundamentos de Go: Variables, Constantes, Estructuras de Control y Datos

1
Comments
4 min read
The Intricacies of MongoDB Aggregation Pipeline: Challenges and Insights from Implementing It with Go

The Intricacies of MongoDB Aggregation Pipeline: Challenges and Insights from Implementing It with Go

Comments
3 min read
loading...