Live data from Hacker News

The architecture behind a one-person tech startup

anthonynsimon.com

201–210 of 334 posts

Re: The architecture behind a one-person tech startup

#202

I'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,…

Can you point out any tutorials or guides on how to set up kubernetes simply? I'm wondering what the best way to deploy my app with minimal effort is - you make it sound like kubernetes is the answer.

Re: The architecture behind a one-person tech startup

#203
post #86

Earlier 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.

What data exactly?

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

#206
post #80

Earlier 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.

Yeah and in the case of google, good luck finding support.

Re: The architecture behind a one-person tech startup

#207

This 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?

a few to get you started: - https://github.com/vercel/nextjs-subscription-payments - https://bedrock.mxstbr.com/

Re: The architecture behind a one-person tech startup

#209
post #73

The 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!

you can do better with a monolith on a ten-person team, or a 300 person team. Monoliths have their advantages

Re: The architecture behind a one-person tech startup

#210
One thing I noticed a lot with indie or "one-man" startups is they make ample use of other SaaS tooling, often lesser heard of or known ones as well.

I 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.

Post reply on HN