Slide 1

Slide 1 text

A brief class that introduces the benefits TypeScript provides to large scale projects. Prerequisites: JavaScript 202 TypeScript 101

Slide 2

Slide 2 text

Professor Frances Coronel @fvcproductions fvcproductions in/fvcproductions

Slide 3

Slide 3 text

Syllabus (1) TypeScript vs JavaScript (2) The Rise of TypeScript’s Popularity (3) Homework Assignments

Slide 4

Slide 4 text

W8, what is TypeScript? • free & open-source programming language developed & maintained by Microsoft • strict syntactical superset of JavaScript • eases development of large scale applications written in JavaScript • extends JavaScript by adding static types, classes, modules, interfaces & generics 5 years old

Slide 5

Slide 5 text

(1) TypeScript vs JavaScript .ts .js

Slide 6

Slide 6 text

The Nitty Gritty npm i -g typescript Installing TypeScript Compiling our file to JS tsc multiplication.ts Configuring options touch tsconfig.json npm i -g tslint Optional Installing TSLint

Slide 7

Slide 7 text

JavaScript is TypeScript but TypeScript is not JavaScript. Superset vs Subset

Slide 8

Slide 8 text

1. Referenced a symbol/ variable which is not declared in program 2. Not able to fully infer the type of a particular variable and warns against using it as is 3. Even if your source code has TypeScript errors, it will still produce JavaScript code which you can execute Spell Checker

Slide 9

Slide 9 text

What Types Provide ✓ modular development ✓ can be learned easily ✓ non-invasive ✓ long-term vision ✓ clean output To Type or Not To Type Pros of JavaScript • EVERYWHERE • awesome libraries • flexible Cons of JavaScript • dynamic typing • lack of modularity • verbose patterns

Slide 10

Slide 10 text

(2) The Rise of TypeScript’s Popularity

Slide 11

Slide 11 text

No content

Slide 12

Slide 12 text

Companies ❤ TypeScript

Slide 13

Slide 13 text

Developers ❤ TypeScript

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

(3) Homework Assignments

Slide 18

Slide 18 text

Option 1. Watch the creator of TypeScript talk about TypeScript at the #MSBuild Conference “What’s New In TypeScript” by Anders Hejlsberg

Slide 19

Slide 19 text

Option 2. Enroll in an edX course on TypeScript created by Microsoft that starts tomorrow

Slide 20

Slide 20 text

Option 3. Screw homework and go play instead! typescriptlang.org/play

Slide 21

Slide 21 text

Thanks for listening! ☺ @fvcproductions fvcproductions in/fvcproductions Slides will be uploaded ASAP at speakerdeck.com/fvcproductions

Slide 22

Slide 22 text

Credits 1. Mathematical Finn Photo: https://glarbinator.deviantart.com/art/Mathematical-Finn-417768395 2. TypeScript Official Website: http://www.typescriptlang.org/ 3. Severus Snape Video: https://www.youtube.com/watch?v=PnOyBLT07R8 4. GitHub Icon: https://www.iconfinder.com/iconsets/ionicons 5. Twitter & LinkedIn Icons: https://www.iconfinder.com/iconsets/free-social-icons 6. Fonts: Segoe UI, SF Pro Text, Input Mono 7. Google Trends: https://g.co/trends/2M11R 8. TypeScript and JavaScript Logos: egghead.io 9. Stack Overflow 2017 Survey: https://insights.stackoverflow.com/survey/2017 10. TypeScript GIFs: http://twittervideodownloader.com/ & @typescriptlang 11. EdX Course: https://www.edx.org/course/introduction-typescript-2-microsoft-dev273x-0#! 12. List of Editors: https://www.wikiwand.com/en/TypeScript