Skip to main content

Explore our questions

1 vote
3 answers
35 views

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

0 votes
1 answer
36 views

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

-1 votes
1 answer
691 views

Optimized algorithm to match entities together based on heuristics

-1 votes
0 answers
21 views

Where to initialize clients in C server?

2 votes
1 answer
219 views

How to design a plugin architecture in Node.js?

0 votes
2 answers
232 views

Since `float` (plus `double`) stores exponents, does replacement of ` / 2` with `>> 1` improve CPU use?

0 votes
2 answers
49 views

Finding a subset of vertices in graph

3 votes
1 answer
1k views

How dangerous is storing sensitive information in LocalStorage?

-1 votes
2 answers
174 views

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

0 votes
0 answers
46 views

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

1 vote
1 answer
577 views

Validation in a simple DDD example

5 votes
2 answers
996 views

Why are semantics and type systems are so important?

3 votes
3 answers
931 views

Is a SPA still a SPA if SSR is used?

2 votes
2 answers
126 views

How to namespace global function overrides?

Browse more Questions