Posts by this author

Sep 15, 2026
Post comments count0
Post likes count0

Today I will… improve test coverage

Today I want to look at how we can improve on the test coverage that we have in the Interview Coach application. This application has some unit tests in it already, but I'm sure there is room for improvement. Defining our baseline Before we start writing tests, it's a good idea to have a baseline of what our coverage is so that we can find out wh...

Testing
Sep 1, 2026
Post comments count1
Post likes count4

Today I will… review GitHub PRs

Today I will show you how we can tackle one of the most common tasks when working in a development team or managing an open-source project, and that is working with Pull Requests. While we're going to be using the GitHub tooling within Visual Studio for this, the approach would be very similar with Azure DevOps. Getting our PRs Start by opening ...

ProductivityGitHubVisual Studio 2026