1. Урок 1. 00:01:05
    How to Get Help
  2. Урок 2. 00:06:20
    Typescript Overview
  3. Урок 3. 00:08:00
    Environment Setup
  4. Урок 4. 00:04:44
    A First App
  5. Урок 5. 00:05:04
    Executing Typescript Code
  6. Урок 6. 00:03:36
    One Quick Change
  7. Урок 7. 00:07:23
    Catching Errors with Typescript
  8. Урок 8. 00:05:16
    Catching More Errors!
  9. Урок 9. 00:03:37
    Do Not Skip - Course Overview
  10. Урок 10. 00:05:13
    Types
  11. Урок 11. 00:05:54
    More on Types
  12. Урок 12. 00:04:50
    Examples of Types
  13. Урок 13. 00:00:50
    Where Do We Use Types?
  14. Урок 14. 00:02:04
    Type Annotations and Inference
  15. Урок 15. 00:04:54
    Annotations with Variables
  16. Урок 16. 00:06:54
    Object Literal Annotations
  17. Урок 17. 00:05:57
    Annotations Around Functions
  18. Урок 18. 00:03:52
    Understanding Inference
  19. Урок 19. 00:07:48
    The 'Any' Type
  20. Урок 20. 00:01:50
    Fixing the 'Any' Type
  21. Урок 21. 00:03:06
    Delayed Initialization
  22. Урок 22. 00:04:38
    When Inference Doesn't Work
  23. Урок 23. 00:04:57
    More on Annotations Around Functions
  24. Урок 24. 00:06:09
    Inference Around Functions
  25. Урок 25. 00:01:43
    Annotations for Anonymous Functions
  26. Урок 26. 00:02:50
    Void and Never
  27. Урок 27. 00:03:36
    Destructuring with Annotations
  28. Урок 28. 00:07:06
    Annotations Around Objects
  29. Урок 29. 00:05:06
    Arrays in Typescript
  30. Урок 30. 00:04:31
    Why Typed Arrays?
  31. Урок 31. 00:02:58
    Multiple Types in Arrays
  32. Урок 32. 00:00:55
    When to Use Typed Arrays
  33. Урок 33. 00:04:06
    Tuples in Typescript
  34. Урок 34. 00:05:29
    Tuples in Action
  35. Урок 35. 00:03:21
    Why Tuples?
  36. Урок 36. 00:01:27
    Interfaces
  37. Урок 37. 00:04:43
    Long Type Annotations
  38. Урок 38. 00:04:37
    Fixing Long Annotations with Interfaces
  39. Урок 39. 00:03:32
    Syntax Around Interfaces
  40. Урок 40. 00:04:47
    Functions in Interfaces
  41. Урок 41. 00:04:16
    Code Reuse with Interfaces
  42. Урок 42. 00:03:13
    General Plan with Interfaces
  43. Урок 43. 00:03:48
    Classes
  44. Урок 44. 00:03:04
    Basic Inheritance
  45. Урок 45. 00:06:42
    Instance Method Modifiers
  46. Урок 46. 00:06:19
    Fields in Classes
  47. Урок 47. 00:04:19
    Fields with Inheritance
  48. Урок 48. 00:01:11
    Where to Use Classes
  49. Урок 49. 00:02:46
    App Overview
  50. Урок 50. 00:04:55
    Bundling with Parcel
  51. Урок 51. 00:03:20
    Project Structure
  52. Урок 52. 00:05:30
    Generating Random Data
  53. Урок 53. 00:05:18
    Type Definition Files
  54. Урок 54. 00:06:21
    Using Type Definition Files
  55. Урок 55. 00:05:07
    Export Statements in Typescript
  56. Урок 56. 00:04:44
    Defining a Company
  57. Урок 57. 00:07:39
    Adding Google Maps Support
  58. Урок 58. 00:04:07
    Google Maps Integration
  59. Урок 59. 00:12:47
    Exploring Type Definition Files
  60. Урок 60. 00:06:29
    Hiding Functionality
  61. Урок 61. 00:08:26
    Why Use Private Modifiers? Here's Why
  62. Урок 62. 00:09:19
    Adding Markers
  63. Урок 63. 00:02:46
    Duplicate Code
  64. Урок 64. 00:06:39
    One Possible Solution
  65. Урок 65. 00:05:36
    Restricting Access with Interfaces
  66. Урок 66. 00:03:27
    Implicit Type Checks
  67. Урок 67. 00:06:48
    Showing Popup Windows
  68. Урок 68. 00:07:12
    Updating Interface Definitions
  69. Урок 69. 00:06:07
    Optional Implements Clauses
  70. Урок 70. 00:08:09
    App Wrapup
  71. Урок 71. 00:01:35
    App Overview
  72. Урок 72. 00:07:41
    Configuring the TS Compiler
  73. Урок 73. 00:05:06
    Concurrent Compilation and Execution
  74. Урок 74. 00:04:48
    A Simple Sorting Algorithm
  75. Урок 75. 00:03:11
    Sorter Scaffolding
  76. Урок 76. 00:05:18
    Sorting Implementation
  77. Урок 77. 00:07:38
    Two Huge Issues
  78. Урок 78. 00:09:35
    Typescript is Really Smart
  79. Урок 79. 00:09:15
    Type Guards
  80. Урок 80. 00:02:23
    Why is This Bad?
  81. Урок 81. 00:07:30
    Extracting Key Logic
  82. Урок 82. 00:13:59
    Separating Swapping and Comparison
  83. Урок 83. 00:04:39
    The Big Reveal
  84. Урок 84. 00:04:49
    Interface Definition
  85. Урок 85. 00:11:09
    Sorting Arbitrary Collections
  86. Урок 86. 00:24:16
    Linked List Implementation
  87. Урок 87. 00:04:04
    Just...One...More...Fix...
  88. Урок 88. 00:02:45
    Integrating the Sort Method
  89. Урок 89. 00:06:55
    Issues with Inheritance
  90. Урок 90. 00:06:26
    Abstract Classes
  91. Урок 91. 00:04:31
    Why Use Abstract Classes?
  92. Урок 92. 00:04:01
    Solving All Issues with Abstract Classes
  93. Урок 93. 00:03:24
    Interfaces vs Abstract Classes
  94. Урок 94. 00:01:46
    Project Overview
  95. Урок 95. 00:05:58
    Project Setup
  96. Урок 96. 00:06:46
    Type Definition Files - Again!
  97. Урок 97. 00:05:06
    Reading CSV Files
  98. Урок 98. 00:04:23
    Running an Analysis
  99. Урок 99. 00:05:13
    Losing Dataset Context
  100. Урок 100. 00:06:20
    Using Enums
  101. Урок 101. 00:07:05
    When to Use Enums
  102. Урок 102. 00:08:51
    Extracting CSV Reading
  103. Урок 103. 00:02:34
    Data Types
  104. Урок 104. 00:05:03
    Converting Date Strings to Dates
  105. Урок 105. 00:03:38
    Converting Row Values
  106. Урок 106. 00:03:58
    Type Assertions
  107. Урок 107. 00:07:29
    Describing a Row with a Tuple
  108. Урок 108. 00:03:15
    Not Done with FileReader Yet!
  109. Урок 109. 00:04:36
    Understanding Refactor #1
  110. Урок 110. 00:04:22
    Creating Abstract Classes
  111. Урок 111. 00:11:29
    Variable Types with Generics
  112. Урок 112. 00:04:12
    Applying a Type to a Generic Class
  113. Урок 113. 00:04:21
    Alternate Refactor
  114. Урок 114. 00:02:05
    Interface-Based Approach
  115. Урок 115. 00:02:34
    Extracting Match References - Again!
  116. Урок 116. 00:02:37
    Transforming Data
  117. Урок 117. 00:03:40
    Updating Reader References
  118. Урок 118. 00:03:21
    Inheritance vs Composition
  119. Урок 119. 00:07:23
    More on Inheritance vs Composition
  120. Урок 120. 00:14:57
    A Huge Misconception Around Composition
  121. Урок 121. 00:05:17
    Goal Moving Forward
  122. Урок 122. 00:06:27
    A Composition-Based Approach
  123. Урок 123. 00:07:25
    Implementing an Analyzer Class
  124. Урок 124. 00:05:27
    Building the Reporter
  125. Урок 125. 00:03:36
    Putting It All Together
  126. Урок 126. 00:05:10
    Generating HTML Reports
  127. Урок 127. 00:05:35
    One Last Thing!
  128. Урок 128. 00:03:15
    Oops, My Bad
  129. Урок 129. 00:03:34
    App Wrapup
  130. Урок 130. 00:05:05
    More on Generics
  131. Урок 131. 00:02:50
    Type Inference with Generics
  132. Урок 132. 00:06:06
    Function Generics
  133. Урок 133. 00:05:51
    Generic Constraints
  134. Урок 134. 00:02:46
    App Overview
  135. Урок 135. 00:02:43
    Parcel Setup
  136. Урок 136. 00:08:06
    Framework Structure
  137. Урок 137. 00:02:49
    Designing the User
  138. Урок 138. 00:06:00
    Retrieving User Properties
  139. Урок 139. 00:06:38
    Optional Interface Properties
  140. Урок 140. 00:02:45
    An Eventing System
  141. Урок 141. 00:04:24
    Listener Support
  142. Урок 142. 00:05:25
    Storing Event Listeners
  143. Урок 143. 00:05:28
    Dynamic Array Creation
  144. Урок 144. 00:03:58
    Triggering Event Callbacks
  145. Урок 145. 00:07:15
    Adding JSON Server
  146. Урок 146. 00:08:53
    Understanding REST Conventions
  147. Урок 147. 00:05:13
    Adding Fetch Functionality
  148. Урок 148. 00:04:51
    Successfully Fetching Model Data
  149. Урок 149. 00:08:58
    Saving User Data
  150. Урок 150. 00:03:49
    Refactoring with Composition
  151. Урок 151. 00:12:50
    Re-Integrating Eventing
  152. Урок 152. 00:02:46
    Composition with Nested Objects
  153. Урок 153. 00:02:49
    A More Complicated Extraction
  154. Урок 154. 00:09:33
    Options for Adapting Sync
  155. Урок 155. 00:10:42
    Refactoring Sync
  156. Урок 156. 00:03:31
    Generic Constraints Around Sync
  157. Урок 157. 00:04:31
    Connecting Sync Back to User
  158. Урок 158. 00:07:01
    Optional Properties
  159. Урок 159. 00:03:13
    Extracting an Attributes Class
  160. Урок 160. 00:06:19
    The Get Method's Shortcoming
  161. Урок 161. 00:07:07
    Two Important Rules
  162. Урок 162. 00:09:37
    An Advanced Generic Constraint
  163. Урок 163. 00:03:19
    Re-Integrating Attributes
  164. Урок 164. 00:04:40
    Composition is Delegation
  165. Урок 165. 00:05:08
    Reminder on Accessors
  166. Урок 166. 00:06:56
    Passthrough Methods
  167. Урок 167. 00:08:38
    A Context Issue
  168. Урок 168. 00:03:23
    Setting Data While Triggering
  169. Урок 169. 00:06:27
    Fetching User Data
  170. Урок 170. 00:05:39
    Saving Data
  171. Урок 171. 00:09:03
    Composition vs Inheritance...Again!
  172. Урок 172. 00:07:30
    Extracting a Model Class
  173. Урок 173. 00:05:25
    Extending the User
  174. Урок 174. 00:03:49
    Final User Refactor
  175. Урок 175. 00:03:39
    Model Wrapup
  176. Урок 176. 00:05:40
    Shortened Passthrough Methods
  177. Урок 177. 00:03:27
    Users Collection
  178. Урок 178. 00:03:02
    Implementing a Users Collection
  179. Урок 179. 00:07:13
    Parsing User JSON
  180. Урок 180. 00:06:23
    Generic User Collection
  181. Урок 181. 00:02:15
    A Class Method for Collections
  182. Урок 182. 00:04:04
    View Classes
  183. Урок 183. 00:04:46
    Building the UserForm
  184. Урок 184. 00:03:04
    The UserForm's Render Method
  185. Урок 185. 00:02:07
    Rendering HTML
  186. Урок 186. 00:06:14
    Defining an Events Map
  187. Урок 187. 00:07:07
    Binding Event Handlers
  188. Урок 188. 00:04:16
    Adding Model Properties
  189. Урок 189. 00:05:09
    Binding Events on Class Name
  190. Урок 190. 00:04:31
    Adding Methods to the User
  191. Урок 191. 00:04:57
    Re-Rendering on Model Change
  192. Урок 192. 00:04:40
    Reading Input Text
  193. Урок 193. 00:06:13
    Strict Null Checks
  194. Урок 194. 00:12:26
    Reusable View Logic
  195. Урок 195. 00:04:11
    Extracting a View Class
  196. Урок 196. 00:12:16
    Extending with Generic Constraints
  197. Урок 197. 00:03:58
    Saving Data From a View
  198. Урок 198. 00:06:13
    UserEdit and UserShow
  199. Урок 199. 00:04:49
    Nesting with Regions
  200. Урок 200. 00:05:41
    Mapping Regions
  201. Урок 201. 00:04:02
    Testing Region Mapping
  202. Урок 202. 00:06:54
    View Nesting
  203. Урок 203. 00:02:21
    Collection Views
  204. Урок 204. 00:16:53
    CollectionView Implementation
  205. Урок 205. 00:03:36
    App Wrapup
  206. Урок 206. 00:05:35
    Typescript with JS Libraries
  207. Урок 207. 00:03:20
    App Overview
  208. Урок 208. 00:03:32
    Project Setup
  209. Урок 209. 00:06:32
    Basic Routes with Express
  210. Урок 210. 00:03:47
    Using an Express Router
  211. Урок 211. 00:05:56
    Parsing Form Bodies
  212. Урок 212. 00:13:56
    Why Doesn't Express Play Nicely with TS?
  213. Урок 213. 00:10:17
    Issues with Type Definition Files
  214. Урок 214. 00:06:29
    Dealing with Poor Type Defs
  215. Урок 215. 00:08:37
    Wiring Up Sessions
  216. Урок 216. 00:03:20
    Checking Login Status
  217. Урок 217. 00:01:10
    Logging Out
  218. Урок 218. 00:04:52
    Protecting Routes
  219. Урок 219. 00:06:34
    A Closer Integration
  220. Урок 220. 00:03:15
    The Refactoring Process
  221. Урок 221. 00:08:44
    Prototypes Reminder
  222. Урок 222. 00:06:49
    Decorators in Typescript
  223. Урок 223. 00:07:41
    Details on Decorators
  224. Урок 224. 00:06:12
    Property Descriptors
  225. Урок 225. 00:02:08
    Wrapping Methods with Descriptors
  226. Урок 226. 00:02:47
    Decorator Factories
  227. Урок 227. 00:03:58
    Decorators Around Properties
  228. Урок 228. 00:07:33
    More on Decorators
  229. Урок 229. 00:00:59
    A Quick Disclaimer
  230. Урок 230. 00:08:18
    Project Overview
  231. Урок 231. 00:07:07
    Why is This Hard?
  232. Урок 232. 00:05:52
    Solution Overview
  233. Урок 233. 00:08:47
    Basics of Metadata
  234. Урок 234. 00:11:09
    Practical Metadata
  235. Урок 235. 00:04:52
    Let's Refactor!
  236. Урок 236. 00:04:26
    The 'Get' Decorator
  237. Урок 237. 00:04:21
    The Controller Decorator
  238. Урок 238. 00:05:13
    Proof of Concept
  239. Урок 239. 00:08:10
    A Few Fixups
  240. Урок 240. 00:05:05
    Defining a RouteBinder
  241. Урок 241. 00:07:39
    Closed Method Sets with Enums
  242. Урок 242. 00:03:44
    Metadata Keys
  243. Урок 243. 00:08:02
    The 'Use' Decorator
  244. Урок 244. 00:03:23
    Testing Use
  245. Урок 245. 00:05:56
    Body Validators
  246. Урок 246. 00:03:26
    Automated Validation
  247. Урок 247. 00:05:37
    Testing Automated Validation
  248. Урок 248. 00:06:04
    Fixing Routes
  249. Урок 249. 00:05:19
    Using Property Descriptors for Type Checking
  250. Урок 250. 00:01:23
    App Wrapup
  251. Урок 251. 00:06:06
    React and Redux Overview
  252. Урок 252. 00:02:07
    App Overview
  253. Урок 253. 00:01:08
    Generating the App
  254. Урок 254. 00:03:36
    Simple Components
  255. Урок 255. 00:03:26
    Interfaces with Props
  256. Урок 256. 00:02:31
    Handling Component State
  257. Урок 257. 00:10:41
    Confusing Component State!
  258. Урок 258. 00:03:16
    Functional Components
  259. Урок 259. 00:07:32
    Redux Setup
  260. Урок 260. 00:06:46
    Action Creators with Typescript
  261. Урок 261. 00:04:52
    Action Types Enum
  262. Урок 262. 00:04:49
    The Generic Dispatch Function
  263. Урок 263. 00:06:47
    A Reducer with Enums
  264. Урок 264. 00:05:07
    Validating Store Structure
  265. Урок 265. 00:06:11
    Connecting a Component to Redux
  266. Урок 266. 00:04:37
    Rendering a List
  267. Урок 267. 00:02:55
    Adding in Delete Functionality
  268. Урок 268. 00:03:22
    Breaking Out Action Creators
  269. Урок 269. 00:04:08
    Expressing Actions as Type Union
  270. Урок 270. 00:02:49
    Type Guards in Reducers
  271. Урок 271. 00:03:02
    Again, Type Definition Files
  272. Урок 272. 00:04:07
    Tracking Loading with Component State
  273. Урок 273. 00:03:39
    App Wrapup
  274. Урок 274. 00:01:23
    Generating TypeScript Enabled Projects
  275. Урок 275. 00:04:35
    File Extensions and Starting Up React
  276. Урок 276. 00:02:34
    Changes with TypeScript
  277. Урок 277. 00:03:55
    The Big Difference with Props
  278. Урок 278. 00:05:51
    Explicit Component Type Annotations
  279. Урок 279. 00:05:48
    Annotations with Children
  280. Урок 280. 00:04:42
    State with TypeScript
  281. Урок 281. 00:05:42
    Type Inference with State
  282. Урок 282. 00:00:56
    Quick Finish to the Example
  283. Урок 283. 00:04:20
    More on State
  284. Урок 284. 00:05:42
    Type Unions in State
  285. Урок 285. 00:03:19
    Inline Event Handlers
  286. Урок 286. 00:02:41
    Typing Standalone Event Handlers
  287. Урок 287. 00:03:45
    Handling Drag Events Too!
  288. Урок 288. 00:05:36
    Applying Types to Refs
  289. Урок 289. 00:04:31
    More on Refs
  290. Урок 290. 00:02:05
    App Overview
  291. Урок 291. 00:01:50
    Project Setup
  292. Урок 292. 00:08:54
    Redux Store Design
  293. Урок 293. 00:08:17
    Reducer Setup
  294. Урок 294. 00:01:27
    Annotating the Return Type
  295. Урок 295. 00:01:55
    Typing an Action
  296. Урок 296. 00:04:22
    Separate Interfaces for Actions
  297. Урок 297. 00:04:23
    Applying Action Interfaces
  298. Урок 298. 00:05:42
    Adding an Action Type Enum
  299. Урок 299. 00:03:38
    A Better Way to Organize Code
  300. Урок 300. 00:04:28
    Adding Action Creators
  301. Урок 301. 00:03:16
    Adding Request Logic
  302. Урок 302. 00:02:47
    Applying Typings to Dispatch
  303. Урок 303. 00:04:20
    Setting Up Exports
  304. Урок 304. 00:03:25
    Wiring Up to React
  305. Урок 305. 00:01:04
    Oops... Initial State!
  306. Урок 306. 00:03:01
    Reminder on Event Types
  307. Урок 307. 00:03:06
    Calling an Action Creator
  308. Урок 308. 00:04:22
    Binding Action Creators
  309. Урок 309. 00:04:17
    Selecting State
  310. Урок 310. 00:04:47
    Awkward Typings Around React-Redux
  311. Урок 311. 00:04:01
    Creating a Typed Selector
  312. Урок 312. 00:03:03
    Consuming Store State
  313. Урок 313. 00:03:19
    Quick Wrapup - Final Lecture