CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
design-patterns
09-14
database
How to choose the right strategy at runtime when implementing the strategy pattern?
09-13
front end
Best way to apply versioning to State object-oriented design pattern?
09-13
Software engineering
How does State design pattern satisfy the open closed design principle
09-13
OS
Proper singleton class implementation
09-12
Back-end
How to refactor the code to obey the rule ‘open-closed’?
09-11
Enterprise
LLD Car Rental Application SpringBoot | How to reserve a car for particular days so that other users
09-11
OS
DDD, should I create a domain service just to save data?
09-10
Blockchain
Passing the template variable to the Observers from the Subject - Observe design pattern
09-10
Software engineering
Is it common to have controller Classes in OOP
09-09
Enterprise
How can I reuse test implementation?
09-09
other
Java: Best practice/Design pattern for handling NULL cases on variables that SHOULD NEVER be NULL?
09-08
Back-end
Angular Local and Session reusable methods Design pattern
09-07
front end
How to find unique pattern of hex from binary file using regex
09-07
database
From Navbar redirect to a certain part in a different page React
09-06
OS
How to transfer a mutex containing object from one function to another?
09-06
Mobile
bash script. print one word before and after match
09-04
OS
How to create a reusable component with many possibilities based on the screen size?
09-04
Software engineering
How to restructure nested if else statement
09-04
OS
Argument errorr in Java Nested Builder Pattern
09-03
database
Printing multiple objects on the same line
09-03
Software engineering
What tools/pattern are useful to create an interface that can be made dynamically reusable with gene
09-03
Software engineering
Python regex pattern which search for domain name
09-02
Software design
when to use design patterns and when to apply which solid principle?
09-01
OS
How to encapsulate additional fields?
09-01
Blockchain
How to restrict access privilege between two classes in java?
08-31
database
Improving Polymorphism and Decorator pattern in Go
08-30
Back-end
Run a method only once in case of concurrent calls and return the same result to all of them
08-29
OS
Maintain the status of events in multithreading
08-29
OS
How to implement state design pattern without violating Interface Segregation Principle (ISP)?
08-27
Mobile
How to reduce the number of variables in the signature of method in child class? Java refactoring
08-27
Software engineering
Pattern based string parsing
08-26
other
Looping through all functions in a namespace in c
08-24
Software engineering
API Search Protocol, single or multilist on attribute ids
08-24
Software engineering
How to use Kotlin Singleton class in Java
08-18
Net
Choose dependency object based on Enum
08-16
Software design
How do I implement the open-close principle?
08-16
database
Allow class to modify singleton only if it has implemented interface
08-14
Software design
Can some one explain me the this regex pattern in python? re.findall("[a-zA-Z*,*\-!*.]"
08-13
database
Mimicking inheritance in Rust
08-12
Enterprise
How do I best capture possible side-effects of Func<..> in C#? Is there a best practice for th
326
1
2
3
4
5
6
7
8
9
Next
Last
Links:
CodePudding