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!”
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.
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.