№ 02 / SUMMARIES

#golang

Every summary, chronological. Filter by category, tag, or source from the rail.

Tag · #golang
DAY 01June 15, 2026 JUN 15 · 20261 SUMMARIES
Level Up CodingSoftware Engineering

Using Higher Order Functions for Idiomatic Go

Higher Order Functions (HOFs) allow Go developers to decouple logic from behavior, reducing boilerplate and preventing "tangled" code by passing functions as arguments or returning them.

Level Up Coding
DAY 02June 8, 2026 JUN 8 · 20261 SUMMARIES
Level Up CodingSoftware Engineering

How Go Build Tags Can Silently Break Your Production

Go build tags are compile-time directives that exclude files from the build if constraints aren't met. If a test file is tagged but not explicitly included via the -tags flag, it is silently ignored, leading to false-positive test suites.

Level Up Coding
DAY 03May 22, 2026 MAY 22 · 20261 SUMMARIES
Google Cloud TechSoftware Engineering

Go 1.25 & 1.26: Performance, Modernization, and AI Readiness

Go continues to evolve its platform with the Green Tea garbage collector, automated code modernization via 'go fix', and improved SIMD support, all while maintaining strict backward compatibility to Go 1.0.

Google Cloud Tech
DAY 04May 21, 2026 MAY 21 · 20261 SUMMARIES
Google Cloud TechAI & LLMs

Building Production-Grade AI Agents with Go and Flutter

Learn to build a scalable AI-agent application using Google's Agent Development Kit (ADK) in Go, deployed on Cloud Run, with a cross-platform Flutter frontend.

Google Cloud Tech

Showing 4 of 4