I started cooking out of necessity as a student away from home. I got tired of eating crappy food and decided to do it myself. I found excitement in creating flavors that I like. It gives me the same kicks…
Yogiraj Aradhye
A collection of 43 posts
Dealing with Parsing changes in .NETCORE 3.1
I was working on a feature to migrate Totem [https://github.com/HeadspringLabs/Totem] to the latest .NETCORE framework upgrade. I was upgrading it to 3.1 version from 2.1. I expected some breaking changes. Microsoft has done a…
Refactoring the Architect's Role - What is Architecture?

Previously [https://aradhye.com/refactoring-the-architects-role-smells/], we saw the smells or the problems related to the architect's role. These legos represent one of them. They represent a lot of software architectures I see. Too many items and can'…
Refactoring the architect's role - The smells

The autonomy that comes with microservices is very attractive to our customers. Sometimes it starts to become a double-edged sword of sorts. They realize that the power of autonomy comes with a great responsibility for the development teams and the…
Is Kafka or RabbitMQ the right messaging tool for you?
In a previous post [https://aradhye.com/how-integration-patterns-impact-your-microservices-architecture/] on microservices integration patterns, we talked briefly about messaging. Messaging comes with many options and patterns, and one of the most critical decisions you’ll make is choosing between message brokers. RabbitMQ…