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.
Testing Go HTTP Clients: Mocks Servers, Edge Cases and Fuzzing

Testing Go HTTP Clients: Mocks Servers, Edge Cases and Fuzzing

5
Comments 1
7 min read
Go: finally a practical solution for undefined fields

Go: finally a practical solution for undefined fields

Comments
3 min read
Building Robust File Upload Systems with GoFrame: A Complete Guide

Building Robust File Upload Systems with GoFrame: A Complete Guide

2
Comments
14 min read
Stop Spawning Infinite Goroutines: Use Tee-Channels in Go for Scalable Event Handling
Cover image for Stop Spawning Infinite Goroutines: Use Tee-Channels in Go for Scalable Event Handling

Stop Spawning Infinite Goroutines: Use Tee-Channels in Go for Scalable Event Handling

1
Comments
4 min read
Launching My Fullstack Auth Template (Go + Next.js) — Email Verification, JWT, Redis, Docker & More
Cover image for Launching My Fullstack Auth Template (Go + Next.js) — Email Verification, JWT, Redis, Docker & More

Launching My Fullstack Auth Template (Go + Next.js) — Email Verification, JWT, Redis, Docker & More

Comments
1 min read
Introducing inmem – Lightweight Go Cache Engine with Built-in Sharding, Transaction, and Eviction

Introducing inmem – Lightweight Go Cache Engine with Built-in Sharding, Transaction, and Eviction

4
Comments
3 min read
Mastering Go is Easy Actually, part 2 : Understanding Go's Predeclared Types and Declarations
Cover image for Mastering Go is Easy Actually, part 2 : Understanding Go's Predeclared Types and Declarations

Mastering Go is Easy Actually, part 2 : Understanding Go's Predeclared Types and Declarations

Comments
3 min read
Mastering Go is Easy Actually, part 1 : Setting up Go Development Environment
Cover image for 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
5 Practical Go Generics Examples to Level Up Your Code

5 Practical Go Generics Examples to Level Up Your Code

12
Comments 1
5 min read
My Journey to Becoming a 10x Developer: Day 0

My Journey to Becoming a 10x Developer: Day 0

1
Comments 2
2 min read
GoLang Error Handling - A practical and robust solution
Cover image for GoLang Error Handling - A practical and robust solution

GoLang Error Handling - A practical and robust solution

7
Comments 5
10 min read
Keep Your TCP Connections Alive & Healthy with GoFrame's gtimer

Keep Your TCP Connections Alive & Healthy with GoFrame's gtimer

Comments
2 min read
Understanding Weak Pointers in Go
Cover image for Understanding Weak Pointers in Go

Understanding Weak Pointers in Go

Comments
2 min read
🔌 Introducción al Model Context Protocol (MCP) con Go y Claude Desktop
Cover image for 🔌 Introducción al Model Context Protocol (MCP) con Go y Claude Desktop

🔌 Introducción al Model Context Protocol (MCP) con Go y Claude Desktop

1
Comments
3 min read
A Holistic View on APIs as an Ecosystem
Cover image for A Holistic View on APIs as an Ecosystem

A Holistic View on APIs as an Ecosystem

Comments
5 min read
Generics in Go: Your Friendly Guide to Reusable Code

Generics in Go: Your Friendly Guide to Reusable Code

13
Comments
6 min read
Call for Contributors

Call for Contributors

Comments
1 min read
How Implementing a Static Checker for Screen Specifications Led Us to Uncover Numerous Defects
Cover image for How Implementing a Static Checker for Screen Specifications Led Us to Uncover Numerous Defects

How Implementing a Static Checker for Screen Specifications Led Us to Uncover Numerous Defects

Comments
7 min read
Experimenting mcp-go, AnythingLLM and local LLM executions

Experimenting mcp-go, AnythingLLM and local LLM executions

3
Comments 1
7 min read
How is a public key really generated? (with Golang)
Cover image for How is a public key really generated? (with Golang)

How is a public key really generated? (with Golang)

Comments 3
3 min read
Vector embeddings made easy with Go, Azure Cosmos DB, and OpenAI
Cover image for Vector embeddings made easy with Go, Azure Cosmos DB, and OpenAI

Vector embeddings made easy with Go, Azure Cosmos DB, and OpenAI

5
Comments
5 min read
Linear Search vs. Binary Search: A Practical Guide in Go

Linear Search vs. Binary Search: A Practical Guide in Go

1
Comments
7 min read
Designing Go APIs the Standard Library Way: Accept Interfaces, Return Structs

Designing Go APIs the Standard Library Way: Accept Interfaces, Return Structs

22
Comments 4
6 min read
Using Go maps as a simple Fake repository

Using Go maps as a simple Fake repository

Comments
4 min read
Go Interview basic questions

Go Interview basic questions

Comments
1 min read
loading...