Hey Hashnodes! Hashnoders? Hashnodians? lol I've always struggled with setting up server infra. I would really appreciate if you could help me around this with your experience and insights. For example: I need to set up a server for Audiobook app; As...
I recently got a recommendation to always build backend applications as a pair of two servers: an API server and a database server. The API server exposes APIs to the mobile/web clients, but to get/create/update data it communicates - through, say, g...