Browsing Tag
designpatterns
23 posts
Like Stories? Love Python! 📖🐍 Ep.3
Episode 3: Dream Layers (Builder Pattern) Accompanying source code repository: Learning Python Object-Oriented Welcome back to the screening…
Event Driven Design & Message Driven Design
Event Driven Design (EDD) Before we dive into EDD, let’s define an event. An event is immutable and…
Agentic patterns and architectural approaches in AI
Below is a set of commonly discussed agentic patterns and architectural approaches in the field of AI. These…
Separating Class Responsibilities with Clprolf
Designing clean, well-structured classes is a central challenge in object-oriented programming. Clprolf addresses this by introducing declensions —…
Factory Method in Clprolf: Clear Rules for Object Creation
Design patterns solve recurring problems in object-oriented design. In this article, let’s revisit the Factory Method pattern, written…
Facade Design Pattern in Python…
This design pattern provides a simplified and unified interface to hide the inner complexities of several subsystems or…
Prototype Design Pattern in Python…
The prototype design pattern is a creational pattern. If the creation of an object is a very costly…
Why Knowing Your Audience is More Important Than Your Design
When building a website, it’s easy to get caught up in colors, logos, fonts, and layouts. After all,…
Mastering React Design Patterns: Recursive, Partial, and Composition for Scalable Code 🚀
Master these three React design patterns to write scalable, reusable, and maintainable code with detailed explanations and practical…
Handling Evolving Requirements: Leveraging C# Params for Variable Number of Parameters
When building software, we need to be aware that the requirements will change over time. Knowing that, we…