I am running a few one man saas's on a 2.99$ vps (1 per project) with php, mysql and nginx.
Where are you renting a VPS for 2.99$/mo? OVH?
The architecture behind a one-person tech startup
201–210 of 334 posts
Re: The architecture behind a one-person tech startup
#202I'd argue that just about every infrastructure that looks like this benefits from Kubernetes (that you're not setting up and managing), and that's a lot of them. The biggest problem is that not enough people have boiled down Kubernetes enough to look like heroku yet. Google Cloud Run is possibly the best example of what Kubernetes can look like/run like -- it runs on (probably a relatively heavily modified) KNative,…
Re: The architecture behind a one-person tech startup
#203Earlier quoted context omitted.
Edge locations refer to the CDN which his static assets are served from, i.e. HTML, JS, CSS, images. Not customers data.
Data is passed through -unencrypted- those edge locations though.
They serve HTML, CSS, JS, and images. The actual data is transmitted using AJAX requests towards an HTTPS API in EU.
Re: The architecture behind a one-person tech startup
#204Since you're in Germany, how do you handle VAT, EU tax returns, invoices, etc? What about taxes and invoices to other countries?
Re: The architecture behind a one-person tech startup
#205Re: The architecture behind a one-person tech startup
#206Earlier quoted context omitted.
cloud vendor lock-in fears are overblown. pricing and features will always be competitive between the big vendors. I suspect people waste a lot of time/money trying to be cloud agnostic. Real vendor lock-in is when you have decades of code written against an Oracle DB and you're getting charged outrageous Oracle rates and it would also cost a fortune migrate.
My worry with these providers is I get locked out of my accounts for some arbitrary reason or bug.
Re: The architecture behind a one-person tech startup
#207This is probably not the best place to ask this question, but as a solo founder or just to reduce costs/time are there some standard free software packages that are used when creating sites? For example most sites need a user sign up mechaism, a authN and authX mechanism to gate access to different pages. Are there open source projects that provide this? Or do site owners develop these from scratch every time?
Re: The architecture behind a one-person tech startup
#208Re: The architecture behind a one-person tech startup
#209The author almost seems to apologize for having a django monolith. But it's worth realising that one purpose of code organisation in larger companies is to mirror the team organisation. That's a constraint on code that can interfere with the best technical architecture. You can do better with a monolith in a one-man team!
Re: The architecture behind a one-person tech startup
#210I am not sure what the right answer is, but I at least appreciate that there founders out there willing to give the little-er shops a chance. A healthy ecosystem with competition is good for the most amount of people.