#software-development
Read more stories on Hashnode
Articles with this tag
How to group data by specific date interval using DATE_TRUNC(), EXTRACT(), or TO_CHAR() functions in PostgreSQL. · Introduction PostgreSQL is one of the...
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 ·...
What is SOLID? When should we use the SOLID principles? What is the Single Responsibility (SRP)? Why is it tricky to apply? · Introduction I believe that...
The Powerful GraphQL Tool - Directives · Introduction GraphQL is one of the most fantastic tools presented in the software world in the last few years....