Browsing Tag
designpatterns
19 posts
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…
Factory Method
The factory design pattern is a fundamental creational pattern in object-oriented programming that deals with object creation. It…
Dissecting layered architecture
Selecting the right architecture is key to a project’s success. In software development, architects and developers are always…
From Converters to Dependency Injection: Navigating Model Migrations
Do you know the three-layer software design? Think of it as tech’s equivalent of a sandwich with neatly…
Single Source of Truth
1. The Principle of Single Source of Truth (SPOT) The SPOT, or Single Point of Truth, principle is…
Design Pattern: Strategy (TS)
The strategy pattern is useful in cases where we have multiple algorithms or strategies that can be interchangeable,…
Best Practices for Building a Validation Layer in Go
Validation is an essential part of any software system. It helps ensure that the data being processed or…