Ken Muse
GitHub, Maven, and Packages
Java makes it surprisingly easy to manage and package complex projects using Apache Maven. One question I’m frequently asked – how does this integrate with GitHub Actions? Turns out that the answer is “surprisingly well!”

Read more

Using New GitHub APIs With Probot
Probot makes it simple to create GitHub Apps, but sometimes the APIs update faster than Probot does. Learn how you can implement unsupported web hooks and APIs.

Read more

Using Node Version Manager (NVM)

Using Node Version Manager (NVM)

If you’re working with Node.js, NVM can be a helpful tool for installing, configuring, and managing your environment.

Read more

Ruby for the .NET Developer

Ruby for the .NET Developer

If you’re trying to understand the syntax of Ruby, sometimes it helps to compare it with something you already know!

Read more

Coloring Consoles in ANSI
Coloring the console output in PowerShell isn’t hard – unless it’s simply ignoring your requests. Sometimes it takes a bit more than following the documentation. Sometimes you have to resort to the older approaches to do something new. Today, we explore using ANSI escape sequences to colorize output.

Read more