conferences | speakers | series

Typescript vs. Java

home

Typescript vs. Java
SFScon 2021

Javascript is the language used the most for developing a web app or a hybrid mobile app, mainly because it can be executed directly by browsers. Java instead, can’t be run directly in a browser. On the other hand we have the language TypeScript, which is an open-source language that adds compile time type checking to Javascript, similar to Java, with the goal to prevent bugs mainly in the large code base. It is not uncommon for developers to write code using more than one programming language over time.
In this talk you will find out, how I survived adding Typescript/Javascript to the programming languages ​​I work with, after a long experience of development with Java. Let’s go!

Speakers: Davide Montesin