News
Aug 14, 2025
Go Interfaces – Stepping Beyond the Fundamentals
It's time to take a deeper dive into how interfaces work under the hood, common pitfalls, and advanced best practices.
Aug 13, 2025
Go Interfaces: Favoring Composition Over Inheritance (With a Dash of Common Sens...
Coming from a language like C# or JavaScript, interfaces in Go can feel like a cruel joke.