|
|
|
Ask HN: If you start a company today, what tech stack would you use?
|
|
5 points
by aecorredor
1519 days ago
|
|
Just curious to see the different answers. I find myself constantly thinking about what the best way to quickly build a good + scalable product from the get-go is. With things like Supabase, Firebase, AWS, Vercel, Netlify, Hasura, etc, I find it hard to make up my mind. I'm currently defaulting to React + Next.js + Vercel for the FE, and Node.js + GraphQL + Dynamo + Lambda for the BE (All TypeScript). I feel like there might be other stacks that people find better to quickly build stuff out, so just wanted to gauge that. |
|
If it was ordinary web application software I wouldn’t disagree with your FE choice but would probably stick with the JVM on the back end unless I felt really good about the cloud native route (dynamo + lambda) for a db they say you can’t get fired for picking Postgres today but I am one of the few and the proud who likes arangodb.
Personally I have some interest in A.I. work which might involve PyTorch, Tensorflow or something like that. Also I am interested in embedded, for that I wish I could give up on C and just write assembly.