Programming Throwdown

Typescript

Programming Throwdown

While the web is one of the easiest platforms for deploying software, it can also be one of the trickiest to debug. People have many different browsers, and some have plugins or settings that restrict functionality. It may be extremely difficult to reproduce errors on your development machine. As a result, we want to discover as many errors as possible before we launch a new site. With node.js and people running javascript on the server, static checks become even more important. Enter typescript! Typescript is a language that transpiles to javascript, but along the way it adds type checking and advanced javascript features. After checking the types, typescript produces javascript that can run in almost any browser. Show notes: https://www.programmingthrowdown.com/2019/03/episode-87-typescript.html

★ Support this podcast on Patreon ★

Next Episodes

Programming Throwdown

Wolfram Language and Mathematica @ Programming Throwdown

📆 2019-01-15 15:30 / 02:17:05


Programming Throwdown

Holiday Party @ Programming Throwdown

📆 2019-01-02 15:30 / 00:58:23


Programming Throwdown

Customer Bug Handling @ Programming Throwdown

📆 2018-12-04 15:30 / 01:06:27


Programming Throwdown

Teaching Kids to Code @ Programming Throwdown

📆 2018-11-13 15:30 / 01:12:54


Programming Throwdown

Reactive programming and the Actor model @ Programming Throwdown

📆 2018-09-28 16:30 / 01:25:43