Recent Posts
2024 Wrap Up Books
Continuing a trend started way back in the seventh post on this blog, a summary of the books that I read this year.
Zig Zig Zag, as Fast as You Can
In the spirit of one of my favourite books - Seven Languages In Seven Weeks - I’ve been working through this year’s Advent of Code in Zig, a “general-purpose programming language and toolchain for maintaining robust, optimal, and reusable software”1.
Upsert in Postgres
A real quick blog post just to record a useful technique I just discovered that I’ll want to have a record for in the future - if inserting into a Postgres table, so long as you’re on >9.5
, you can upsert-and-overwrite with the following syntax: