📄️ Variadic Functions: How ...T Works Under the Hood
How variadic functions work in Go, what the compiler does with ...T parameters, and the patterns and pitfalls around passing slices to variadic functions.
📄️ Closures: Captured Variables and Common Pitfalls
How Go closures capture variables by reference, the loop variable capture bug, and practical patterns like memoization and function factories.