Guy working at a computer

Latest articles

  • A Squirrel under an API tent

    SQL as an API in Go

    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.

  • Code Breaking out of jail

    Escaping the Heap

    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.

  • Beaver Typing on a computer

    What are design tokens?

    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.