Search code examples
Automatic generation of immutable class and matching builder class of a Java interface...


javadesign-patternsimmutabilitybuilder-pattern

Read More
clean C++ granular friend equivalent? (Answer: Attorney-Client Idiom)...


c++design-patternsprivatefriend

Read More
Singleton & Multithreading in Java...


javamultithreadingdesign-patternssingleton

Read More
How to correctly handle laravel form?...


phplaraveldesign-patternscrud

Read More
How do I have a method return one of almost the same classes case to case?...


c#design-patternscoding-styleclean-architecturesolid-principles

Read More
model a generic pojo to use in my classes...


javadesign-patternspojodto

Read More
Handle DB call failure in background jobs...


asynchronousdesign-patternsarchitecturemicroservicesjobs

Read More
Is the Java Proxy class related to the Proxy Design Pattern?...


javadesign-patternsinterfacermi

Read More
Parallel programming patterns for C#?...


c#.netmultithreadingdesign-patternsparallel-processing

Read More
Purpose of Dispose calling Dispose(IsDisposing) pattern in C#?...


c#.netdesign-patternsdispose

Read More
How do I Keep Track of my Position in an Array...


javaarraysoptimizationdesign-patterns

Read More
What is the better: to allow Services to access several DAOs or only other Services...


javadesign-patternsjakarta-ee

Read More
Process a line with hour number and enclouse for later processing...


design-patternstclregsub

Read More
Filtering results from the data access layer in the business layer...


databasedesign-patternsarchitecturen-tier-architecture

Read More
Difference between singleton and factory method pattern...


design-patterns

Read More
naming convention: What is the difference between "from" vs "of" methods...


javadesign-patternsnaming-conventions

Read More
Need help in deciding the software design/architecture for product development?...


design-patternsarchitecturesoftware-design

Read More
Supporting multiple versions of a data schema...


design-patternsschemacsla

Read More
Programming pattern / architectural question...


architecturedomain-driven-designdesign-patterns

Read More
Android Compose - How to tile/repeat a bitmap/vector?...


androidimagedesign-patternsandroid-jetpack-composetile

Read More
Software Architecture question. BL creates DTOs differently by type. Is there anything better?...


design-patternsarchitectureprototypedto

Read More
Architecture of very complex php applications?...


phpmodel-view-controllerdesign-patternsoop

Read More
When would you use the mediator design pattern...


language-agnosticdesign-patternsmediator

Read More
Best practices with a domain object collection in DDD...


javadesign-patternsdomain-driven-design

Read More
Object Oriented Programming: Separation of Data and Behavior...


c#oopdesign-patterns

Read More
friend class with limited access...


c++design-patternsprivatefriend

Read More
Strategy pattern to filter objects, how to compose them?...


javafilterdesign-patternsstrategy-pattern

Read More
Difference between the Facade, Proxy, Adapter and Decorator design patterns?...


design-patternsproxyadapterdecoratorfacade

Read More
Best practice for draft/published states...


databasedesign-patternsdatabase-designcontent-management-system

Read More
What is recommended when publishing multiple variations of a message?...


design-patternsarchitecturepublish-subscribemessagingevent-driven

Read More
BackNext