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.
🐹 Series: Leetcoding in Go — slices.Backward()

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

1
Comments
1 min read
How Does sync.WaitGroup Work? A Look into Goroutine Synchronization via Source Code
Cover image for 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
Stop Writing Old Go: How modernize Transforms Your Development
Cover image for Stop Writing Old Go: How modernize Transforms Your Development

Stop Writing Old Go: How modernize Transforms Your Development

1
Comments 1
5 min read
🧠 Go Function Reference Sheet

🧠 Go Function Reference Sheet

2
Comments
2 min read
Effective Error Handling in Golang
Cover image for Effective Error Handling in Golang

Effective Error Handling in Golang

Comments
7 min read
Revolutionize Your Workflow: Gogs, the Self-Hosted Git Server You've Been Waiting For!

Revolutionize Your Workflow: Gogs, the Self-Hosted Git Server You've Been Waiting For!

Comments
3 min read
Go Functions as First-Class Citizens: How to Use Them Properly
Cover image for Go Functions as First-Class Citizens: How to Use Them Properly

Go Functions as First-Class Citizens: How to Use Them Properly

9
Comments 1
9 min read
"Experimenting with Gin and FastAPI: Performance & Practical Insights"

"Experimenting with Gin and FastAPI: Performance & Practical Insights"

1
Comments
2 min read
Introduction to `bufio` in Go: Why Buffered I/O Matters

Introduction to `bufio` in Go: Why Buffered I/O Matters

1
Comments
4 min read
Practical Applications of Go's Time Package 10/10

Practical Applications of Go's Time Package 10/10

4
Comments
21 min read
Implement semaphore in golang by buffered channel

Implement semaphore in golang by buffered channel

Comments 2
2 min read
Encore's MCP Server lets your AI tools introspect your app
Cover image for Encore's MCP Server lets your AI tools introspect your app

Encore's MCP Server lets your AI tools introspect your app

38
Comments 3
4 min read
Complete TLS Workflow in Golang Made Simple: Full Process Explained
Cover image for Complete TLS Workflow in Golang Made Simple: Full Process Explained

Complete TLS Workflow in Golang Made Simple: Full Process Explained

8
Comments
4 min read
The Anatomy of Go Slices
Cover image for The Anatomy of Go Slices

The Anatomy of Go Slices

8
Comments
7 min read
Flipping Out: Feature Flags Without Frustration

Flipping Out: Feature Flags Without Frustration

Comments 1
23 min read
PostgreSQL UUID Performance: Benchmarking Random (v4) and Time-based (v7) UUIDs
Cover image for PostgreSQL UUID Performance: Benchmarking Random (v4) and Time-based (v7) UUIDs

PostgreSQL UUID Performance: Benchmarking Random (v4) and Time-based (v7) UUIDs

23
Comments 3
12 min read
Printing with GO

Printing with GO

Comments 6
2 min read
Why I Built goboot: A Developer-First Go Scaffolder That Actually Does Something
Cover image for Why I Built goboot: A Developer-First Go Scaffolder That Actually Does Something

Why I Built goboot: A Developer-First Go Scaffolder That Actually Does Something

Comments 1
2 min read
Mastering Testing in Go: Best Practices

Mastering Testing in Go: Best Practices

Comments
4 min read
Tracing error strack in Golang

Tracing error strack in Golang

Comments
3 min read
Clean, Performant, and Testable: Mastering Data Access in Go with Repositories & sqlc
Cover image for Clean, Performant, and Testable: Mastering Data Access in Go with Repositories & sqlc

Clean, Performant, and Testable: Mastering Data Access in Go with Repositories & sqlc

2
Comments
9 min read
The Definitive Auth Guide for Backend Developers
Cover image for The Definitive Auth Guide for Backend Developers

The Definitive Auth Guide for Backend Developers

13
Comments 2
21 min read
The Art of Resource Pooling in Go
Cover image for The Art of Resource Pooling in Go

The Art of Resource Pooling in Go

40
Comments 5
6 min read
Integrating Market Data into Your Go Applications with TraderMade's SDK
Cover image for Integrating Market Data into Your Go Applications with TraderMade's SDK

Integrating Market Data into Your Go Applications with TraderMade's SDK

Comments
4 min read
Stream PostgreSQL WALs with Zero Data Loss in Mind
Cover image for Stream PostgreSQL WALs with Zero Data Loss in Mind

Stream PostgreSQL WALs with Zero Data Loss in Mind

1
Comments
8 min read
loading...