Skip to main content

Top Questions

-1 votes
1 answer
13 views

In dynamic programming, do switch-case statements perform worse than function tables?

-2 votes
1 answer
82 views

Are there any good and modern approaches, to have variables that feel global (no need to pass them around explicitly), yet are local to an instance?

4 votes
5 answers
353 views

Recommended data structures/algorithms for checking peoples' availability schedules

-1 votes
0 answers
17 views

Is my Level 1 and Level 2 DFD for the "Manage User Account" process correct?

5 votes
3 answers
1k views

How to design a distributed system with an event broker where strong ordering is required?

1 vote
1 answer
215 views

Prevent unregistered users from accessing the system using JWT?

10 votes
6 answers
2k views

Is there a name for the hierarchy of "trustworthiness" many engineers use while debugging?

3 votes
2 answers
128 views

Multi processing or multi threading for pywinauto?

5 votes
5 answers
616 views

Is it good practice to check exception messages in unit tests? [duplicate]

4 votes
1 answer
110 views

Async-ifying WPF Window.Show()?

2 votes
4 answers
166 views

Multithreaded Game Server: Single send() or Many send()s for Game List?

2 votes
1 answer
101 views

How to make the common "organization > project > content" conceptual model handle more subdivisions?

-1 votes
1 answer
157 views

How should I implement System Design patterns in general and when to use these patterns in every aspect?

0 votes
2 answers
151 views

Is integration-testing all services the best approach?

3 votes
1 answer
256 views

Where should I store the access token in React?

1 vote
4 answers
170 views

Is it good practice to return ApiResponse from a Spring service layer?

6 votes
2 answers
1k views

How dangerous is storing sensitive information in LocalStorage?

1 vote
2 answers
254 views

What is a good strategy to avoid creating duplicate profiles for many individuals in a database?

1 vote
1 answer
340 views

Which approach to specifying a database connection in a web API, is preferred?

3 votes
3 answers
1k views

Is a SPA still a SPA if SSR is used?

1 vote
2 answers
170 views

Where to initialize clients in C server?

1 vote
2 answers
149 views

Should I introduce a controller layer to separate networking from game/player logic in a C server project?

1 vote
1 answer
135 views

Where should authentication data be stored in a modular monolith with multiple authentication strategies? (NestJS)

1 vote
2 answers
89 views

Finding a subset of vertices in graph

3 votes
0 answers
117 views

How to implement introspection of user-defined data in my software renderer

1 vote
1 answer
117 views

How should I design a password reset flow when the PasswordService depends on UserRepository (email vs ID)?

-1 votes
2 answers
226 views

Does it make sense to use next.js only for the front-end?

2 votes
2 answers
151 views

How to namespace global function overrides?

1 vote
1 answer
226 views

How should domain models be designed — rich domain models with encapsulated logic vs. anemic models with separate service/util layers?

-1 votes
0 answers
23 views

Does rate limit on crawler hurt SEO? [migrated]

4 votes
4 answers
389 views

How to Deploy Machine Learning Model on Wearable Edge Devices? [closed]

2 votes
0 answers
163 views

Invalidate session for user in authentication

3 votes
2 answers
512 views

Why do I need an authorisation server if my micro services can validate JWTs directly?

4 votes
2 answers
732 views

why would one use the "Functional Options" pattern in go?

19 votes
11 answers
6k views

Code readability and debugging

3 votes
1 answer
253 views

How to design a plugin architecture in Node.js?

1 vote
1 answer
153 views

Best practice for integrating UI and dynamic user-specific content using a Flask app

1 vote
1 answer
181 views

golang: pattern for handling message queues? Are named functions anti-idiomatic somehow?

3 votes
3 answers
557 views

Effective way to discover nodes in peer-to-peer network

48 votes
9 answers
15k views

Why (not) segmentation?

26 votes
7 answers
22k views

In C/C++, should I use 'const' in parameters and local variables when possible?

3 votes
3 answers
2k views

Difference between facade and orchestrator in the context of microservices

1 vote
1 answer
593 views

Validation in a simple DDD example

5 votes
2 answers
493 views

Is there a canonical definition of SPA or is SPA a broadly agreed-on architecture with fuzzy edges?

1 vote
1 answer
670 views

Should I Add Integration Or Unit Tests To Django Views

8 votes
3 answers
566 views

What are best practices for enterprise software, should a developer be able to login as one of its users? (when its your own company)

1 vote
1 answer
241 views

How should I handle routine health checks in a Node.js/Nest.js application?

3 votes
3 answers
1k views

Undo/Redo with Command Pattern and Object Destruction


Looking for more? Browse the complete list of questions, or popular tags. Help us answer unanswered questions.