Ask HN: What is your goto stack when building a MVP and why?
21–30 of 40 posts
Re: Ask HN: What is your goto stack when building a MVP and why?
#22Re: Ask HN: What is your goto stack when building a MVP and why?
#23But I'm so familiar with the language and tool chains I can prototype extremely rapidly. With just a few minimal sane decisions, the prototype can be "web scale" buzzword compliant.
Re: Ask HN: What is your goto stack when building a MVP and why?
#24The core2duo box cost £25 and I love it. It’s also a file/plex server. Duckdns has also been a great friend. As well as nginx, lets encrypt and basic auth. Keeping in mind this is my test system.
Re: Ask HN: What is your goto stack when building a MVP and why?
#25I have a saas sideline I have been selling for 10 years. Some time ago I settled with the toro php router, mysql, jquery and bootstrap. I do most of my coding in Sublime over ssh i.e. my test sites live in containers on a little core2duo desktop. Each container has it’s own Sublime. I can spin up any sublime, from any project, from any machine on my lan. As it’s internal go for a weak but performant ssh cipher or you…
But if you don't run the system 24/7 then it's not worth it.
Re: Ask HN: What is your goto stack when building a MVP and why?
#26No-one using React?
Re: Ask HN: What is your goto stack when building a MVP and why?
#27I have a saas sideline I have been selling for 10 years. Some time ago I settled with the toro php router, mysql, jquery and bootstrap. I do most of my coding in Sublime over ssh i.e. my test sites live in containers on a little core2duo desktop. Each container has it’s own Sublime. I can spin up any sublime, from any project, from any machine on my lan. As it’s internal go for a weak but performant ssh cipher or you…
You might want to replace that core2duo with an ivy bridge laptop or a similar device, which you could find for ~£50 (maybe with a broken screen). The power consumption will drop by more than half. But if you don't run the system 24/7 then it's not worth it.
I would be more concerned leaving a laptop power supply on 24/7. I’m not sure if my concern is unfounded, what do you think?
Re: Ask HN: What is your goto stack when building a MVP and why?
#28Clojure is great for fast prototyping I usually start with Boot + System https://github.com/danielsz/system and the holy grail: https://github.com/danielsz/system#the-holy-grail It is a full-stack template with hot-reloading on both sides.
Re: Ask HN: What is your goto stack when building a MVP and why?
#29C#/.net It's the one I know the best and supported for both fast prototyping (.net MVC apps) and scale [Linux and Windows]. Desktop Apps / Mobile / AWS Lambda etc... I use MSSQL for my data, but have used MySQL in the past.
Re: Ask HN: What is your goto stack when building a MVP and why?
#30Things can get a bit bogged down once there are a certain number of components that chain update each other and Meteor still primarily uses Mongo, but neither should be a problem for a MVP.