Posts tagged "go"
-
Server: Part 1 of 3
-
Memory Management, Performance Optimization & Runtime Internals
-
A lightweight command-line tool that automates semantic versioning for Git repositories with safety checks and intuitive commands
-
A Go static analyzer that enforces mandatory struct field initialization using struct tags, preventing critical bugs from missing required configuration
-
How I built a Go static analyzer to detect and fix fragile positional struct literals, improving code maintainability and preventing subtle bugs