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.
Mastering Go is Easy Actually, part 1 : Setting up Go Development Environment

Mastering Go is Easy Actually, part 1 : Setting up Go Development Environment

Comments
3 min read
A Deep Dive into Go's select

A Deep Dive into Go's select

11
Comments 1
4 min read
🚀 Build a Fast HTTP Server in Go (2025 Edition)

🚀 Build a Fast HTTP Server in Go (2025 Edition)

1
Comments
1 min read
🍪 Go + Cookies: Secure, Stateless, Scalable (2025 Edition)

🍪 Go + Cookies: Secure, Stateless, Scalable (2025 Edition)

1
Comments
1 min read
🧱 Go Microservices 2025: One Pattern to Scale Them All

🧱 Go Microservices 2025: One Pattern to Scale Them All

1
Comments
1 min read
How to Code Hangman in Go

How to Code Hangman in Go

2
Comments 2
5 min read
Implement semaphore in golang by buffered channel

Implement semaphore in golang by buffered channel

Comments 2
2 min read
Database Internals: Understanding Data Serialization

Database Internals: Understanding Data Serialization

Comments
4 min read
Go basics

Go basics

Comments
1 min read
Go e o Stack Invisível: Como Funções e Goroutines Administram Memória nos Bastidores.

Go e o Stack Invisível: Como Funções e Goroutines Administram Memória nos Bastidores.

1
Comments
8 min read
Go #009 – Defer, Panic, Recover: Memory Segments Demystified

Go #009 – Defer, Panic, Recover: Memory Segments Demystified

1
Comments
2 min read
Shell/Python vs Go - practical thoughts form a reimplementation project

Shell/Python vs Go - practical thoughts form a reimplementation project

6
Comments 3
8 min read
Learning Large-Scale Go Project Architecture from K8s

Learning Large-Scale Go Project Architecture from K8s

6
Comments 1
9 min read
Mastering Go Modules: A Practical Guide to Dependency Management

Mastering Go Modules: A Practical Guide to Dependency Management

7
Comments
5 min read
Skip the ORM/ODM: Why MongoDB’s Native Go Driver is the Best Choice

Skip the ORM/ODM: Why MongoDB’s Native Go Driver is the Best Choice

11
Comments 1
5 min read
Pipeline Pattern in Go: A Practical Guide

Pipeline Pattern in Go: A Practical Guide

10
Comments 1
5 min read
The Beauty of Go, Introduction

The Beauty of Go, Introduction

Comments
1 min read
7 Docker Compose Tricks to Level Up Your Development Workflow

7 Docker Compose Tricks to Level Up Your Development Workflow

16
Comments 1
6 min read
How to Build A CLI Todo App in Go

How to Build A CLI Todo App in Go

10
Comments
8 min read
Using Go maps as a simple Fake repository

Using Go maps as a simple Fake repository

Comments
4 min read
Learning Go Interface Encapsulation from K8s

Learning Go Interface Encapsulation from K8s

11
Comments 3
5 min read
🐹 Series: Leetcoding in Go — slices.Backward()

🐹 Series: Leetcoding in Go — slices.Backward()

1
Comments
1 min read
Showcase Your GitHub Repository’s Users in the README [< 5 Mins]

Showcase Your GitHub Repository’s Users in the README [< 5 Mins]

5
Comments 2
2 min read
Stop Writing Old Go: How modernize Transforms Your Development

Stop Writing Old Go: How modernize Transforms Your Development

Comments
5 min read
How Does sync.WaitGroup Work? A Look into Goroutine Synchronization via Source Code

How Does sync.WaitGroup Work? A Look into Goroutine Synchronization via Source Code

9
Comments
5 min read
loading...