Victor.Lins

Victor.Lins

Follow
homebadges
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

GoF Creational Design Patterns

Jul 27, 202213 min read

Software Architecture Simplified · Introduction 📋 Design Pattern 🧱 A design pattern is a solution that can be repeated/use every time that a specific...

GoF Creational Design Patterns

GoF Structural Design Patterns

Jul 26, 202216 min read

Software Architecture Simplified · Introduction 📋 Design Pattern 🧱 A design pattern is a solution that can be repeated/use every time that a specific...

GoF Structural Design Patterns

Iterator - Design Pattern

Jul 24, 20225 min read

Software Architecture Simplified · Objective 🎯 Provide a way to access elements of a list sequentially without exposing its underlying...

Iterator - Design Pattern

Proxy - Design Pattern

Jul 23, 20222 min read

Software Architecture Simplified · Objective 🎯 Provide a substitute for another object to control access to it. Type ✅ ❌Behavioral: Describes how...

Proxy - Design Pattern

Visitor - Design Pattern

Jul 22, 20223 min read

Software Architecture Simplified · Objective 🎯 Provide a way of separating an algorithm from an object allowing to add/change operations at run...

Visitor - Design Pattern

Flyweight - Design Pattern

Jul 21, 20223 min read

Software Architecture Simplified · Objective 🎯 Allow to put more objects into the available memory RAM by sharing common parts between multiple objects....

Flyweight - Design Pattern