Tuan Tran Vanblog.tuanhadev.tech·Sep 30, 2024Design Patterns Handbook - Part IVLet's explore the remaining 5 Behavioral Design Patterns. The Observer Pattern Observer is a behavioral design pattern that lets you define a subscription machanism to notify multiple objects about any events that happen to the object they are obse...Developer Best Code Practicesdesign patterns
Tuan Tran Vanblog.tuanhadev.tech·Aug 31, 2024Design Patterns Handbook - Part IIIIn Part I and Part II, we’ve covered creational and structural design patterns. Today, we'll dive into the final topic in our Design Patterns series: Behavioral Design Patterns. Let’s begin! Behavioral Design Patterns Behavioral Design Patterns are d...Developer Best Code PracticesBehavioral Design Pattern
Tuan Tran Vanblog.tuanhadev.tech·Aug 9, 2024Design Patterns Handbook - Part IIIn our previous article, we explored five creational design patterns. Now, we'll delve into seven structural design patterns. Let's get started! Structural Design Patterns Structural Design Patterns, as explained in “Design Patterns: Elements of Reus...Developer Best Code Practicesstructural design pattern
Aashi Gargaashigarg.hashnode.dev·Feb 18, 2024Understanding Object Relationships and Junction Objects in SalesforceIn the vast universe of Salesforce, relationships aren’t just about connections; they’re the glue that holds your data together. Object Relationships are special field types that are used to establish a connection between two objects. There are prima...1 likeObject Relationship