DEV Community

Cover image for Portal with detailed architectural solutions recipes?
Oleksandr
Oleksandr

Posted on

Portal with detailed architectural solutions recipes?

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)

Latest comments (10)

Collapse
 
oleksandr profile image
Oleksandr

“Successful & Short Kubernetes Stories For DevOps Architects” by Pavan Belagatti link.medium.com/A25PeplI42

Collapse
 
oleksandr profile image
Oleksandr

Nice Firebase solutions review
dev.to/thisdotmedia/a-quick-dive-i...

Collapse
 
oleksandr profile image
Oleksandr
Collapse
 
oleksandr profile image
Oleksandr • Edited

I thought about advices as in this article. Maybe with a bit more detailed aws pricing review
dev.to/twilio/getting-started-with...

Collapse
 
oleksandr profile image
Oleksandr
Collapse
 
layzee profile image
Lars Gyrup Brink Nielsen

AJonP is the closest to anything like that ajonp.com/

Collapse
 
oleksandr profile image
Oleksandr

One of the solutions I'd like to know how to do:

  1. Where to host some landing page with a few sections (blog with articles(articles with comments), about me, videos, etc) for free? (at least as for beggining?)
Collapse
 
padakipavan profile image
padaki-pavan

This would be Awesome. I couldn't find any though.

Collapse
 
oleksandr profile image
Oleksandr

I think there is some information but in different places and articles.
Hm. Should we create some github repo with some specific fields and then merge in practical solutions from anyone who wants to share?

Collapse
 
oleksandr profile image
Oleksandr

Or maybe github where anyone can ask for highlevel arch solution - and get some resonses how to implement?