1
Ask HN: Which questions you ask yourself while developing backend?
As an example. When I’m developing some requests handlers I ask myself those questions:
1) how do I handle multiple same requests
2) What happens if database fails
3) What happens if server fails
4) How do I work with time if users are from different timezones
Etc
Do you have some kind of cheat sheet?