I'm freakin elated to share something I've been hammering away at: rzmq – a pure Rust, async ZeroMQ that's aiming for (and achieving!) a new level of performance on Linux!
If you've been in the di...
Precursor post:https://www.normansoven.com/post/a-pluggable-workflow-engine-is-something-always-been-promised-never-delivered
I DELIVERED BABY!
For the longest time, I've had this itch. You know the ...
I have been exploring all of my ideas from the past. Breathing in life into past ideas and it is exhilarating. Let's talk about SaaS Apps or how larger apps in general suck and how I have an idea t...
I've been thinking of a lot of ideas lately, because with the advent of AI, it is now idea frenzy. I never thought about how I gave away a Schema-less Hierarchical Data Store to the world (C5Store)...
Are you pulling your hair out because a Remote Desktop Connection window (or a similar RDP client window) keeps stubbornly popping up in Fedora, especially when you switch virtual desktops or appli...
Some of the libraries were a long time coming and the others just spur of the moment thoughts.
I released TurnKeeper, a comprehensive Job Scheduler library in Rust.
Spawn Point, a comprehensive scaf...
Ever needed to run a task repeatedly in your Rust application? Maybe it's sending out daily reports, cleaning up old data weekly using a CRON schedule, or checking an external service every few min...
Like many developers, I've spent my fair share of time dealing with database schema changes across different environments. Keeping development, staging, and production in sync can feel like herding...
You've been there. Need a new microservice, maybe a quick CLI tool. You remember that perfect template you stashed away, or maybe you grab one off GitHub. git clone, run the generator... npm instal...