DEV Community

If I ask .... , what Programing Language and framework you will choose ?

Subh on February 26, 2023

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...
Collapse
 
ant_f_dev profile image
Anthony Fung

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.

Collapse
 
yw662 profile image
yw662

...."web application"....
TypeScript.

Collapse
 
vulcanwm profile image
Medea

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.