Posts
All the articles I've posted.
-
How to create a custom C# Attribute to Inject Extra Behavior in Tests
How I made a custom attribute to decorate my usual tests with extra behavior for tests written using the MS Test Framework
-
How to have Multiple Custom Script Extensions for Azure Virtual Machines in One ARM Template Deployment
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
-
How to deploy Azure Blob Container with files using ARM templates
A short post into how you can use ARM templates to deploy a storage container pre-populated with files
-
Hello Xamarin (And 2021)
My plans and upcoming things I might write about on this blog
-
Blog Update 1
An update on the tech stack and look of my blog
-
The different kinds of Unit Tests
Discover various patterns of Unit Tests with simple examples and how you can use them to improve your UTs game
-
A Primer on Different Kinds of Tests
Discover different types of tests and testing strategies
-
The Naivete of Naive Bayes
A 'from scratch' implementation of Naive Bayes algorithm to find whether a message is spam or not and a kick off to the series 'Machine Learning, with the Maths'