What Do Sunglasses Have To Do With Software Performance?
So, what do sunglasses have to do with software performance?
So, what do sunglasses have to do with software performance?
The latest feature, a new shiny library, it's all just one new JavaScript include away. What could possibly go wrong? For starters, how about having your credit card details stolen?
I needed a voting system for this website which was compatible with serverless pages. I also wanted it to be zero-login which ruled out using a third-party plugin. The result was a serverless, zero database & zero login voting system using AWS. Here is how...
Keptn is an event-based control plane for continuous delivery and automated operations. Unleash is a feature toggling framework. It sounds like these two would play well together, even in non cloud-native environments...
Atlassian Bamboo is an extremely popular CICD platform. Here's an automation script to spin up an instance on Ubuntu.
osTicket is one of the leading open source ticketing systems. Here's an easy way to spin up an instance on Ubuntu.
Recently I have been playing with Istio on Kubernetes & one of the things I wanted to achieve was seamless canary releases. Turns out it is really easy with Istio. Let's dive in...
A post describing the architectural changes I had to make when moving from a Wordpress hosted blog to a Github Pages, serverless model.
Here is how I fixed the Invalid dylib load. Clients should not load the unversioned libcrypto dylib as it does not have a stable ABI
error on MacOS.
As I have previously mentioned, I recently moved this site to GitHub Pages. This post will investigate the performance impacts of that decision.