#programming-blogs
Read more stories on Hashnode
Articles with this tag
The Interface Segregation Principle is so close to other SOLID principles. It significantly helps to implement them correctly. · Introduction Do you know...
It is common among developers that Liskov Substitution Principle is difficult to understand, Is that true? Let's know the truth · Introduction As we all...
The Open-Closed Principle is the second principle of SOLID. Let's know what OCP is, its limitations, and how can we follow it correctly ·...
Is UML irrelevant with Agile? When will UML be helpful and when not? What are the difficulties of using UML in Agile? · Introduction UML is used to...
What are the 8 Fallacies of Distributed Systems? · Introduction The distributed systems fallacies are the false assumptions developers make about these...
How SQL Server manages transactions concurrency by Isolation Levels, what are their anomalies, and how they work · Introduction In the SQL world, a...