Browsing Tag
designpatterns
16 posts
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…
Adding Middleware to .NET Desktop Applications
Middleware is a common pattern in web development for handling cross-cutting concerns like logging, authentication, and error handling.…
Functional Options Pattern in Go
Introduction In Go, the Functional Options pattern is a powerful technique that allows developers to provide flexible and…
From Pixels to People: Redefining UX for Social Impact
We’re in the midst of a design revolution — a shift from simply creating user-friendly products to tackling…
Reflexões sobre SOLID – Princípios Básicos
Recentemente, tenho refletido bastante sobre alguns padrões de desenvolvimento, boas práticas e qualidade de código. Diversas ideias vêm…
A simple explanation of Adapter Pattern with Vue.js
Hi there. Today I will share how I understood the Adapter Pattern using Vue.js. In short, the Adapter…