logo

What is a Rate Limiter Part 1

In this post, we’ll discuss what a Rate Limiter is and what you need to consider when implementing one. This post will be a two-part series, as we’ll also detail the algorithms that make up Rate Limiter.

Learn about SQLite Soul Part 1

I was looking at geeknews and saw an interesting open source project called SQLite Soul, so I thought I’d give it a try and post about it. It’s a bit hands-on, so I’m splitting it into two posts because it can get long.

Learn about UUIDs

In today’s post, we’ll learn about UUIDs, what they are, how they’ve changed over the years, and what you should consider when using them as a primary key in MYSQL.