-
I heard someone say that implementing a linked list in Rust is not for the faint of heart. I decided to try it, and here's what I learned.
Oct 1, 2024 -
Tried to shrink the docker image for my Go blog and ended up learning a lot about compiling Go binaries on different Linux distros.
Aug 3, 2024 -
An over-reliance on JavaScript as the core of many websites, most of which don't benefit anything from it, is making the internet inaccessible to many...
Jun 15, 2024 -
In this article, we will see how publish/subscribe allows us to build resilient, loosely coupled, and scaleable systems that align more with the deman...
Apr 27, 2024 -
In this one, we use Rust to build a wrapper around a public weather API then add caching with Redis for blazing fast performance and to save up on API...
Apr 6, 2024 -
By the end of this, you should be able to build something similar that leverages the unmatched brilliance of Go on the backend, HTMX on the front end,...
Mar 8, 2024 -
I really like Go. And, while the whole community has been obsessing over pairing it with HTMX, I figured I would start with what I know. So, here's ho...
Feb 19, 2024 -
The social web as it is today was never meant to be the final destination. Only an intermediate stage. Will the Fediverse be it's final form?
Feb 11, 2024 -
As a new dev, most of what you'll hear about regex is bad. Let's try to change that.
Jan 21, 2024 -
I will explore the dangers of persisting with the ext/mysql API. I will provide a detailed analysis of the weaknesses of the original API, showing alo...
Oct 20, 2023