If a non-tech entrepreneur want to make a web application for his new startup idea , what Programing Language you will suggest?
Means he need to choose a tech team of specific tech stack , what will be suggest.
In the very initial level, should the team choose template based backed framework (Django) or frontend (SPA) - restful API based backed?
Python Django(template based) , Node Express. Or something like React-Node , PHP-Laravel-Vue.
Top comments (3)
The language and framework that the developer/s is most comfortable with, and can create the most rapid prototype with.
It's no good picking the latest framework if the developer/s need 3-6 months to learn it. Don't forget that 'hello world' programs are easy to learn/write; it's when you need learn more complex features that the learning curve really gets steep.
...."web application"....
TypeScript.
It depends on what you want to make.
I used to use Flask in Python for all my websites, but I've recently discovered Next.js and realised it fits my needs, so I've migrated to that.