Hello there, welcome to my blog. I have worked on writing scalable systems for Microsoft Azure.
I write simple blog posts on a lot of topics in Software Development, Testing, Machine Learning and anything & everything in between.
You can few of my recent posts below, or find posts belonging to a certain category using the tags/search feature. To learn more about me, visit the About page up top.
To subscribe to my blog posts, you can
- Subscribe to the RSS Feed ➡️
- Subscribe using Feedly ➡️
- Subscribe using FeedRabbit ➡️
Posts
A bird's eye view of Cloud Computing, different kinds of services available and some essential concepts along the way.
Mar 26, 2022
A deep dive into C#'s CancellationToken, how to work with them and some recommended patterns while adopting them.
Jan 20, 2022
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.
Dec 10, 2021
A introductory post talking about fluent apis, its pros and cons and how to design one for yourself from scratch.
Aug 11, 2021
How I made a custom attribute to decorate my usual tests with extra behavior for tests written using the MS Test Framework.
Jul 1, 2021
A simple trick on how to use multiple Custom Script Extensions for Azure VMs, when you want to use multiple custom script extensions in one deployment at different stages of deployment, in a single ARM template.
May 14, 2021
A short post into how you can use ARM templates to deploy a storage container pre-populated with files.
Mar 26, 2021
My plans and upcoming things I might write about on this blog.
Jan 16, 2021
An update on the tech stack and look of my blog.
Dec 24, 2020
Discover various patterns of Unit Tests with simple examples and how you can use them to improve your UTs game.
Nov 27, 2020
Discover different types of tests and testing strategies.
Oct 6, 2020
A "from scratch" implementation of Naive Bayes algorithm to find a whether a message is spam or not and a kick off to the series "Machine Learning, with the Maths"
Aug 30, 2020
A dive into C# Properties and various interesting patterns of using them into your code.
Aug 19, 2020
A super short introduction to Conditional Probability with a fun tricky problem involving a family and their unknown children.
Aug 14, 2020
An interesting problem I encountered while working and an equally interesting solution suggested to me. How to use the same code to create complex data structure of two different classes.
Aug 13, 2020