cover.png

Twitter Cards in Hugo: Avoid the relURL and absURL pitfalls

I recently published a new blog post and noticed my Twitter Cards were broken. What are Twitter …

elgato.webp

How to control and automate your Elgato Keylight from the command line

All code featured in this blog post can be found here on GitHub. Problem Have you ever wanted …

cover.webp

re:Invent 2022 - Recap Best Practices for Building a Container Management Platform

Recap: Best practices for a container management platform In this chalk talk, we learned about …

Screen Shot 2020-10-15 at 12.42.47.webp

How to show/hide the menu bar in macOS 11 Big Sur using AppleScript

*** EDIT *** As of now, the below code no longer works. However, thanks to a few comments from …

tcpbind-white.webp

How to solve the "listen tcp :80: bind: permission denied" error in Docker

We’ve all been there. You do everything correct - you set your container to run as non …

x64appservice_wh.webp

Running a 64 bit node Web App in Windows Azure App Service

This post will walk you through the key things you should know when running a 64 bit node …

Screen Shot 2020-03-11 at 2.14.05 PM.webp

Things to consider when running visual tests in CI/CD pipelines: Container Pipeline Edition (Part 3)

If you haven’t at least read the first post in this series, I recommend checking it out …

Screen Shot 2020-03-11 at 2.12.48 PM.webp

Things to consider when running visual tests in CI/CD pipelines: Azure Devops & GitHub Actions (Part 2)

If you haven’t yet read the first post in this series, I recommend checking it out now. …

Screen Shot 2020-03-11 at 1.11.44 PM.webp

Things to consider when running visual tests in CI/CD pipelines: Getting Started (Part 1)

Testing - it’s an important part of a developer’s day-to-day, but it’s also …