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.
HTTP Server Management in Go: Graceful Shutdowns and Error Handling

HTTP Server Management in Go: Graceful Shutdowns and Error Handling

Comments
3 min read
Creating Nested Routes in Gin
Cover image for Creating Nested Routes in Gin

Creating Nested Routes in Gin

1
Comments
2 min read
📌 Design-First API: Why It Matters for Complex Systems
Cover image for 📌 Design-First API: Why It Matters for Complex Systems

📌 Design-First API: Why It Matters for Complex Systems

Comments
1 min read
Clean Architecture in Go: A Practical Guide with go-clean-arch
Cover image for Clean Architecture in Go: A Practical Guide with go-clean-arch

Clean Architecture in Go: A Practical Guide with go-clean-arch

26
Comments 1
6 min read
I Built a Multiplayer Browser Game Where Everyone Pets the Same Pixel
Cover image for I Built a Multiplayer Browser Game Where Everyone Pets the Same Pixel

I Built a Multiplayer Browser Game Where Everyone Pets the Same Pixel

1
Comments
3 min read
💾 Go Sheet DB: I Built a REST API in Go Using Google Sheets as a Database, Then Dockerized It Like I Hate Myself

💾 Go Sheet DB: I Built a REST API in Go Using Google Sheets as a Database, Then Dockerized It Like I Hate Myself

1
Comments
5 min read
RNF-100-3: The One Tubing of Middle-Earth

RNF-100-3: The One Tubing of Middle-Earth

5
Comments
2 min read
Go (11) - Channels & Concurrency
Cover image for Go (11) - Channels & Concurrency

Go (11) - Channels & Concurrency

Comments
4 min read
A lightwright go-cron

A lightwright go-cron

1
Comments
1 min read
How to Secure a Segment of TCP Tunnel with TLS Using Gost?

How to Secure a Segment of TCP Tunnel with TLS Using Gost?

Comments
1 min read
Graceful Server In Golang
Cover image for Graceful Server In Golang

Graceful Server In Golang

1
Comments
4 min read
Introducing "flux" the modern Go framework
Cover image for Introducing "flux" the modern Go framework

Introducing "flux" the modern Go framework

Comments
1 min read
JWT Auth (Golang)

JWT Auth (Golang)

Comments
6 min read
JWT Auth (Golang): v0.7.0

JWT Auth (Golang): v0.7.0

Comments
1 min read
Redis Fallback (Golang): v0.1.1

Redis Fallback (Golang): v0.1.1

Comments
1 min read
Go Concurrency Made Easy: Mastering errgroup for Error Handling and Task Control

Go Concurrency Made Easy: Mastering errgroup for Error Handling and Task Control

3
Comments
10 min read
GoCommit: Never Write Another Git Commit Message Again 🤖

GoCommit: Never Write Another Git Commit Message Again 🤖

Comments
4 min read
Implementing Log File Rotation in Go: Insights from logrus, zap, and slog
Cover image for Implementing Log File Rotation in Go: Insights from logrus, zap, and slog

Implementing Log File Rotation in Go: Insights from logrus, zap, and slog

14
Comments
6 min read
File System Walking with WalkDir: Recursive Tree Traversal 4/9

File System Walking with WalkDir: Recursive Tree Traversal 4/9

6
Comments
19 min read
😄 Built a fun little project to calculate how ancient you are... and sneakily learned Docker in the process!

😄 Built a fun little project to calculate how ancient you are... and sneakily learned Docker in the process!

Comments
2 min read
Wiremock + testcontainers + Algolia + Go = ❤️
Cover image for Wiremock + testcontainers + Algolia + Go = ❤️

Wiremock + testcontainers + Algolia + Go = ❤️

6
Comments
17 min read
Mastering Concurrency in Go, Part 1: Understanding Concurrency vs Parallelism
Cover image for Mastering Concurrency in Go, Part 1: Understanding Concurrency vs Parallelism

Mastering Concurrency in Go, Part 1: Understanding Concurrency vs Parallelism

6
Comments
5 min read
Basic things to know of Go

Basic things to know of Go

1
Comments
2 min read
Go's slog: Modern Structured Logging Made Easy
Cover image for Go's slog: Modern Structured Logging Made Easy

Go's slog: Modern Structured Logging Made Easy

12
Comments 1
7 min read
Advanced Go Concurrency: Unleashing Lock-Free Data Structures for Real-World Wins

Advanced Go Concurrency: Unleashing Lock-Free Data Structures for Real-World Wins

4
Comments
12 min read
loading...