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 c...
For further actions, you may consider blocking this person and/or reporting abuse
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.