Acme Blog

All Blog Posts

Everything that moves me, all at once.

MQTT For Web Developers

MQTT is a protocol that is typically used in an IoT context. In this article, we'll explore how we could use its capabilities in a traditional web application to stream messages in real-time.

By Sebastian Staffa

As a freelancer, I put my trust in NixOS. Here's why.

In today's blog I want to talk about why I have chosen NixOS as my main operating system.

By Sebastian Staffa

On How To Lead Devs

After I have been entrusted with leadership responsibilities, it's time to reflect on how not to mess it up.

By Sebastian Staffa

Azure revisited

A year with Azure has passed, and this is what I have learned.

By Sebastian Staffa

Azure vs. AWS - First Impressions

After working with AWS for quite some time I got to work with Azure. Here are my thoughts.

By Sebastian Staffa

Building nvidia-docker containers with nix

A practical guide on how to package your cuda dependent application build with nix into a docker container.

By Sebastian Staffa