Jan 16, 2024·~14min
So your API needs to allow queries that are too complicated for plain CRUD APIs but not complicated enough to justify using GraphQL? Consider accepting a subset of SQL where clauses, with the necessary security checks implemented in Go.
Jan 15, 2024·~15min
Explore a Go language quirk where a sorting benchmark reveals unexpected heap allocations, highlighting the intricacies of Go's interface handling and memory management.
Jan 13, 2024·~ 10min
Design tokens are just spicy variables, right? Wrong! They are an extremely versatile way of sharing design properties and in this tutorial, you’ll learn how they work.