
Wojciech Janaszek



Angular & Dependency Inversion Principle
Introduction This is the last article of the series about SOLID. It is a set of principles that allows us to write a code which is easier to scale …


Angular & Interface Segregation Principle
Introduction This is the fourth article in the series on the acronym SOLID. It is a set of rules thanks to which we can write code that will be …


Angular & Liskov Substitution Principle
Introduction This is the third article in the series on the acronym SOLID. It is a set of rules thanks to which we can write code that will be …


Angular & Open/Closed Principle
Introduction This is the second part of the SOLID article series. It’s a set of principles that will not only allow us to write a code that scales more …


Angular & Single Responsibility Principle
Introduction SOLID is a set of principles thanks to which we can create a code that is scalable, can be extended easily, and change implementations of existing mechanisms. Although …