Architecture for hobby website with asp.net core probably on Digital Ocean - Ubuntu .
I already have a website there but it needs some work. Here's the feature i need.
A single domain name with child sites that are as isolated as possible from each other that will have a variety of architectures, with and without Asp.net core on backend.
the site would have a landing page at the root of the domain, with links to the child site projects.
it needs to support https across all site.
Digital ocean does have a lot of online resources, but it doen't do a good job of recommending best practice or advantages-disadvantage comparison.
I did start using google gemini to help cut though the DO documentation to figure out exactly what i need to do.
btw, I'm mostly using sqlite for db work, but will expand to postgress when i need something more.
and uptime is pretty important for these sites.