envelopegithubhomelinkedinsearchrss

Engineering Posts


One Way to Stay Up To Date with AWS Announcements

16 Sep 2020 - AWS

AWS releases dozens of updates every month. Staying up to date with the most relevant ones for yourself can be quite challenging. Here is a one of the technique I use to not miss important announcements.


Enjoy Brotli by default in GitHub-hosted Runners

2 Aug 2020 - Open Source, GitHub

In GitHub Actions, GitHub-hosted runners include the operating system’s default built-in tools among others. As part of one of my deployment workflows, I needed the brotli CLI. Unfortunately but it was not installed by default. Here is how it was added for future uses.