localstack: stopping me singin’ those AWS blues…

Note: all code discussed in this article is available here. If you work in modern web development, chances are you’re probably working on Amazon Web Services (AWS). Although there are other competitors such as Azure, many businesses use AWS as their cloud provider. Its services are well-developed and robust, so it’s no wonder that many… Continue reading localstack: stopping me singin’ those AWS blues…

if your rust’s unsafe, and it don’t look good, who ya gonna call?

tl;dr: Valgrind! As a language, Rust puts memory safety at its heart, in addition to trying to be a more accessible and beginner-friendly route into low level systems development, and for most uses, it lives up to that. The borrow-checker ensures that there are no nasty dangling pointers or badly used variables to cause segfaults,… Continue reading if your rust’s unsafe, and it don’t look good, who ya gonna call?

going from tech writer to developer: how i did it

Once, nearly ten years ago, I was a tech writer. It was how I got my start in the IT industry, and since then I’ve worked as a developer and a devops engineer. I think I’ve had quite an interesting journey in the world of technology, and this post is something I’ve kicked around for… Continue reading going from tech writer to developer: how i did it

installing renderdoc on linux: the road to happiness

If like me you enjoy messing around with Vulkan, I’m sure you’ll be familiar with Renderdoc, the awesomest open-source graphics debugger ever. RenderDoc is a vital tool in sorting out most weird graphical errors that you’ll encounter in your graphics development adventures (it sure is for me), however on Linux things are a bit… homespun.… Continue reading installing renderdoc on linux: the road to happiness

rhel 7 to centos 7 migration: the road to happiness

So in my professional life I do a lot of work with Red Hat Enterprise Linux. It’s stable, rock-solid (mostly) and easy to use… but however unlike many distros, it comes with a subscription. This is fine: developers gotta eat, and however many anti-capitalist rants people like to go off on, if Linux wasn’t making… Continue reading rhel 7 to centos 7 migration: the road to happiness