Hey there 👋
RSS FeedWelcome to my blog. I write about Software Development, Testing, Cloud, Machine Learning and anything & everything in between.
Featured
-
CancellationToken in Real Systems
A practical follow-up to CancellationToken basics: request aborts, linked tokens, timeouts, background services, and the mistakes that show up in production backends
Recent Posts
-
Blog Update 2
The blog gets a fresh new look, powered by Astro and the AstroPaper theme
-
A Journey into the Cloud
A bird's eye view of Cloud Computing, different kinds of services available and some essential concepts along the way
-
A Deep Dive into C#'s CancellationToken
A deep dive into C#'s CancellationToken, how to work with them and some recommended patterns while adopting them
-
Improvements and Implementations of the Singleton Pattern
How the default singleton pattern becomes an anti-pattern at times and how we can improve on its flaws in different ways to create ambient services in your code