Recent Posts

Migrating ASP.NET Core to OpenTelemetry

5 minute read

App Insights integration with ASP.NET Core has been a common feature of many applications since its release in 2016. However, with the rise of the open-stand...

ASP.NET Core Health Checks

3 minute read

Modern applications are often complex, integrating and depending on multiple backend components including databases, APIs and cloud infrastructure. Ensuring ...

Exploring GitHub Pull Requests Automation

5 minute read

As development teams grow and projects become more complex, automating processes becomes critical to maintaining productivity and code quality. I’m a big fan...

My Approach to Logging

6 minute read

Logging is an essential part of software development that provides a record of events and activities within an application. It allows both developers and sup...