Comprehensive TypeScript [2015, ENG]

seeders: 4
leechers: 1
Added 11 years ago by Alex Mill in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Comprehensive TypeScript [2015, ENG] (Size: 420.75 MB)
  01_-_Introduction_to_Comprehensive_TypeScript
  01_-_Why_TypeScript.mp4 18.12 MB
  03_-_Overview_of_TypeScript_Features.mp4 13.95 MB
  05_-_Course_Overview.mp4 13.17 MB
  02_-_Workshop_-_Install_Compile_and_Edit_TypeScript
  07_-_TypeScript_Handbook_and_TypeScript_Playground.mp4 19.82 MB
  08_-_Installation.mp4 8.76 MB
  09_-_The_Command_Line_Interface.mp4 15.52 MB
  10_-_How_TypeScript_Compilation_Works.mp4 5.75 MB
  11_-_Choosing_a_TypeScript_Compatible_Text_Editor.mp4 15.28 MB
  7.1_-_Handbook_-_Welcome_to_TypeScript.txt 38 B
  7.2_-_Playground_-_Welcome_to_TypeScript.txt 40 B
  8.1_-_Homebrew_-_The_missing_package_manager_for_OS_X.txt 15 B
  8.2_-_Node.js.txt 19 B
  03_-_The_Type_System
  12_-_What_are_Types.mp4 7.85 MB
  13_-_Numbers_Strings_and_Booleans.mp4 7.58 MB
  14_-_Array_Types.mp4 9.01 MB
  15_-_Enums.mp4 9.09 MB
  16_-_BONUS_-_Any_and_Void_Types.mp4 6.48 MB
  17.1_-_Types.pdf 222.23 KB
  17.2_-_Types_Coursefiles.zip 1.25 KB
  04_-_Interfaces
  18_-_Introduction_to_Interfaces.mp4 15.55 MB
  19_-_Optional_Properties.mp4 3.64 MB
  20_-_Function_Interfaces.mp4 6.85 MB
  21_-_Array_Types.mp4 10.36 MB
  22_-_Class_Types.mp4 5.17 MB
  23_-_Extending_Interfaces.mp4 5.7 MB
  24_-_BONUS_-_Hybrid_Interfaces.mp4 4.49 MB
  25.1_-_Interfaces.pdf 217.59 KB
  25.2_-_Interfaces_Coursefiles.zip 1.39 KB
  05_-_Classes
  26_-_Introduction_to_TypeScript_Classes.mp4 12.62 MB
  27_-_Inheritance.mp4 10.73 MB
  28_-_Private_and_Public_Modifiers.mp4 8.46 MB
  29_-_Accessors.mp4 13.59 MB
  30_-_Static_Properties.mp4 7.45 MB
  31.1_-_Classes.pdf 189.99 KB
  31.2_-_Comprehensive_Typescript_Classes.zip 4.95 KB
  06_-_Modules
  32_-_What_are_Modules.mp4 8.02 MB
  33_-_Splitting_a_Project_Across_Many_Files.mp4 9.13 MB
  34_-_Importing_External_Modules.mp4 10.66 MB
  35.1_-_Modules.pdf 176.06 KB
  35.2_-_Comprehensive_Typescript_Modules.zip 2.09 KB
  07_-_Functions
  36_-_TypeScript_Functions.mp4 4.13 MB
  37_-_Function_Types.mp4 5.81 MB
  38_-_Optional_and_Default_Arguments.mp4 14.67 MB
  39_-_Rest_Parameters.mp4 8.06 MB
  40_-_Lambdas_and_This.mp4 10.15 MB
  41_-_Function_Overloads.mp4 11.89 MB
  42.1_-_Functions.pdf 189.55 KB
  42.2_-_Comprehensive_Typescript_Functinos_Demo_Files.zip 2.21 KB
  08_-_Generics
  43_-_What_are_Generics.mp4 9.06 MB
  44_-_Generic_Arrays.mp4 6.57 MB
  45_-_Generic_Interfaces.mp4 9.37 MB
  46_-_Generic_Classes.mp4 9.45 MB
  47_-_Generic_Constraints.mp4 6.08 MB
  48.1_-_Generics.pdf 186.2 KB
  48.2_-_Comprehensive_Typescript_Constraints.zip 1.1 KB
  10_-_Workshop_-_Task_Runner_Support
  54.1_-_Gulp_Workshop_Project_Files.zip 1.83 KB
  54_-_Integration_with_Gulp.mp4 34.3 MB
  11_-_Conclusion
  55_-_Course_Summary.mp4 7.07 MB
  56.1_-_Conclusion.pdf 170.77 KB

Description


Обучающие видео » Компьютерные видеоуроки и обучающие интерактивные DVD » Программирование (видеоуроки)

Comprehensive TypeScript

Год выпуска: 2015
Производитель: Udemy.com
Сайт производителя: udemy.com/typescript101
Автор: Daniel Stern
Продолжительность: 3:19
Тип раздаваемого материала: Видеоклипы
Язык: Английский
Описание: Being a knowledgeable TypeScript user can come in handy in various ways. It can dramatically increase your chances of landing a job in a TypeScript-oriented workplace - and those are becoming more frequent. It can also help you write your own code in better ways for your personal projects and apps.
This course will teach you everything you need to know about TypeScript, in a fun and interactive manner. We'll learn about types, classes, interfaces, modules, and more, plus learn practical programming tips.
We'll build custom classes, precise interfaces and strictly typed functions, becoming a TypeScript master along the way.
[spoiler="Содержание"]
Section 1: Introduction to Comprehensive TypeScript
1 Why TypeScript?
2 Slides: Why TypeScript - 4 slides
3 Overview of TypeScript Features
4 Slides: TypeScript Features Overview - 4 slides
5 Course Overview
6 Slides: Course Overview - 5 slides
7 TypeScript Overview - 5 questions

Section 2: Workshop: Install, Compile and Edit TypeScript
8 TypeScript Handbook and TypeScript Playground
9 Installation
10 The Command Line Interface
11 How TypeScript Compilation Works
12 Choosing a TypeScript Compatible Text Editor
13 TypeScript Installation, Compilation and Editing - 4 questions

Section 3: The Type System
14 What are Types?
15 Numbers, Strings and Booleans
16 Array Types
17 Enums
18 BONUS: Any and Void Types
19 Types Test - 6 questions
20 Types Summary - 10 slides

Section 4: Interfaces
21 Introduction to Interfaces
22 Optional Properties
23 Function Interfaces
24 Array Types
25 Class Types
26 Extending Interfaces
27 BONUS: Hybrid Interfaces
28 Interfaces - 6 questions
29 Interfaces Summary - 9 slides

Section 5: Classes
30 Introduction to TypeScript Classes
31 Inheritance
32 Private and Public Modifiers
33 Accessors
34 Static Properties
35 TypeScript Classes - 5 questions
36 Classes Summary - 7 slides

Section 6: Modules
37 What are Modules?
38 Splitting a Project Across Many Files
39 Importing External Modules
40 Slides: Modules - 5 slides
41 TypeScript Modules - 4 questions

Section 7: Functions
42 TypeScript Functions
43 Function Types
44 Optional and Default Arguments
45 Rest Parameters
46 Lambdas and This
47 Function Overloads
48 Slides: Functions - 7 slides
49 Functions Quiz - 5 questions

Section 8: Generics
50 What are Generics?
51 Generic Arrays
52 Generic Interfaces
53 Generic Classes
54 Generic Constraints
55 Slides: Generics - 7 slides
56 Generics - 5 questions

Section 9: Workshop: Task Runner Support
57 Integration with Gulp

Section 10: Conclusion
58 Course Summary
59 Slides: Course Summary
[/spoiler]
Файлы примеров: присутствуют
Формат видео: MP4
Видео: AVC, 1280x720, 16:9, 30fps, 340kbps
Аудио: AAC, 44.1kHz, 60kbps, stereo
[spoiler="Скриншоты"]

[/spoiler]

Related Torrents

torrent name size uploader age seed leech
5
3
0
0
1