Ewen Quimerc'h · articles
-
Write your next API with Go
Unleash the Power of Golang: build lightning-fast, scalable, and easy to maintain APIs
-
Go Traps - nil interfaces
Avoid runtime errors caused by nil interfaces in Go
-
Dark mode switch with pure CSS
Who knew it was possible to do a dark mode switch with pure CSS? I'll show you how to do mine, but feel free to adapt it as you want!
-
Control the opponent in some games
A quite complete article about how to control opponent's score in some games, using a nice part of mathematics called Game Theory.
-
Efficient CLI aliases
How to set up a centralized system to store and use your aliases everywhere