Category: Development technologies

by Vladimir Mandić The software industry lives with a phenomenon that is conveniently named technical debt (TD) [1]. According to some estimates 25% of all effort spent in the industry is related to this phenomenon [2], eighter by having difficulties while implementing software changes or new features that turn to be too expensive for the […]

Had you ever had a chance to play with some LEGO bricks? If you had, you’d probably noticed how convenient those were and how we could always create something new and different out of the same brick set. The LEGO company will soon celebrate their 100th birthday (founded in 1932.), which tells us quite a […]

Optimizing Memory Handling Using Visual Studio Profilers In the world of software development, memory management plays a critical role in the performance and stability of applications. For .NET developers, understanding and optimizing how an application handles memory is not just an optional task – it’s a necessity. This blog delves into the importance of memory […]