Memento pattern explained
In this post I will show you a memento pattern on one very simple example. I will not use a…
Patterns And Best Practices
2
Visitor, memento and state patterns combined
In this article, we will solve the problem that requires applying all of those three patterns. Before you continue to…
State pattern with a real-world example
Overview of the pattern The core idea of the state pattern is that an object change behavior based on it’s state….
Visitor pattern with a real-world example
In this tutorial, we will show a real-world problem and solve it with a visitor pattern.
A lot of times this pattern is used to avoid instanceof keyword in Java.
Become Java Backend Developer From Scratch
The main purpose of this course/playlist is to introduce you into the IT world. Specifically, this course covers backend development…