You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It was fun getting all this working on a digital ocean droplet, but It's kind of fragile and seems to break all the time.
I want to look at how to simplify this stack and potentially reduce cost.
Ideas:
host the frontend on a CDN instead of serving from a web server. There's no reason to be using a web server if it's just passing back a bundle of JS and html.
Move dns Hosting over to route53?
Consider breaking up the repo into frontend and backend repos for simplicity
Consider whether you even want to keep this around
The text was updated successfully, but these errors were encountered:
It was fun getting all this working on a digital ocean droplet, but It's kind of fragile and seems to break all the time.
I want to look at how to simplify this stack and potentially reduce cost.
Ideas:
The text was updated successfully, but these errors were encountered: