SlideShare a Scribd company logo
BUILDING LARGE SCALE WEB APPLICATIONS
WITH TYPESCRIPT
Jakub Jedryszek
Software Engineer at Microsoft
www.jj09.net
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
w w w . d o t n e t c o n f . p l
@francmichal @JakubJedryszek @sawiczpawel
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
https://vine.co/v/hPXTA6l9AqQ
...AND THEN THERE WAS JAVASCRIPT
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
https://www.youtube.com/watch?v=YUsCnWBK8gc
https://www.youtube.com/watch?v=aZqhRICne_M
https://www.youtube.com/watch?v=PlmsweSNhTw
TYPESCRIPT
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
JavaScript TypeScript C#
var Person = (function () {
function Person(fName, lName) {
this.firstName = fName;
this.lastName = lName;
}
Person.prototype.hello = function () {
return "Hello " +
this.firstName + " " +
this.lastName + "! ";
};
Person.prototype.print = function () {
console.log(this.hello());
};
return Person;
})();
interface Printable {
print(): void;
}
class Person implements Printable {
private firstName: string;
private lastName: string;
constructor(fName: string,
lName: string) {
this.firstName = fName;
this.lastName = lName;
}
hello(): string {
return "Hello " +
this.firstName + " " +
this.lastName + "! ";
}
print(): void {
console.log(this.hello());
}
}
interface Printable
{
void Print();
}
class Person : Printable
{
private string firstName;
private string lastName;
public Person(string fName,
string lName)
{
this.firstName = fName;
this.lastName = lName;
}
public string Hello()
{
return "Hello " +
this.firstName + " " +
this.lastName + "! ";
}
public void Print()
{
Console.WriteLine(this.Hello());
}
}
npmjs.com bower.io gulpjs.com definitelytyped.org/tsd/
https://babeljs.io/docs/learn-es6/
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
Building large scale web applications with type script
http://jj09.net/vote
http://javascript.crockford.com/
Building large scale web applications with type script
www.typescriptlang.org
http://www.pluralsight.com/courses/typescript
STAY IN TOUCH!
Jakub Jedryszek
www.jj09.net
jakub.jedryszek@gmail.com
@JakubJedryszek

More Related Content

PDF
Computación
PPTX
The Web Eats Everything In Its Path Fall 2014
PDF
Introduction to React
PDF
Introduction to React with MobX
PPTX
Use Promise, Future and some functional programing stuff without being a math...
KEY
Cucumber
PDF
Cucumber
PDF
How to manage your web agency as a client
Computación
The Web Eats Everything In Its Path Fall 2014
Introduction to React
Introduction to React with MobX
Use Promise, Future and some functional programing stuff without being a math...
Cucumber
Cucumber
How to manage your web agency as a client

What's hot (17)

PDF
MailXpert API bundle
PPTX
Google Cloud Print
PDF
DESIGN IT! Talk #001 (UX) Yukio Andoh
PPTX
Flash 2 dev bbp-laybook
DOCX
Google cloud platform
PPTX
Games, Develop & Html5 for BlackBerry PlayBook
PDF
I tried to dockerize my app but I had to PaaS
PDF
Project management software of your dreams
PDF
A Period of Transition
PPTX
Gingko App for Economics
PDF
Pencils Down: Stop Designing & Start Developing
PDF
WebGL demos showcase
PDF
Levistudio operating tube
PDF
Javascript isn't hard
PDF
JavaScript isn't evil.
PDF
Diving into event-sourcing and event-driven architectures
PDF
Progressing JavaScript and Apps the Web way…
MailXpert API bundle
Google Cloud Print
DESIGN IT! Talk #001 (UX) Yukio Andoh
Flash 2 dev bbp-laybook
Google cloud platform
Games, Develop & Html5 for BlackBerry PlayBook
I tried to dockerize my app but I had to PaaS
Project management software of your dreams
A Period of Transition
Gingko App for Economics
Pencils Down: Stop Designing & Start Developing
WebGL demos showcase
Levistudio operating tube
Javascript isn't hard
JavaScript isn't evil.
Diving into event-sourcing and event-driven architectures
Progressing JavaScript and Apps the Web way…
Ad

Viewers also liked (10)

PPTX
The Multiple Choice Game
DOCX
Higiene y Seguridad Industrial
PPTX
Didáctica crítica
PPT
Eco .. moi
DOCX
PPTX
Type script
PDF
Using type script to build better apps
DOCX
La trappola della liquidità in Giappone- Le cause, le conseguenze e le politi...
PPS
το θαλάσσιο οικοσύστημα στη ν. μηχανιώνα
PDF
How To Generate The Making Music Brownie Girl Scout Check It Out Patch
The Multiple Choice Game
Higiene y Seguridad Industrial
Didáctica crítica
Eco .. moi
Type script
Using type script to build better apps
La trappola della liquidità in Giappone- Le cause, le conseguenze e le politi...
το θαλάσσιο οικοσύστημα στη ν. μηχανιώνα
How To Generate The Making Music Brownie Girl Scout Check It Out Patch
Ad

Similar to Building large scale web applications with type script (20)

PDF
The curious Life of JavaScript - Talk at SI-SE 2015
PDF
Introduction to Facebook JavaScript & Python SDK
PDF
[DevDay2018] Javascript on the Rise - By Trang Tran, Co-founder & Manager at ...
PDF
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
PDF
Serverless Finland Meetup 16.11.2016: Messenger Bot Workshop
PDF
Reflection on the Data Science Profession in NYC
PPT
WebGL: GPU acceleration for the open web
PDF
TechEvent BASTA von WPF nach Angular in 60 Minuten
PDF
Tuğba GÜL Alternatif Özgeçmiş
PDF
What Web Developers Need to Know to Develop Windows 8 Apps
PDF
From Idea to App (or “How we roll at Small Town Heroes”)
PDF
The Power of the JVM: Applied Polyglot Projects with Java and JavaScript
PPT
Preparing Cappuccino in 30 minutes
PPT
Preparing Cappuccino in 30 minutes
PDF
Economies of Scaling Software
PDF
2018-10-18 J2 2D - Create an immersive experience with Office 365 data and mi...
PDF
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
PDF
Leveling up your JavaScipt - DrupalJam 2017
PPTX
Modern workplace conference create an immersive experience with office 365 ...
PDF
HTML5 for the Silverlight Guy
The curious Life of JavaScript - Talk at SI-SE 2015
Introduction to Facebook JavaScript & Python SDK
[DevDay2018] Javascript on the Rise - By Trang Tran, Co-founder & Manager at ...
JavaScript Revolution - 5/Nov/13 - PrDC Saskatoon, SK
Serverless Finland Meetup 16.11.2016: Messenger Bot Workshop
Reflection on the Data Science Profession in NYC
WebGL: GPU acceleration for the open web
TechEvent BASTA von WPF nach Angular in 60 Minuten
Tuğba GÜL Alternatif Özgeçmiş
What Web Developers Need to Know to Develop Windows 8 Apps
From Idea to App (or “How we roll at Small Town Heroes”)
The Power of the JVM: Applied Polyglot Projects with Java and JavaScript
Preparing Cappuccino in 30 minutes
Preparing Cappuccino in 30 minutes
Economies of Scaling Software
2018-10-18 J2 2D - Create an immersive experience with Office 365 data and mi...
Building Beautiful and Interactive Metro apps with JavaScript, HTML5 & CSS3
Leveling up your JavaScipt - DrupalJam 2017
Modern workplace conference create an immersive experience with office 365 ...
HTML5 for the Silverlight Guy

Recently uploaded (20)

PDF
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
PDF
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
PPTX
Operating system designcfffgfgggggggvggggggggg
PPT
Introduction Database Management System for Course Database
PPTX
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
PDF
Nekopoi APK 2025 free lastest update
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PPTX
CHAPTER 2 - PM Management and IT Context
PDF
Understanding Forklifts - TECH EHS Solution
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PDF
wealthsignaloriginal-com-DS-text-... (1).pdf
PDF
How to Migrate SBCGlobal Email to Yahoo Easily
PDF
Softaken Excel to vCard Converter Software.pdf
PDF
Design an Analysis of Algorithms II-SECS-1021-03
PPTX
ai tools demonstartion for schools and inter college
PPTX
assetexplorer- product-overview - presentation
PDF
Navsoft: AI-Powered Business Solutions & Custom Software Development
PPTX
Transform Your Business with a Software ERP System
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
Addressing The Cult of Project Management Tools-Why Disconnected Work is Hold...
Raksha Bandhan Grocery Pricing Trends in India 2025.pdf
Operating system designcfffgfgggggggvggggggggg
Introduction Database Management System for Course Database
Agentic AI : A Practical Guide. Undersating, Implementing and Scaling Autono...
Nekopoi APK 2025 free lastest update
Internet Downloader Manager (IDM) Crack 6.42 Build 41
CHAPTER 2 - PM Management and IT Context
Understanding Forklifts - TECH EHS Solution
How to Choose the Right IT Partner for Your Business in Malaysia
wealthsignaloriginal-com-DS-text-... (1).pdf
How to Migrate SBCGlobal Email to Yahoo Easily
Softaken Excel to vCard Converter Software.pdf
Design an Analysis of Algorithms II-SECS-1021-03
ai tools demonstartion for schools and inter college
assetexplorer- product-overview - presentation
Navsoft: AI-Powered Business Solutions & Custom Software Development
Transform Your Business with a Software ERP System
Internet Downloader Manager (IDM) Crack 6.42 Build 42 Updates Latest 2025
Wondershare Filmora 15 Crack With Activation Key [2025

Building large scale web applications with type script

Editor's Notes