Some interesting facts and figures
I did not know that
$
35
mill
Most expensive domain
Technical blog - Tread carefully
Clickatech Blog
There is a useful observation about the world that is often applied to software development called the Pareto principle or Pareto’s law. This principle suggests that in many situations 80% of the results …
When I started working with my team in agile, one of the trickiest challenges was creating a good retrospective. Most training and resources will point you to the defaults: What …
Recursion is a concept in which method calls itself. Every recursive method needs to be terminated, therefore, we need to write a condition in which we check is the termination …
Access modifiers specify the accessibility of an object and all of its members in the C# project. Moreover, all the C# types have access modifiers implemented, even if they are …
SQL Server Index Basics Given the fundamental importance of indexes in databases, it always comes as a surprise how often the proper design of indexes is neglected. It often turns …