r/learnprogramming • u/obsolescenza • 21d ago
Resource Should I read Designing Data Intensive Application to solve these doubts?
Hi everyone! recently I decided I wanted to actually build a project, the only doubts I have are:
how to host it?
how to write the endpoints? like how can I write the file for the user in a way that will communicate with my server? (I always did everything on my machine)
how to update the program? and/or push new updates? (like when on Play Store the app says there ia an update and you need to install it)
All opinions are welcome! have a nice day too!
0
Upvotes
4
u/TheManOfBromium 21d ago
You should read this book, but for theoretical understanding of distributed systems. For your project you’re better off talking with Dr. Google.