These are my blogs
and also my life

11. How to model many possible business results?
2021-11-21 java clean-code pattern-matching
Introduction Method call often returns some result. For example let’s assume we have method which creates new object: Payment. Now imagine ... Read More
10. From Scala to Java. Encapsulate code with inner static classes, interfaces and enums.
2021-11-06 scala java clean-code
Using two languages causes you try to apply some concepts from one language to the other. Scala developers often say they started to commonly use ... Read More