My first exploration into the haveibeenpwned API was the searching by range endpoint. It's a fairly simply endpoint, all you need to do is send it the first 5 characters of the sha1 hash of a password. The API will then respond with a string…
In this blog post I will explore creating backend logic for a sliding puzzle game. This project was started on a train with no internet connection and the idea then later expanded upon. I liked the sound of building this as I wanted to explore the…