Search code examples
Software developement and team lead...

software-designlead

Read More
How to architect a MtG-like card game...

architecturesoftware-designstate-machine

Read More
Rest api that checks if there is a record in DB that meets a certain condition...

restarchitecturesoftware-design

Read More
Usefulness of the substitution property of the Liskov Substitution Principle...

oopsoftware-designliskov-substitution-principle

Read More
Software design for simultaneously running python programs...

pythonarchitecturesoftware-design

Read More
What is multi tenancy and ways to achive it?...

architecturecloudmulti-tenantsoftware-designsaas

Read More
Is it necessary to specialize the actor representing the registered user in customer/seller actor?...

umlsoftware-designuse-case-diagram

Read More
service oriented architecture vs headless architecture...

architecturesoftware-design

Read More
Is it a good practice to mock Automapper in unit tests?...

c#unit-testingmockingautomappersoftware-design

Read More
Should I share models across multiple microservices?...

architecturesoftware-designreusability

Read More
Architecture design for divide the subsystems...

design-patternsarchitecturesoftware-design

Read More
Why use "WhenAnyValue" instead of "RaisePropertyChanged"?...

design-patternssoftware-designreactiveuiavalonia

Read More
Which architectural style and pattern(s) would be suitable for this system?...

design-patternsarchitecturesoftware-design

Read More
Adapter Pattern: Class Adapter vs Object Adapter...

oopdesign-patternsadaptersoftware-design

Read More
api_view['POST', 'GET'] against SOLID principles?...

djangodjango-rest-frameworkarchitecturesoftware-designsolid-principles

Read More
Liskov Substitution Principle: Confusion about additional Functionalities of sub types...

flutterdartsoftware-designsolid-principles

Read More
Should service layer accept a DTO or a custom request object from the controller?...

dtosoftware-designservice-layer

Read More
Onion architecture compared to hexagonal...

architecturesoftware-designonion-architecturehexagonal-architecture

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

design-patternsarchitecturesoftware-design

Read More
Do Mixins really slow down compilation time?...

flutterdartoopmixinssoftware-design

Read More
Design of a method and data structures to process various data types...

csoftware-designmisra

Read More
Best approach to creating a site map for a creative application?...

user-interfacearchitectureuser-experiencesoftware-design

Read More
Separate HTTP requests for each dropdown or a single request for a fat FormViewModel?...

asp.netangularapi-designsoftware-design

Read More
Why is the hardest part of programming is naming things?...

programming-languagesnaming-conventionssoftware-design

Read More
Is "abc" + 5 considered an expression in python?...

pythonsoftware-design

Read More
Stop propagating promises (not rejecting them)...

javascriptpromisesoftware-design

Read More
Encapsulation vs Data Hiding - Java...

javaoopencapsulationsoftware-designdata-hiding

Read More
Difference Between Cohesion and Coupling...

ooparchitecturetheorysoftware-designooad

Read More
Constructor best practices...

javasoftware-design

Read More
What the primary difference between control coupling and common coupling?...

algorithmoopdesign-patternssoftware-design

Read More
BackNext