Depend in the direction of abstraction. High level modules should not depend upon low level details.
Dec 9, 2022
Clients should not be forced to depend upon interfaces that they do not use.
Nov 24, 2022
Objects in a program should be replaceable with instances of their subtypes without altering the correctness of that program.
Nov 9, 2022
A software module (class or method) should be open for extension but closed for modification.
Oct 20, 2022
A class should have only a single responsibility (i.e. only one potential change in the software’s specification should be able to affect the specification of the class)
Sep 30, 2022
My repository for 99 (most common) problems. Ideally for learning new langauge
Oct 24, 2020
NOTE: Full code is not available. Only piece of code will be showed, so try to learn and create for yourself. Technology stack Python Python 3.7 Nameko framework Spring Boot 2.2 RabbitMQ Redis Docker Nameko framework Nameko is a framework for building microservices in Python.
Nov 18, 2019
Simple desktop app simulated hour bell
Aug 30, 2018