Hey, I’m Jessica

I like to write, code, speak, teach, and learn - not necessarily in that order. Let's learn together.

Hey, I’m Jessica
re:Invent 2022 - Recap Best Practices for Building a Container Management Platform

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 …

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

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 …

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

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 …

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

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 …

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

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 …

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

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. …

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

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 …

Tales of a Remote Worker: Current Home Office Setup

Tales of a Remote Worker: Current Home Office Setup

This overdue post comes at the request from a few people on Twitter after I tweeted out a …

How to use GitHub Actions with your own self-hosted runner (aka build agent)

How to use GitHub Actions with your own self-hosted runner (aka build agent)

What is GitHub Actions? GitHub Actions enables you to “automate, customize, and execute …