Software Development
-
Understanding SOLID Principles: Single Responsibility

If your code is not adaptive enough, You process cannot be agile enough.. To make your code more adaptive learn SOLID Principles Continue reading
-
When to Use Microservices (And When Not To!)

One of the main problem in our industry is we focus on the tech tool, not the thing that the tech tool let’s you do. So when you say you want to use microservice architecture, first you have to think what’s the thing it’s going to give you? What can microservices architectures give you? More Continue reading
-
.NET multi platform app ui(MAUI)

In the blog post I explain about .NET MAUI a new multi platform app UI to support different workloads like mobile, desktops using .NET Continue reading
-
Thoughts on design patterns

My opinions on design patterns and practices and things that you should keep in mind while choosing design patterns Continue reading
-
What is Technical Debt?

Whenever we develop a software feature, it is likely that certain compromises will need to be made between the “ideal code” and the code that is good enough to meet the deadline. This is not to say that poor design should be encouraged to meet the deadline, but that there is some value in doing Continue reading
-
Are we an agile programmer?
What makes you an agile programmer? Is it because you work on an “agile” team or Is it because you use “agile” tools. Just by following some practices or tools can someone become a agile developer? The answer is a big NO!! Before we go any further lets take a look at the agile manifesto to understand what Continue reading
-
The Hype Cycle of Software Developers
As software developers we often try to follow what is new/hot trend in programming. By doing this we would end up using technologies without fully understanding the pros and cons. The Hype Cycle was developed by Gartner, an IT research and advisory firm. It is a useful tool for assessing the progress of new techniques Continue reading
