All Stories
Patterns - no_image
Command patternCommand pattern is a behavioral design pattern in which an object is used to encapsulate all information needed to perform an action or trigger an event at a later time...
In tutorial, no_image, patterns, Jan 23, 2025Patterns - no_image
Chain of ResponsibilityChain-of-responsibility pattern is a design pattern consisting of a source of command objects and a series of processing objects. Each processing object contain...
In tutorial, no_image, patterns, Jan 23, 2025Patterns - no_image
Builder patternThe builder pattern is a design pattern designed to provide a flexible solution to various object creation problems in object-oriented programming. The intent of the Bu...
In tutorial, no_image, patterns, Jan 23, 2025Patterns - no_image
Bridge patternThe bridge pattern is a design pattern used for “decouple an abstraction from its implementation so that the two can vary independently”. The bridge uses encapsulation, ...
In tutorial, no_image, patterns, Jan 23, 2025Patterns - no_image
Adapter patternAdapter pattern is a software design pattern that allows the interface of an existing class to be used as another interface. It is often used to make existing classes w...
In tutorial, no_image, patterns, Jan 23, 2025Sw-Projectmgmt - no_image
Software Project Management Anti Patterns
In tutorial, no_image, general, Jan 21, 2025Sw-Architecture - no_image
Software Architecture Anti Patterns
In tutorial, no_image, general, Jan 21, 2025Featured
-
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,