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.
Go's Regexp is Slow. So I Built My Own - up to 3000x Faster
Cover image for Go's Regexp is Slow. So I Built My Own - up to 3000x Faster

Go's Regexp is Slow. So I Built My Own - up to 3000x Faster

4
Comments 2
6 min read
Clean Code in ETL:How Python, Go, and SQL Each Teach You to Think Differently
Cover image for Clean Code in ETL:How Python, Go, and SQL Each Teach You to Think Differently

Clean Code in ETL:How Python, Go, and SQL Each Teach You to Think Differently

2
Comments
3 min read
Goroutines, OS Threads, and the Go Scheduler — A Deep Dive That Actually Makes Sense

Goroutines, OS Threads, and the Go Scheduler — A Deep Dive That Actually Makes Sense

2
Comments
12 min read
Go Microservices for AI/ML Orchestration

Go Microservices for AI/ML Orchestration

1
Comments
9 min read
Understanding Interfaces in Go — The Complete Beginner’s Guide
Cover image for Understanding Interfaces in Go — The Complete Beginner’s Guide

Understanding Interfaces in Go — The Complete Beginner’s Guide

Comments
3 min read
Prometric-Go Part 2 — Full Hands-On Demo with Grafana, Prometheus & k6 📈
Cover image for Prometric-Go Part 2 — Full Hands-On Demo with Grafana, Prometheus & k6 📈

Prometric-Go Part 2 — Full Hands-On Demo with Grafana, Prometheus & k6 📈

4
Comments
3 min read
Building a Robust Bonus Engine in Go: Mastering Accrual, Wager, and Compliance
Cover image for Building a Robust Bonus Engine in Go: Mastering Accrual, Wager, and Compliance

Building a Robust Bonus Engine in Go: Mastering Accrual, Wager, and Compliance

Comments
3 min read
Turning 500 Lines of If-Else Into a Config Switch: Strategy Pattern in Go
Cover image for Turning 500 Lines of If-Else Into a Config Switch: Strategy Pattern in Go

Turning 500 Lines of If-Else Into a Config Switch: Strategy Pattern in Go

Comments
5 min read
Generate Legacy .xls Files in Go Without LibreOffice — Introducing RetroXL
Cover image for Generate Legacy .xls Files in Go Without LibreOffice — Introducing RetroXL

Generate Legacy .xls Files in Go Without LibreOffice — Introducing RetroXL

Comments
2 min read
🧠 Circuit Breaker Patterns in Go Microservices

🧠 Circuit Breaker Patterns in Go Microservices

Comments
3 min read
Reducing Serialization Lag in Highload Go Systems — What Actually Works in Production
Cover image for Reducing Serialization Lag in Highload Go Systems — What Actually Works in Production

Reducing Serialization Lag in Highload Go Systems — What Actually Works in Production

Comments
4 min read
7 Best Resources to Learn Go Language: My Journey from Zero to Confident Developer
Cover image for 7 Best Resources to Learn Go Language: My Journey from Zero to Confident Developer

7 Best Resources to Learn Go Language: My Journey from Zero to Confident Developer

4
Comments
4 min read
Building an Organized API in Golang Using Fiber
Cover image for Building an Organized API in Golang Using Fiber

Building an Organized API in Golang Using Fiber

Comments
4 min read
The Secret Life of Go: Maps
Cover image for The Secret Life of Go: Maps

The Secret Life of Go: Maps

6
Comments
7 min read
Writes done Right : Atomicity and Idempotency with Redis, Lua, and Go
Cover image for Writes done Right : Atomicity and Idempotency with Redis, Lua, and Go

Writes done Right : Atomicity and Idempotency with Redis, Lua, and Go

1
Comments
9 min read
My Experience with GoFr – Building Backend Apps Faster Than Ever!
Cover image for My Experience with GoFr – Building Backend Apps Faster Than Ever!

My Experience with GoFr – Building Backend Apps Faster Than Ever!

Comments
1 min read
Local RAG with Go, Ollama, and Postgres (pgvector): a minimal guide

Local RAG with Go, Ollama, and Postgres (pgvector): a minimal guide

2
Comments
2 min read
The Secret Life of Go: Arrays and Slices
Cover image for The Secret Life of Go: Arrays and Slices

The Secret Life of Go: Arrays and Slices

3
Comments
8 min read
Warehouse Manager: Full stack web app tutorial with Go, sqlc and htmx. Part 1
Cover image for Warehouse Manager: Full stack web app tutorial with Go, sqlc and htmx. Part 1

Warehouse Manager: Full stack web app tutorial with Go, sqlc and htmx. Part 1

6
Comments 1
11 min read
Building an AI-Powered App Entirely in Go: From Simple Prompt to Smart Pipeline
Cover image for Building an AI-Powered App Entirely in Go: From Simple Prompt to Smart Pipeline

Building an AI-Powered App Entirely in Go: From Simple Prompt to Smart Pipeline

3
Comments 1
6 min read
Create a Text Editor With Go - Welcome Screen

Create a Text Editor With Go - Welcome Screen

Comments
7 min read
Goravel v1.17 Preview: Add Process facade, simpler to call system commands

Goravel v1.17 Preview: Add Process facade, simpler to call system commands

3
Comments
1 min read
Building a Zero-Dependency Rate Limiter in Go (Token Bucket, Leaky Bucket, Sliding Window)
Cover image for Building a Zero-Dependency Rate Limiter in Go (Token Bucket, Leaky Bucket, Sliding Window)

Building a Zero-Dependency Rate Limiter in Go (Token Bucket, Leaky Bucket, Sliding Window)

Comments
5 min read
Expose only the data needed by the frontend
Cover image for Expose only the data needed by the frontend

Expose only the data needed by the frontend

4
Comments
4 min read
Adding Swagger to API implemented in Go

Adding Swagger to API implemented in Go

1
Comments
11 min read
loading...