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…
Tag: programming
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