Skip to main content
Jesse Houwing

Jesse Houwing

Netherlands

Over the past 20 years, Jesse has been helping teams make Software Development fun (again). How has changed over time. When he started out it was by teaching techniques and languages, such as Regular Expressions and Object oriented Programming. Then later the focus moved from individual developers to whole teams with Scrum and DevOps. Jesse became a certified trainer for Scrum and Phoenix Project Games. And with the introduction of AI this whole way of working is being disrupted and Jesse has been helping teams deal with that shift. All the while he hasn't just taught people, but has been using the tools and techniques himself to uncover new ways of working and has been chronicling this on his blog, StackOverflow and any other place he's prodded. Where his focus was on ALM, Scrum and DevOps on Azure DevOps in the past, in the past 5 years his focus has almost completely shifted to collaboration on GitHub. Jesse doesn't accept "that's not supported" and has extended Azure DevOps and GitHub in all manner of ways over the years. From maintaining the official Azure DevOps Extension Tasks (recently ported to GitHub) to his collection of specific Actions for authors of GitHub Actions, helping make the GitHub Actions ecosystem safer and better. Over the years he connected to many people in the Azure Pipelines and Actions product teams and Jesse helps shape these product through extensive community feedback. At Xebia, Jesse is the core GitHub Enterprise Administrator and helps shape the usage of the platform for both Xebia and its customers. The Enterprise Administrators are a a small niche group who are faced with interesting challenges who Jesse supports through his own knowledge and experience. Jesse has been awarded the Microsoft Most Valuable Professional Award since 2015 in the Developer Tools and DevOps categories. He uses this status mostly to support and help others grow. Somehow he's one of the most-certified people in the GitHub space at the moment.

Links. Selecting an option opens the link in a new tab.

Community Contributions

Configure Azure Pipelines app in ghe.com

And yet another quick-fix blog post documenting how to configure Azure Pipelines in GitHub EMU with Data Residency. after having 2 customers run into a brick wall during migrations and not knowing how to solve it myself and only finding an issue on the Azure DevOps Developer Community without any workaround attached, I started hunting for how to set this up correctly. Even GitHub Support and the Azure DevOps team couldn't help me out and mentioned that this is a complex thing to setup and adly documened. So when I stumbled upon the solution I immediately shared this on my blog and the Azure DevOps developer community.

Blogpost / 06-19-2026

Billing and Budgets Simulator for Usage Based Billing

With Usage Based Billing for GitHub Copilot rolling out in June, many of my customers and peer administrators reached out for guidance on how to configure their budgets and cost centers to lower their anxiety. After having figured all of the subtleties out for our own company usage, I quickly turned that knowledge into a quick simulation tool to allow administrators to start extrapolating their bill and course correcting without blocking their users.

Other / 05-15-2026

Actions Dependency Submission Action

The GitHub Actions ecosystem has been under attack for a while, but what was an infrequent problem, has turned into a consistent danger. As administrator I encountered all kinds of issues mapping out the Actions usage in my own Open Source projects as well as our company. When following best practices (pinning actions to SHA), it turns out a few features in GitHub break, one of them is the GitHub Security Advisory and Dependabot Security Updates for GtHub Actions. And thus, it's hard to find usages of vulnerable actions in your enterprises, organizations and repositories. This small project augments the built-in automatic Actions Dependency Submission system. It has been picked up by quite a few organzations, including a few Norwegian government departments. So now you can both use sha-pinning, but still receive security advisories and dependabot security updates for your GitHub Actions. The action also provides this functionality for people runnign their own private marketplace.

Open source project / 01-15-2026

Actions Example Checker

As maintainer of several GitHub Actions I kept running into issues ensuring all my internal documentation and examples were using the latest, correct syntax. This problem escalated quickly from a small script in one of my projects to an actual Action usable by others. A number of other Action authors have started picking up the project and it's now used by a slowly growing set of projects, ensuring the example you copy-paste works on the first try!

Open source project / 01-01-2026

Related Stars