Skip to main content

Explore our questions

0 votes
0 answers
28 views

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

26 votes
6 answers
22k views

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

3 votes
0 answers
57 views

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

1 vote
2 answers
131 views

Where to initialize clients in C server?

5 votes
2 answers
1k views

How dangerous is storing sensitive information in LocalStorage?

1 vote
1 answer
98 views

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

1 vote
1 answer
276 views

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

0 votes
1 answer
78 views

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

1 vote
2 answers
68 views

Finding a subset of vertices in graph

1 vote
2 answers
75 views

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

-1 votes
1 answer
697 views

Optimized algorithm to match entities together based on heuristics

2 votes
1 answer
226 views

How to design a plugin architecture in Node.js?

-1 votes
2 answers
191 views

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

1 vote
1 answer
582 views

Validation in a simple DDD example

Browse more Questions