DEV Community

Discussion on: Guidelines for picking tech-stack for startups

Collapse
 
kr428 profile image
Kristian R.

Yes, same experience here. Important to add to the DevOps part, as far as I am concerned: Be critical when it comes to "hype" technologies and never forget that your code, at some point, also needs to run on some production infrastructure. Starting with the stack you know definitely is a good advice but you also should make sure you have an inexpensive and stable solution how to keep your code running on production-level (availability, stability, performance, backups, ...) without having to handle all this on your own. These days you most likely will be looking at public cloud hosting at amazon, google or Microsoft Azure - which might have an impact on which stack you choose.