i'd like to see this question answered only by companies grossing over $100 million and less side-dev passion projects.
Ask HN: Which stack do you use at your startup?
111–120 of 128 posts
Re: Ask HN: Which stack do you use at your startup?
#112Keeps things simple.
Re: Ask HN: Which stack do you use at your startup?
#113Re: Ask HN: Which stack do you use at your startup?
#114Re: Ask HN: Which stack do you use at your startup?
#115Haskell & Elm. Deployed to AWS with NixOps. Persisted with PosgreSQL and Redis. Code hosted in either Bitbucket or GitHbub. Tasks managed with Trello and email. Occasional sync meetings over appear.in or Zoom (I travel).
This is my favourite stack here by far. What are your pain points?
Haskell and Elm both work great, but I can imagine in future using something like Haste or PureScript Bridge; it'd be nice to work with both the backend and UI as a single project. Not a pain currently, but this is a nice to have.
Biggest pain is documentation. Haskell stuff is documented, but more hand-holdy examples would be ideal. OTOH, some language communities have a culture of writing documentation that is too hand-holdy, flooded with emojis, and is generally frustratingly infantilising. I'd like Haskell to strike a balance between the two. I'm optimistic we'll get there eventually.
Re: Ask HN: Which stack do you use at your startup?
#116Backend: Python, Go, Java Mobile development: Android and React Native Database: MySQL and PostgreSQL Redis and also RabbitMQ.
Could you please share your experience with RN? Have you created an app from scratch or added RN to existing native app?
We are a startup that helps people in the middle-low income using technology. The people who use our technology usually have Android mobile phone with minimum specifications (Jelly Beans, low memory and spaces). At first launch, we used Android Native to build our application. The application meets our costumer needs since we consider to build an apps that consumes low memory and spaces. Then our costumer are growing and the features are complex, we use React Native to existing native app. Our application now consumes memory and spaces two times than Native one. Beside that, sometimes when you use a library, Native is more stable than React Native.
Re: Ask HN: Which stack do you use at your startup?
#117https://DNDEmail.com is do not disturb for your Gmail. We use Python on Google App Engine. Google's NDB datasource. The Chrome Extension is written in JavaScript. Wordpress on wpengine.com for the front-end brochure website. I've written about how to simplify your MVP stack[ https://dndemail.com/2018/01/30/how-to-simplify-your-app-pla... ] to speed up launching.
Re: Ask HN: Which stack do you use at your startup?
#118i'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?
#119Re: Ask HN: Which stack do you use at your startup?
#120Earlier quoted context omitted.
This is my favourite stack here by far. What are your pain points?
NixOps supposedly supports several hosting providers, but the DigitalOcean integration is currently broken. AWS works great, but it's annoying to be forced into that choice by the tool. Haskell and Elm both work great, but I can imagine in future using something like Haste or PureScript Bridge; it'd be nice to work with both the backend and UI as a single project. Not a pain currently, but this is a nice to have. Big…