OLOskar Loeprechtincs-with-oskar.hashnode.dev·Dec 29, 2023 · 2 min readStructural Design Patterns #04 - Composite(Image created by deepai) This post is going to cover the composite pattern. Compared to the decorator pattern from the previous post this pattern (in my opinion) is much more simple to understand. The problem Let's assume we are working at an automo...00
OLOskar Loeprechtincs-with-oskar.hashnode.dev·Dec 28, 2023 · 4 min readStructural Design Patterns #03 - Decorator(Image created by deepai) This post is going to cover the decorator pattern. I tried imagining a situation where this pattern could be used. Unfortunately, after finishing this post imo the example feels a bit too theoretical. So please bear with me ...00
OLOskar Loeprechtincs-with-oskar.hashnode.dev·Mar 4, 2023 · 3 min readStructural Design Patterns #02 - BridgeThis post is going to cover the bridge pattern. The adapter pattern in the previous post is more used to fix an occurring problem whereas the bride pattern is more used to avoid a problem. The problem Let's continue with the example from the first po...00
OLOskar Loeprechtincs-with-oskar.hashnode.dev·Mar 3, 2023 · 4 min readStructural Design Patterns #01 - AdapterIn this series, I am going to have a look at the most-known Design Patterns. Instead of just giving examples, I also want to focus on the problems these patterns solve. In the first post, I am going to talk about the Adapter pattern. The Problem Let'...00
OLOskar Loeprechtincs-with-oskar.hashnode.dev·Feb 23, 2023 · 8 min readReact VDOM in 8 minutes(Image created by Midjourney) In this article, I am going to take a look at React. I used React for the first time a few weeks ago and while looking deeper into the inner workings of React I thought it might be a good idea to create a small blog post...00