A small but slowly growing collection of articles and thoughts about Software Engineering:
- Debugging using the Scientific Method 2024 / 11 An overview of my favourite debugging methodology and how I use it.
- My Essential Tools for Software Development on Windows 2024 / 08 A rundown of 6 of the tools I use every day to build software.
- Testing Mongo Aggregation Pipelines with EphemeralMongo 2024 / 06 Why and how to test MongoDB Aggregation Pipelines in .NET using the EphemeralMongo library & xUnit