windows 200, ms access for the backend, ASP (VB) for the frontend. we also do java applets
Ask HN: Which stack do you use at your startup?
31–40 of 128 posts
Re: Ask HN: Which stack do you use at your startup?
#32Frontend - React app
DB: MySQL
Re: Ask HN: Which stack do you use at your startup?
#33Re: Ask HN: Which stack do you use at your startup?
#34If I don't need a lot of fancy interactive functionality, and am building more of a usual web 2.0 website, I sometimes go with Django/PostgreSQL:
For static blogs and content websites, I go with pelican generated sites simply served with nginx:
Re: Ask HN: Which stack do you use at your startup?
#35- dojo
- IE11
- jenkins
- we are not a startup :)
Re: Ask HN: Which stack do you use at your startup?
#36Re: Ask HN: Which stack do you use at your startup?
#37Earlier quoted context omitted.
Thanks for your work on the ec2 AMIs. Just deployed a lambda script that spins up a FreeBSD ec2 image that checks out, compiles, and runs the contents of a dynamically provided git url, with dynamically specified pkg and pip dependencies to make my own long-running FreeBSD-based lambda-esque service for some continuous deployment. Wouldn’t have been possible without the ec2 images and the configinit magic. -mqudsi@ne…
Awesome! Have you considered writing something about this setup? I'm sure a lot of people would be interested in hearing more.
Re: Ask HN: Which stack do you use at your startup?
#38Re: Ask HN: Which stack do you use at your startup?
#39Backend - Golang Frontend - React app DB: MySQL
Re: Ask HN: Which stack do you use at your startup?
#40I personally use PHP, mySQL and Redis with nginx proxy, cause I know these the best.
Probably nodejs would be a bit faster, but then again, I would probably make 100s of mistakes, not to mention god knows how many bugs, because I'm not 100% familiar with the language.