implementing an SPI controller in an FPGA and testing if it works with a logic analyzer before adding an actual Device
implementing an SPI controller in an FPGA and testing if it works with a logic analyzer before adding an actual Device
Replacing checked exceptions with a Result type for cleaner, more composable error handling in Java
A small excursion into the makerspace using MicroPython and the Adafruit Neo Trinkey to build a device that keeps your laptop awake - no more awkward screen timeouts during presentations!
Migrating from redis to dragonflydb for this blog.
Implementing Page stats starting with a PageView counter using Sveltekit and a Redis backend.
Learning about Svelte by making a blog
How to create your docker containers as small as possible
This blog post is an thought experiment in how a functional programming concept could be implemented in the Go language.
As an exercise, I wanted to see if I could get TOTP codes used for multi factor authentication visible without having to resort to the Google Authenticator app.
Explaining recursion with a very practical use case