Recent Posts

4 minute read

Recently, someone has opened an issue suggesting the support for DELETE ... RETURNING clause. This post will take you through the joy of implementing it!

4 minute read

The best tool is often the simplest, isn’t it? Still, doesn’t matter how experienced one can be, once in a while passion overcomes logic.

7 minute read

Alright team, the current government - you know, the Galatic Empire - has made us responsible for their new project, a space station called “Death Star” (what a tacky name). Basically, they want a station literally the size of a...

7 minute read

Discussing with a brazilian friend about the situation in our country, we realised how difficult it is to find information about public spending, and when available, how difficult it can be to reason about it. Joining our forces, we decided...

4 minute read

Shapeless is a library for generic programming in Scala, largely present in the ecosystem, but mostly behind the scenes; it is likely shapeless powers some of the libraries in your project, even though you don’t use it directly.