Tips
-
Unraveling the Tapestry of Code Complexity: Exploring the Web of Small Things

In the world of software development, code complexity can emerge from numerous small details that interconnect within our codebases. It goes beyond grand architectural designs and intricate algorithms. The countless magic numbers, nested conditionals, poor naming choices, and other seemingly insignificant elements contribute to a web of complexity. In this blog, we unravel these small… Continue reading
-
Useful Tips & Tricks for Visual Studio
Introduction For anyone doing .NET development knows that Visual Studio is hands down the best IDE that we can get. but the problem is it’s such a massive tool that most developers hardly scratch the surface when it comes to its capabilities. So here i have listed some of the tips/tricks that i think would Continue reading
