Why I Made Peace With Go’s Date Formatting
If we’re all going to google it anyway, we might as well google something that makes sense.
If we’re all going to google it anyway, we might as well google something that makes sense.
Sometimes, the simple solution has been there all along. It takes you a minute to implement it and an eternity of scratching your head and looking in the wrong direction.
Choosing consistency over performance.
Two programming language giants appear on stage for a massive rap battle. Who will win?
It’s time to ask ourselves how much abstraction in our Go code really makes sense.
Python and Go have distinct qualities that can complement each other.
My definition of what makes a senior developer has changed a few times over the years
Escape the maze of nested code. Embrace simplicity with the early return approach.
A simple pattern that will help you reduce error handling, while keeping your Go code simple and idiomatic.
My struggle to choose the right type semantic and keep code consistent at the same time.