Do I go with the shiny new thing, or tried and true framework? Also, what do you use as your tried and true tech stack for new projects?
Ask HN: What tech stack to use for my startup?
1–7 of 7 posts
Re: Ask HN: What tech stack to use for my startup?
#2Re: Ask HN: What tech stack to use for my startup?
#3Unpopular opinion but PHP/MySQL monolith, primarily server side rendering with client side enhancements, and you can have an MVC in weeks instead of months. When performance becomes a concern break off chunks into Go microservices. This is what we did and it's served us very well.
Re: Ask HN: What tech stack to use for my startup?
#4Re: Ask HN: What tech stack to use for my startup?
#5Re: Ask HN: What tech stack to use for my startup?
#6Unpopular opinion but PHP/MySQL monolith, primarily server side rendering with client side enhancements, and you can have an MVC in weeks instead of months. When performance becomes a concern break off chunks into Go microservices. This is what we did and it's served us very well.
Re: Ask HN: What tech stack to use for my startup?
#7Unpopular opinion but PHP/MySQL monolith, primarily server side rendering with client side enhancements, and you can have an MVC in weeks instead of months. When performance becomes a concern break off chunks into Go microservices. This is what we did and it's served us very well.