Bleeding-edge tech will kill your startup
11–20 of 196 posts
Re: Bleeding-edge tech will kill your startup
#12But we have to use kubernetes. Jk. But yea, especially if your startup is not really high-tech, but merely a good business that needs tech.
The kube API (the pod/deployment/service/ingress structure) is where the magic is, imho. Sure you could just make an EC2 instance, and swap in your Rails, and redirect the ALB and fix your domain CNAME, but whatever man, you can do like 4 of those things in an instant in Kube.
Re: Bleeding-edge tech will kill your startup
#13Re: Bleeding-edge tech will kill your startup
#14I used to work for an organization that has a team of mostly Java developers. They want to move to Python, in part because the big guys (Google, Netflix, and NASA as cited by them) did it too.
They are just building a run of the mill web app, but they are changing the entire stack for a new project that next to nobody on the team knows well.
Re: Bleeding-edge tech will kill your startup
#15We are still on RethinkDB but know we have to get off it eventually :(
Oh wow I worked on a project over 5 years ago that insisted on RethinkDB. Man so many issues... Lol
FWIW I actually really quite liked RethinkDB.
Re: Bleeding-edge tech will kill your startup
#16You have to toe the line a bit in startups, you want to use proven technology but leave room for the employees to feel like they are contributing to something new and unique.
Re: Bleeding-edge tech will kill your startup
#17Re: Bleeding-edge tech will kill your startup
#18There's a distinction to be made: - If your business doesn't rely on new technology, then avoid bleeding edge tech (examples: you retail co-working space, rent apartments, do food/grocery delivery, etc.) - If your business model does rely on new technology (examples: airlines in the early 20th century, railroads in the early days of the steam engine, e-commerce in the early 2000s) then you have to work out a way to d…
Nonsense, the database is the back up plan so you can pivot to a DB company if your main thing doesn't work out.
Re: Bleeding-edge tech will kill your startup
#19Lol. I'm an embedded engineer, and this week I'm getting my coworkers excited to upgrade part of our system to use bleeding edge technology from the mid 90's!
Re: Bleeding-edge tech will kill your startup
#20But we have to use kubernetes. Jk. But yea, especially if your startup is not really high-tech, but merely a good business that needs tech.
Kube is great. Abstracts away lots of problems. If you make a single kube cluster (which is trivial with eksctl) you can iterate on a number of startup ideas pretty quickly on it. The kube API (the pod/deployment/service/ingress structure) is where the magic is, imho. Sure you could just make an EC2 instance, and swap in your Rails, and redirect the ALB and fix your domain CNAME, but whatever man, you can do like 4 o…