DEV Community

Discussion on: Top 5 Programming Languages to Get a Software Developer Job at Google, Facebook, and Amazon.

Collapse
 
eliasgroll profile image
Elias Groll

And they are both great languages looking at their type system, tooling, consistency ...

Java is actually a very good choice for the backend even for new projects today.

We chose TypeScript because we wanted to work in the same language in the frontend and backend.

95% for the time that makes you super productive, while sometimes you notice it is not as beautiful as the widely adopted ones and sometimes you spend days debugging some frickely dev tool written out of direct need by the creator which in the end does a regex replace in js source code :D