#software-development
Read more stories on Hashnode
Articles with this tag
Book Summary · Chapter 1 - Clean Code Code is really the language in which we ultimately express the requirements. We may create languages that are...
What is Agility? It means an effective response to change, effective communication among all the stakeholders, and organizing a team so that it is in...
Design Pattern Serie · Intent A proxy controls access to the original object as It provides a substitute or a placeholder for another object to save time...
Design Pattern Serie · Intent It lets us save and restore the previous state of an object without revealing the details of its implementation. So we can...
Design Pattern Serie · Intent It allows us to dynamically add behaviour or a new functionality to an individual object, without affecting the behaviour...
Design Pattern Serie · Intent It let us fit more objects into the available amount of RAM by reusing already existing similar kinds of objects after...