Partially-Implemented Interfaces in Go
When you just want to implement one or two methods … but be careful.
When you just want to implement one or two methods … but be careful.
A bit of up-front thinking can help make our Go code cleaner and more performant.
Two programming language giants appear on stage for a massive rap battle. Who will win?
As a software engineer, I’ve learned that consistency in code is crucial for the long-term success of a project, even when it means deviating from idiomatic principles.
Bud is a brand-new Web framework. It takes the best of Go and JavaScript to help developers focus on solving actual problems without worrying about type safety, performance, or deployment.
You cannot trick the Go compiler, and that is a good thing.
If you are betting on PostgreSQL, pgx is the right choice.
This article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
Using a flag that appears to have been brought to light with v1.17