Backend: - Go, NodeJS - Redis, MongoDB, Tile38, Neo4j - GKE - Traefik Frontend (mobile app): - React-Native
Ask HN: Which stack do you use at your startup?
101–110 of 128 posts
Re: Ask HN: Which stack do you use at your startup?
#102Earlier quoted context omitted.
Which OS do you use for development?
It's a fair question. Many people use FreeBSD just for servers and use other distros for their workstations.
Re: Ask HN: Which stack do you use at your startup?
#103Rust on Linux with Cassandra, the strong typing without a GC is a boon to stability and performance (my own sanity). Cassandra is fantastic, looking forward to using Scylla at some point.
This stack looks awesome in terms of pure perf.
Re: Ask HN: Which stack do you use at your startup?
#104Re: Ask HN: Which stack do you use at your startup?
#105I run a development shop in Australia and work with a lot of startups to build their MVP. This puts us in a position to recommend our preferred stack: - Django backend - React frontend - Native mobile iOS/Android OR Xamarin (depends on project) - PostgreSQL - AWS (Elastic Beanstalk) OR Heroku - S3
Re: Ask HN: Which stack do you use at your startup?
#106Earlier quoted context omitted.
It's a fair question. Many people use FreeBSD just for servers and use other distros for their workstations.
I guess so. It seems strange to me that anyone would want to inflict upon themselves the pain of using different environments for development vs. production, though.
Re: Ask HN: Which stack do you use at your startup?
#107We're not exactly a startup, but a small growing data science, analyst, and engineering team in a bigger company. You name it... but a typical data and web stack. OS/Distros: FreeBSD and Linux (CoreOS and CentOS) Languages: Python (Data Science) & Javascript (Front End) Frameworks: Flask, Django, Angular, React, Bokeh, Tensorflow, Scikit-learn Container Services: Docker, Mesos/Marathon/DCOS (currently testing Kuberne…
Re: Ask HN: Which stack do you use at your startup?
#108Earlier quoted context omitted.
I guess so. It seems strange to me that anyone would want to inflict upon themselves the pain of using different environments for development vs. production, though.
You'd think so, but I bet a large portion of developers on hacker news develop on a mac and run their apps in production on a linux distro. At least for web apps.
Re: Ask HN: Which stack do you use at your startup?
#109i'd like to see this question answered only by companies grossing over $100 million and less side-dev passion projects.
Re: Ask HN: Which stack do you use at your startup?
#110Started with Python + Django + MySQL, hosted on PythonAnywhere. At some point, decided to rewrite the project from scratch in Clojure using MongoDB, since Clojure was much better suited for solving the problem in question (modelling the grammar of a natural language - https://www.pealim.com ) and MongoDB was better suited for the constantly evolving grammar spec. The rewrite took around two months and I believe that…