Hey, ppl!
Do we have some portal with architectural solutions recipes?
Example (out of thin air):
Q: I need to upload and store files
A: Aws s3 - up to N Mb - free, more - paid
API is described here(some link)
Angular FE part - this article
Example #2
Q: I need to store customers profiles
A: Login system - aouth0, store info - firestore(?), mongoDB. File upload - AWS S3. Article with explanations: here(link)
So main goal - share some practical concrete working architectural solution with specified service providers.
Or it will be too large to keep it in one place?
Maybe some chat/community where one can address such question?Because I'd like to pump hosting/SA/PM/CI-CD skill (hosting files, DB, CI/CD)