You may also enjoy
ULID Identifiers and ULID Tools Website
2 minute read
Historically, when I wanted to store data in a database, I (or the project/team I was on) used an incrementing integer to uniquely identify each row (e.g. th...
Simple Command Line Function to Decode JWTs
1 minute read
I come across a lot of JSON Web Tokens (JWTs) these days, and I often want a quick way to see what information is encoded in them. An easy solution is to vis...
JDBI With Custom Types
less than 1 minute read
I’ve been using JDBI recently for interacting with a database in Java and I generally like it. It lets you write explicit queries, and it is relatively simpl...
Continuous Deployment Isn’t Just for Applications
3 minute read
While we’ve been pushing more of our production services towards Continuous Deployment for faster and safer releases, we’ve discovered we can build the ideas...
Leave a comment