implementing an SPI controller in an FPGA and testing if it works with a logic analyzer before adding an actual Device
Explore all articles, tutorials, and insights. Use the category and tag links to find posts by topic.
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
Some improvements to the original design
This blog post is an thought experiment in how a functional programming concept could be implemented in the Go language.
When brands grow fast, it's the quality that suffers, and that will cost you the customers that helped you grow in the first place.
One morning I tried to login into a remote system using ssh and suddenly I got the above error.
While on a not particularly interesting online meeting, my eye fell on the [Raspberry Pico](https://www.raspberrypi.org/products/raspberry-pi-pico/) that I ordered and had just arrived that morning.
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