Browsing Tag
designpatterns
21 posts
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…
Facade Pattern
What is Facade Pattern? Facade pattern is a structural pattern that provides a unified interface to a set…
Minha conclusão ao conhecer os “Design Patterns” [PT-BR]
Introdução Terminei de conhecer os famosos “Design Patterns”, descritos originalmente no livro “Design Patterns: Elements of Reusable Object-Oriented…