The bridge design pattern is a structural pattern that decouples abstraction from implementation, allowing them to vary independently.
The adapter design pattern can make two interfaces compatible with each other.
Learn about the builder design pattern by assembling hamburger objects.
At the core of the Prototype design pattern lies the (deep) cloning of objects. This post shows implementing this pattern in both Java and Python.
Examples of the Abstract Factory Method, Factory Method and Template Method Design Patterns. With class diagrams and Java and Python code samples.
A short example on how to implement the Singleton Design Pattern.
An algorithm that solves the hexagon tile puzzle from Toysmith.
Setup a personal access token for using GitHub repositories.
This post shows how you can resolve a merge conflict with git with the help of the open-source application KDiff3.
This post discusses how to resolve a Git merge conflict with the help of KDiff3 and analogies.