Skip to main content
← All Tags

Go Programming

5 articles in this category

AI NewsGame DevelopmentGo Programming

Building a Terminal Arcade Game with Go

Developer Rad Ghost transforms an abandoned Go project into a fully functional terminal-based arcade game.

Read more
AI NewsSoftware EngineeringGo Programming

GoPdfSuit: Scaling PDF Generation to 600 Documents Per Second

GoPdfSuit achieves 600 PDFs/sec on a single node by implementing custom binary parsing and memory pooling, reducing document generation costs by 92%.

Read more
AI NewsSoftware DevelopmentGo Programming

Building a Custom AI Agent with Go

A developer builds their first AI agent using Go and the Anthropic SDK, achieving a functional agent with relatively little code.

Read more
AI NewsGo ProgrammingDevOps

Mastering Memory Leak Debugging in Go During High Traffic Scenarios

Memory leaks in Go can lead to degraded performance and service crashes, with a potential loss of up to 30% in system uptime.

Read more
AI NewsAI DevelopmentGo Programming

Building an AI-Powered Migration Pathways Agent with Go and the A2A Protocol

A detailed walkthrough of creating an AI agent that provides real-time visa pathway recommendations using Google's Gemini LLM, the A2A protocol, and Go.

Read more