No post body was provided.
Ask HN: Which stack do you use at your startup?
1–10 of 128 posts
Re: Ask HN: Which stack do you use at your startup?
#2You might find some interesting answers at https://stackshare.io/stacks
Re: Ask HN: Which stack do you use at your startup?
#3windows 200,
ms access for the backend,
ASP (VB) for the frontend.
we also do java applets
Re: Ask HN: Which stack do you use at your startup?
#4Not sure we qualify as a startup anymore but our stack is Kotlin + Gradle + Kubernetes on GKE.
Definitely the best stack I have worked with thus far.
Re: Ask HN: Which stack do you use at your startup?
#5[deleted]
Re: Ask HN: Which stack do you use at your startup?
#6We use PHP. PureScript Haskell Postgres :) all on kubernetes atop AWS.
Re: Ask HN: Which stack do you use at your startup?
#7We use Elixir, Go, C++ for backend and JS, Java / Kotlin, C# for frontend. We also use Postgresql, Rabbitmq and Redis.
Re: Ask HN: Which stack do you use at your startup?
#8We [1] use a Laravel back-end for the main system, hosted on autoscaling EC2 behind a load balancer.
Our front-end web application is built on Angular, running on S3 behind CloudFront.
Since we process a lot of data, we use background jobs (with SQS as a broker) to perform our analyses.
The actual data processing and wrangling is done in Python.
We have released some parts of our systems as open source projects [2], [3], [4].
[1]: https://odysseyattribution.co/ [2]: https://github.com/code-orange/telemachy [3]: https://github.com/code-orange/jot [3]: https://github.com/code-orange/statuspage
Re: Ask HN: Which stack do you use at your startup?
#9Elixir (Phoenix) in AWS Fargate.
Re: Ask HN: Which stack do you use at your startup?
#10I use Stackoverflow :)