Bend Technologist
The first application in Angular as an aid for metal forming technologists.
The first application in Angular as an aid for metal forming technologists.
The last article in a series of entries about SOLID in object-oriented programming. This time we will look at the principle of dependency reversal.s
An article on the principle of segregation of interfaces in object-oriented programming, which is a part of SOLID.
The third article in the series about the SOLID principles. This time there is a Liskov substitution principle on the wall.
Briefly about the first of the SOLID principles, i.e. single responsibility principle, with an example of the code in Java.
An application designed to provide information about the current weather and forecast for 5 days in two locations.
Introduction to articles about the basic principles of object-oriented programming that you should use regardless of the technology in which you work.
A short article on how to write code based on the TDD methodology. If you want to learn the basics and what writing in TDD can give you, I invite you to read.
Continuing the series of entries about design patterns, I decided to take a builder design pattern to the workshop. This pattern is a creative pattern that can significantly simplify the application code, make ... Read More »Builder design pattern
Another design pattern that I will describe will be the title decorator. This pattern can be easily imagined as an implementation of the work of an interior decorator who, by getting an unfinished apartment, deals with ... Read More »Decorator design pattern