SlideShare a Scribd company logo
A brief class that introduces the
benefits TypeScript provides to large
scale projects.
TypeScript 101
The Syllabus 📝
@fvcproductions
Prerequisites
(1) “JavaScript 202” & lil bitty math
(2) Some open-mindedness
(3) The TypeScript compiler
@fvcproductions
TypeScript 101 - Beer City Code
Grading
@fvcproductions
Pass/Fail
Course Overview
• Meeting Days & Times
• Saturday - June 23rd, 2018
• 10:00 am to 10:50 am
• Calvin College, Bizstream Auditorium
@fvcproductions
TypeScript 101 - Beer City Code
Learning Objectives
1. To identify the key benefits and traits of TypeScript. 🗝
2. To be able to understand the role TypeScript has in
the front-end ecosystem. 🌍
3. To be able to form a profession opinion on whether or
not TypeScript would be useful for your projects. 🤔
@fvcproductions
Instructor
@fvcproductions
Frances Coronel
Present Future (?)Past
TypeScript 101 - Beer City Code
@fvcproductions
fvcproductions
in/fvcproductions
TAs
(1) Google
(2) Stack
Overflow
(3) GitHub
(4) Quora
(5) Medium
(6) Reddit
@fvcproductions
Outline
(1) TypeScript vs JavaScript 🎭
(2) The Rise of TypeScript’s
Popularity 📈
(3) Homework Assignments 📚
@fvcproductions
I’ve never heard of TypeScript?! 😱
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
60 million6 million
@fvcproductions
• strict syntactical superset of JavaScript
• programming language developed & maintained by
Microsoft that is completely open-source
• eases development of large scale applications written
in JS with less boilerplate code & better tooling
• extends JS by adding optional typing, static analysis,
& interfaces to create code that's easier to maintain
📆 October 2012
@fvcproductions
TypeScript is…
• TypeScript is not trying to replace JavaScript
• TypeScript is extending JavaScript
• TypeScript is not trying to replace JavaScript
• TypeScript is extending JavaScript
• TypeScript is not trying to replace JavaScript
• TypeScript is extending JavaScript
TLDR;
@fvcproductions
(1) TypeScript vs JavaScript 🎭
.ts .js
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions@fvcproductions
The Nitty Gritty/Getting Started 💻
npm i -g typescript
Installing TypeScript
npm i -g tslint
Installing TSLint
@fvcproductions@fvcproductions
@fvcproductions
The Nitty Gritty Continued 💻
Compiling our file to JS
tsc multiplication.ts
@fvcproductions
The
Nitty Gritty
Continued 💻
@fvcproductions
Configuring options
touch tsconfig.json
@fvcproductions
The
Nitty Gritty
Continued 💻
@fvcproductions
Abstract Syntax Trees (AST)
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
JavaScript is TypeScript but
TypeScript is not JavaScript.
Superset vs
Subset 🔘
@fvcproductions
@fvcproductions
@fvcproductions
The Dark Side
• Missing types
• especially with libraries
• Not as flexible or popular as
JavaScript
• JavaScript is “good enough”
• Having to persuade a team
• Another layer of complexity
@fvcproductions
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
@fvcproductions
To Be
is
To Type
@fvcproductions@fvcproductions
My somewhat morbid dog analogy 🐾
> @fvcproductions
THE TODAY
@fvcproductions
@fvcproductions
(2) The Rise of TypeScript’s Popularity 📈
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
Companies ❤ TypeScript
@fvcproductions
Developers ❤ TypeScript
@fvcproductions
@fvcproductions
What other metrics can I use? 🤔
@fvcproductions
@fvcproductions
9
1
@fvcproductions
11
3
@fvcproductions
"The platform
no developer
should live
without"
- me
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
15 Most Popular Languages
On GitHub by Opened Pull Requests
With Percentage Change from Previous Year
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions@fvcproductions
@fvcproductions
@fvcproductions
TypeScript 101 - Beer City Code
(3) Homework Assignments 📚
@fvcproductions
./0
@fvcproductions
Option 1. 🎓 Finish the Google Codelab
@fvcproductions
I’ve never heard of these… 😒
• Google Developers Codelabs provide a guided, tutorial,
hands-on coding experience.
• Most codelabs will step you through the process of building
a small application, or adding a new feature to an existing
application.
• They cover a wide range of topics such as Android Wear,
Google Compute Engine, Project Tango, and Google APIs on
iOS.
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
Option 2. 🎙 Podcasts 📖 Books
@fvcproductions
Option 3. 🎥 Watch the creator of TypeScript talk about
TypeScript at the #MSBuild Conference
“What’s New In TypeScript 2018” by Anders Hejlsberg
@fvcproductions
Bonus Option. 🎮 Screw homework and go play instead!
typescriptlang.org/play
@fvcproductions
@fvcproductions
@fvcproductions
@fvcproductions
Learning Objectives
1. To identify the key benefits and traits of TypeScript. 🗝
2. To be able to understand the role TypeScript has in
the front-end ecosystem. 🌍
3. To be able to form a profession opinion on whether or
not TypeScript would be useful for your projects. 🤔
@fvcproductions
So did I pass? 😂
@fvcproductions
You pass if you take the time to
explore TypeScript out yourself
and form your own
professional opinion.
Thanks for listening! 🍫🍓
@fvcproductions
fvcproductions
in/fvcproductions
Slides will be uploaded ASAP to
slideshare.net/fvcproductions
Readings & References
1. TypeScript Official Website: http://www.typescriptlang.org/
2. Severus Snape Video: https://www.youtube.com/watch?v=PnOyBLT07R8
3. GitHub Icon: https://www.iconfinder.com/iconsets/ionicons
4. Twitter & LinkedIn Icons: https://www.iconfinder.com/iconsets/free-social-
icons
5. Fonts: Segoe UI, SF Pro Text, Input Mono
6. Google Trends: https://g.co/trends/2M11R
7. TypeScript and JavaScript Logos: egghead.io
8. Stack Overflow 2017 Survey: https://insights.stackoverflow.com/survey/
2017
9. TypeScript GIFs: http://twittervideodownloader.com/ & @typescriptlang
10. EdX Course: https://www.edx.org/course/introduction-typescript-2-
microsoft-dev273x-0#!
11. List of Editors: https://www.wikiwand.com/en/TypeScript
12. Olgierd Dziamski: https://www.quora.com/What-are-some-good-reasons-
to-switch-from-JavaScript-to-Typescript/answer/Olgierd-Dziamski?
share=c21b06e4&srid=nukj
13. Kashif Saeed https://www.quora.com/What-are-some-good-reasons-to-
switch-from-JavaScript-to-Typescript/answer/Kashif-Saeed-8?
share=88d55481&srid=nukj
14. Maciej Dziardziel,: https://www.quora.com/Does-TypeScript-fix-the-
problems-JavaScript-has-Will-it-become-common-to-use-on-top-of-
JavaScript/answer/Maciej-Dziardziel?share=54019b5c&srid=nukj
15. Pass/Fail Icon: https://icons8.com/icon/46878/test-zum-teil-absolviert
16. Carbon.sh https://carbon.now.sh
17. TypeScript Deep Dive: https://basarat.gitbooks.io/typescript/content/
docs/getting-started.html
18. SitePen: https://www.sitepen.com/
19. What’s New in TypeScript: https://www.youtube.com/watch?v=hDACN-
BGvI8
20. Quokka: https://quokkajs.com/
@fvcproductions

More Related Content

PDF
Scenic City Summit 2018 - TypeScript 101
PDF
Carol Willing "Python 2020: The State of the Language"
PPTX
CodeIgniter4 (PHPカンファレンス関西2016 懇親会LT)
PDF
PPTX
Understanding VI(M)
PDF
Coding Dojo: Fun with Tic-Tac-Toe (2014)
PDF
TypeScript 101 - Women Who Code - CONNECT 2018
PDF
TypeScript 101 - We RISE Tech Conference
Scenic City Summit 2018 - TypeScript 101
Carol Willing "Python 2020: The State of the Language"
CodeIgniter4 (PHPカンファレンス関西2016 懇親会LT)
Understanding VI(M)
Coding Dojo: Fun with Tic-Tac-Toe (2014)
TypeScript 101 - Women Who Code - CONNECT 2018
TypeScript 101 - We RISE Tech Conference

Similar to TypeScript 101 - Beer City Code (20)

PDF
TypeScript 101 - Studio Session - Accenture Liquid Studio
PDF
Daniel Steigerwald: WYSIWYG je šik! (když funguje)
PPTX
Type script
PDF
TypeScript: What to do with types in JavaScript
PPTX
Tools & Frameworks + Save Nature & Save Animal.pptx
PDF
2020 [pweb] 13 typescript
PDF
Migrating Web SDK from JS to TS
PDF
Web Applications of the Future: GraphQL and TypeScript | React Alicante
PDF
Understanding Mocks
PDF
Web Applications of the Future with TypeScript and GraphQL
PPTX
TypeScript Vs. KotlinJS
PPTX
DjangoCon US 2023 - VS Code – Django RFC.pptx
PDF
Typescript for the programmers who like javascript
PDF
One language to rule them all type script
PDF
JavaScript - The Universal Platform?
PPTX
orlando-codecamp-meet-copilot-24-Feb-2024_pub.pptx
PPTX
Moving From JavaScript to TypeScript: Things Developers Should Know
PDF
What's new with JavaScript in GNOME: The 2020 edition (GUADEC 2020)
PDF
Github github-github
PDF
What is "Domain Driven Design" and what can you expect from it?
TypeScript 101 - Studio Session - Accenture Liquid Studio
Daniel Steigerwald: WYSIWYG je šik! (když funguje)
Type script
TypeScript: What to do with types in JavaScript
Tools & Frameworks + Save Nature & Save Animal.pptx
2020 [pweb] 13 typescript
Migrating Web SDK from JS to TS
Web Applications of the Future: GraphQL and TypeScript | React Alicante
Understanding Mocks
Web Applications of the Future with TypeScript and GraphQL
TypeScript Vs. KotlinJS
DjangoCon US 2023 - VS Code – Django RFC.pptx
Typescript for the programmers who like javascript
One language to rule them all type script
JavaScript - The Universal Platform?
orlando-codecamp-meet-copilot-24-Feb-2024_pub.pptx
Moving From JavaScript to TypeScript: Things Developers Should Know
What's new with JavaScript in GNOME: The 2020 edition (GUADEC 2020)
Github github-github
What is "Domain Driven Design" and what can you expect from it?
Ad

More from Frances Coronel (20)

PDF
Conexión y Cultura con Asana
PDF
Stories from Latinas in Engineering with KeepTruckin
PDF
Uncharted Territories: On Being the First in Tech
PDF
Pride Month Event with Blend: Intersecting Identities in Tech
PDF
My State of Work | MS&E 184 - Spring 2020
PDF
Engineering Mentorship with Asana
PDF
Pluralsight LIVE 2019 | Progressive Web Apps 101
PDF
Welcome to Slack, Mindot!
PDF
RevolutionConf 2019 - Progressive Web Apps 101
PDF
JSConf EU 2019 - Being a Unicorn Working for Another Unicorn
PDF
Welcome to Slack, Diablo Valley College!
PDF
Welcome to Slack, Coro Fellows!
PDF
Telegraph Track - Progressive Web Apps 101
PDF
JSConf Hawaiʻi 2019
PDF
Side Hustle: Techqueria.org
PDF
General Assembly - So You Want To Be A Wizard
PDF
GDG DevFest 2018 - Progressive Web Apps 101
PDF
Scenic City Summit 2018 - Progressive Web Apps 101
PDF
GDG SF Meetup - Progressive Web Apps 101
PDF
A Fullstack Future - Progressive Web Apps
Conexión y Cultura con Asana
Stories from Latinas in Engineering with KeepTruckin
Uncharted Territories: On Being the First in Tech
Pride Month Event with Blend: Intersecting Identities in Tech
My State of Work | MS&E 184 - Spring 2020
Engineering Mentorship with Asana
Pluralsight LIVE 2019 | Progressive Web Apps 101
Welcome to Slack, Mindot!
RevolutionConf 2019 - Progressive Web Apps 101
JSConf EU 2019 - Being a Unicorn Working for Another Unicorn
Welcome to Slack, Diablo Valley College!
Welcome to Slack, Coro Fellows!
Telegraph Track - Progressive Web Apps 101
JSConf Hawaiʻi 2019
Side Hustle: Techqueria.org
General Assembly - So You Want To Be A Wizard
GDG DevFest 2018 - Progressive Web Apps 101
Scenic City Summit 2018 - Progressive Web Apps 101
GDG SF Meetup - Progressive Web Apps 101
A Fullstack Future - Progressive Web Apps
Ad

Recently uploaded (20)

PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PPTX
sap open course for s4hana steps from ECC to s4
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Machine learning based COVID-19 study performance prediction
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Chapter 3 Spatial Domain Image Processing.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Digital-Transformation-Roadmap-for-Companies.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Agricultural_Statistics_at_a_Glance_2022_0.pdf
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
sap open course for s4hana steps from ECC to s4
Big Data Technologies - Introduction.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Unlocking AI with Model Context Protocol (MCP)
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Network Security Unit 5.pdf for BCA BBA.
Machine learning based COVID-19 study performance prediction
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Reach Out and Touch Someone: Haptics and Empathic Computing
“AI and Expert System Decision Support & Business Intelligence Systems”
Understanding_Digital_Forensics_Presentation.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

TypeScript 101 - Beer City Code