Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай React and Typescript: Build a Portfolio Project, а также все другие курсы, прямо сейчас!
Премиум
  1. Урок 1. 00:00:56
    How to Get Help
  2. Урок 2. 00:01:40
    Be Sure to Watch this Video!
  3. Урок 3. 00:01:35
    Generating TypeScript-Enabled Projects
  4. Урок 4. 00:04:35
    File Extensions and Starting Up React
  5. Урок 5. 00:02:34
    Changes with TypeScript
  6. Урок 6. 00:03:54
    The Big Difference with Props
  7. Урок 7. 00:05:51
    Explicit Component Type Annotations
  8. Урок 8. 00:05:48
    Annotations with Children
  9. Урок 9. 00:04:42
    State with TypeScript
  10. Урок 10. 00:05:42
    Type Inference with State
  11. Урок 11. 00:00:56
    Quick Finish to the Example
  12. Урок 12. 00:04:20
    More on State
  13. Урок 13. 00:05:42
    Type Unions in State
  14. Урок 14. 00:03:19
    Inline Event Handlers
  15. Урок 15. 00:02:41
    Typing Standalone Event Handlers
  16. Урок 16. 00:03:45
    Handling Drag Events Too!
  17. Урок 17. 00:09:04
    TypeScript with Class Components
  18. Урок 18. 00:05:36
    Applying Types to Refs
  19. Урок 19. 00:04:31
    More on Refs
  20. Урок 20. 00:02:05
    App Overview
  21. Урок 21. 00:01:50
    Project Setup
  22. Урок 22. 00:08:54
    Redux Store Design
  23. Урок 23. 00:08:17
    Reducer Setup
  24. Урок 24. 00:01:27
    Annotating the Return Type
  25. Урок 25. 00:01:55
    Typing an Action
  26. Урок 26. 00:04:22
    Separate Interfaces for Actions
  27. Урок 27. 00:04:23
    Applying Action Interfaces
  28. Урок 28. 00:05:42
    Adding an Action Type Enum
  29. Урок 29. 00:03:38
    A Better Way to Organize Code
  30. Урок 30. 00:04:28
    Adding Action Creators
  31. Урок 31. 00:03:16
    Adding Request Logic
  32. Урок 32. 00:02:47
    Applying Typings to Dispatch
  33. Урок 33. 00:04:20
    Setting Up Exports
  34. Урок 34. 00:03:25
    Wiring Up to React
  35. Урок 35. 00:01:04
    Oops... Initial State!
  36. Урок 36. 00:03:01
    Reminder on Event Types
  37. Урок 37. 00:03:06
    Calling an Action Creator
  38. Урок 38. 00:04:22
    Binding Action Creators
  39. Урок 39. 00:04:17
    Selecting State
  40. Урок 40. 00:04:47
    Awkward Typings Around React-Redux
  41. Урок 41. 00:04:01
    Creating a Typed Selector
  42. Урок 42. 00:03:03
    Consuming Store State
  43. Урок 43. 00:03:25
    Quick Wrapup
  44. Урок 44. 00:06:16
    App Overview
  45. Урок 45. 00:06:03
    Three Big Challenges
  46. Урок 46. 00:06:09
    Transpiling Options
  47. Урок 47. 00:02:58
    Remote Transpiling
  48. Урок 48. 00:04:31
    Module Systems
  49. Урок 49. 00:07:10
    Behind the Scenes with Webpack
  50. Урок 50. 00:02:41
    Webpack with ES Modules
  51. Урок 51. 00:02:42
    One Small Change
  52. Урок 52. 00:06:50
    Options for Bundling
  53. Урок 53. 00:04:02
    So Which Approach?
  54. Урок 54. 00:02:49
    A Webpack Replacement
  55. Урок 55. 00:01:07
    A Demo App
  56. Урок 56. 00:02:55
    Project Setup
  57. Урок 57. 00:04:55
    Basic Form Elements
  58. Урок 58. 00:06:08
    Understanding ESBuild
  59. Урок 59. 00:03:41
    Initializing ESBuild
  60. Урок 60. 00:03:11
    Using Refs for Arbitrary Values
  61. Урок 61. 00:04:43
    Transpiling Works!
  62. Урок 62. 00:05:57
    Troubles with Bundling in the Browser
  63. Урок 63. 00:04:56
    Issues with NPM
  64. Урок 64. 00:04:33
    Solution with Unpkg
  65. Урок 65. 00:05:22
    ESBuild Can Bundle!
  66. Урок 66. 00:10:50
    Deep Dive on Bundling
  67. Урок 67. 00:03:01
    Filters and Namespaces
  68. Урок 68. 00:02:31
    Adding a Tiny Test Package
  69. Урок 69. 00:08:24
    Dynamically Fetching Modules
  70. Урок 70. 00:02:00
    Generating the Unpkg URL
  71. Урок 71. 00:04:21
    Issues with Multi-File Packages
  72. Урок 72. 00:06:43
    Solving Relative Paths
  73. Урок 73. 00:03:58
    Using the URL Constructor
  74. Урок 74. 00:10:41
    Failing Nested Requires
  75. Урок 75. 00:07:50
    Resolving Nested Paths
  76. Урок 76. 00:05:48
    It Works!
  77. Урок 77. 00:05:59
    Defines During Bundling
  78. Урок 78. 00:02:47
    Bonus! Package Versioning
  79. Урок 79. 00:03:12
    Crazy Numbers of Requests
  80. Урок 80. 00:03:56
    Implementing a Caching Layer
  81. Урок 81. 00:06:32
    Caching with Key-Value Pairs
  82. Урок 82. 00:06:05
    Fixing a TypeScript Error
  83. Урок 83. 00:04:36
    Bundling User Input
  84. Урок 84. 00:06:26
    Breaking Up Resolve Logic With Filters
  85. Урок 85. 00:05:45
    Refactoring to Multiple Plugins
  86. Урок 86. 00:01:51
    Loading CSS Files
  87. Урок 87. 00:04:17
    Configuring the Correct Loader
  88. Урок 88. 00:02:40
    Small Shortcoming with ESBuild
  89. Урок 89. 00:05:59
    Tricking ESBuild's CSS Handling
  90. Урок 90. 00:05:11
    Escaping CSS Snippets
  91. Урок 91. 00:05:35
    Separate Load Filters
  92. Урок 92. 00:04:19
    Extracting Common Caching Logic
  93. Урок 93. 00:03:27
    A Better Way of Loading WASM
  94. Урок 94. 00:06:08
    Executing User Code
  95. Урок 95. 00:06:47
    Big Issues with Code Execution
  96. Урок 96. 00:01:44
    How Do Others Solve This?
  97. Урок 97. 00:02:54
    Displaying IFrames
  98. Урок 98. 00:02:50
    Different Execution Context
  99. Урок 99. 00:03:19
    Crossing Context
  100. Урок 100. 00:03:42
    Sandboxing an IFrame
  101. Урок 101. 00:04:12
    Breaking Access with Different Domains
  102. Урок 102. 00:03:25
    How Do IFrames Fix Anything?
  103. Урок 103. 00:04:37
    The Full Flow - How CodePen and CodeSandbox Work
  104. Урок 104. 00:04:30
    Do We Need Separation?
  105. Урок 105. 00:07:21
    Middle Ground Approach
  106. Урок 106. 00:07:50
    IFrames with SrcDocs
  107. Урок 107. 00:04:26
    Execution Using SrcDoc
  108. Урок 108. 00:09:46
    Running Unescaped Code
  109. Урок 109. 00:05:40
    Indirect Communication Between Frames
  110. Урок 110. 00:07:04
    Passing Code to the IFrame
  111. Урок 111. 00:03:00
    It Works!
  112. Урок 112. 00:06:29
    Highlighting Errors
  113. Урок 113. 00:03:09
    Issues with Repeat Execution
  114. Урок 114. 00:03:50
    Resetting the IFrame Contents
  115. Урок 115. 00:00:52
    Warning Fixup
  116. Урок 116. 00:05:59
    Issues with Eager Bundling
  117. Урок 117. 00:00:45
    Quick Revert
  118. Урок 118. 00:02:43
    Open Source Editor Options
  119. Урок 119. 00:05:55
    Displaying an Editor
  120. Урок 120. 00:03:51
    Configuring the Editor
  121. Урок 121. 00:08:45
    Crazy Monaco Editor Type Defs
  122. Урок 122. 00:04:21
    A Few More Options
  123. Урок 123. 00:03:43
    Setting the Initial Value
  124. Урок 124. 00:05:51
    Handling Editor Change Events
  125. Урок 125. 00:04:00
    Adding a Type Definition
  126. Урок 126. 00:04:03
    Adding Prettier to Our Editor
  127. Урок 127. 00:05:52
    Automatic Code Formatting
  128. Урок 128. 00:03:19
    Adding a CSS Library
  129. Урок 129. 00:05:24
    Floating the Format Button
  130. Урок 130. 00:16:10
    Fixing Syntax Highlighting
  131. Урок 131. 00:08:16
    Refactoring Out a Preview Component
  132. Урок 132. 00:08:05
    Extracting Bundling Logic
  133. Урок 133. 00:03:24
    Fixing a Few Warnings
  134. Урок 134. 00:05:22
    Multiple Editors and Preview Windows
  135. Урок 135. 00:03:18
    Adding Resizable Panes
  136. Урок 136. 00:05:44
    Setting Up React-Resizable
  137. Урок 137. 00:05:42
    Setting a Resize Handle
  138. Урок 138. 00:01:38
    Adding a Bunch of CSS
  139. Урок 139. 00:04:28
    Expanding the Resizer Horizontally
  140. Урок 140. 00:04:43
    Expanding the Code Editor
  141. Урок 141. 00:05:40
    Fixing the Resize Issue
  142. Урок 142. 00:03:32
    Constraining Vertical Resizes
  143. Урок 143. 00:01:59
    Resizing Horizontally
  144. Урок 144. 00:04:35
    Strategies for Prop Definitions
  145. Урок 145. 00:03:46
    Applying Horizontal Resize Props
  146. Урок 146. 00:05:24
    Getting Preview to Expand
  147. Урок 147. 00:01:46
    A Small Workaround
  148. Урок 148. 00:01:06
    Updating the After Selector
  149. Урок 149. 00:00:47
    An Oddity Around the Resizer
  150. Урок 150. 00:03:20
    On Resize Events
  151. Урок 151. 00:04:29
    Updating Resizer Props
  152. Урок 152. 00:02:15
    Improving Resize Performance
  153. Урок 153. 00:03:28
    Why Width Jumps?
  154. Урок 154. 00:07:20
    Synchronizing Width State
  155. Урок 155. 00:04:47
    Adding Debouncing Logic
  156. Урок 156. 00:02:30
    Clearing the Timeout
  157. Урок 157. 00:03:18
    Adding an Execution Timeout
  158. Урок 158. 00:01:31
    Error Handling
  159. Урок 159. 00:03:03
    Extracting Reusable Error Handling Logic
  160. Урок 160. 00:04:38
    Handling Async Errors
  161. Урок 161. 00:04:03
    Capturing Bundling Errors
  162. Урок 162. 00:05:01
    Printing the Captured Error
  163. Урок 163. 00:03:45
    Plan for the Text Cell
  164. Урок 164. 00:05:40
    A Few Issues with the Markdown Editor
  165. Урок 165. 00:05:26
    Toggling the Markdown Editor Mode
  166. Урок 166. 00:05:27
    Conditional Toggling
  167. Урок 167. 00:02:49
    Why the Broken Cursor?
  168. Урок 168. 00:02:49
    Solving Class Name Conflicts
  169. Урок 169. 00:01:43
    Fixing the Divider Height
  170. Урок 170. 00:04:49
    Restyling the Resizer Bar
  171. Урок 171. 00:00:51
    Applying the Dark Theme
  172. Урок 172. 00:02:39
    Adding State to the Editor
  173. Урок 173. 00:01:13
    Last Touch of Styling
  174. Урок 174. 00:04:55
    Redux Design
  175. Урок 175. 00:04:56
    Initial Scaffolding
  176. Урок 176. 00:07:32
    Action Interface Definitions
  177. Урок 177. 00:04:09
    Defining What a Cell Is
  178. Урок 178. 00:05:49
    Cells Reducer Setup
  179. Урок 179. 00:02:22
    Adding a Few Reducer Cases
  180. Урок 180. 00:03:16
    Creating and Exporting the Store
  181. Урок 181. 00:02:00
    React to Redux Connection
  182. Урок 182. 00:05:14
    Action Creator Return Type Annotations
  183. Урок 183. 00:05:43
    Easy Action Creator Implementations
  184. Урок 184. 00:03:47
    Handling Cyclical Imports
  185. Урок 185. 00:01:14
    Defining Direction
  186. Урок 186. 00:06:17
    Update Cell Logic
  187. Урок 187. 00:07:11
    Simple Updates with Immer
  188. Урок 188. 00:03:37
    Removing a Cell
  189. Урок 189. 00:06:34
    Swapping Cell Placement
  190. Урок 190. 00:09:46
    Inserting New Cells
  191. Урок 191. 00:05:50
    Small Gotcha with Immer
  192. Урок 192. 00:06:27
    Manual Testing of a Redux Store
  193. Урок 193. 00:03:50
    Back to React
  194. Урок 194. 00:03:15
    Creating a Typed Selector
  195. Урок 195. 00:02:45
    Selecting an Ordered List
  196. Урок 196. 00:03:44
    Rendering the List of Cells
  197. Урок 197. 00:04:06
    Cell Type Rendering
  198. Урок 198. 00:05:09
    Reminder on the Action Creator Helper
  199. Урок 199. 00:07:44
    Extracting Local State
  200. Урок 200. 00:07:07
    Extracting State from Text Cell
  201. Урок 201. 00:06:51
    The Action Bar Component
  202. Урок 202. 00:07:03
    Adding Icon Buttons
  203. Урок 203. 00:04:46
    Applying Custom CSS
  204. Урок 204. 00:06:35
    Last Touch of Styling
  205. Урок 205. 00:05:13
    Adding New Cells
  206. Урок 206. 00:04:30
    Displaying Add Cell
  207. Урок 207. 00:01:02
    Resolving the Key Warning
  208. Урок 208. 00:03:32
    Styling Add Cell
  209. Урок 209. 00:07:25
    A Touch More Styling
  210. Урок 210. 00:07:16
    Forcing Add Cell Visibility
  211. Урок 211. 00:05:15
    Understanding CSS Transition Curves
  212. Урок 212. 00:03:35
    Adding Vertical Spacing
  213. Урок 213. 00:04:45
    Why is Add Cell Weird
  214. Урок 214. 00:10:59
    Three Possible Solutions
  215. Урок 215. 00:05:44
    Refactoring the Redux Side
  216. Урок 216. 00:04:35
    Refactoring the React Side
  217. Урок 217. 00:09:21
    Should There Be a Bundles Reducer?
  218. Урок 218. 00:02:55
    Here's the Plan
  219. Урок 219. 00:03:44
    Defining Bundling Action Types
  220. Урок 220. 00:04:29
    Initial Reducer Implementation
  221. Урок 221. 00:02:48
    Finishing Up the Reducer
  222. Урок 222. 00:07:00
    Adding the Action Creator
  223. Урок 223. 00:08:03
    React Wire Up
  224. Урок 224. 00:04:50
    Adjusting the Reducer State
  225. Урок 225. 00:07:32
    Solving a Small Warning with useMemo
  226. Урок 226. 00:05:32
    Adding Eager Bundling
  227. Урок 227. 00:03:23
    Getting an Initial Bundle
  228. Урок 228. 00:03:21
    Showing a Loading Message
  229. Урок 229. 00:04:34
    Styling the Progress Bar
  230. Урок 230. 00:03:55
    Can We Estimate Bundle Duration?
  231. Урок 231. 00:07:18
    Fading In the Progress Bar
  232. Урок 232. 00:05:59
    Fixing the Background
  233. Урок 233. 00:04:15
    Referencing Code from Previous Cells
  234. Урок 234. 00:03:52
    Method of Implementation
  235. Урок 235. 00:05:44
    Calculating Cumulative Code
  236. Урок 236. 00:02:59
    Executing the Cumulative Code
  237. Урок 237. 00:04:44
    Adding a Show Function
  238. Урок 238. 00:02:44
    Showing Complex Values
  239. Урок 239. 00:04:53
    Showing a JSX Element
  240. Урок 240. 00:02:30
    Import Name Collisions
  241. Урок 241. 00:04:32
    Avoiding Naming Collisions
  242. Урок 242. 00:02:57
    Showing a React Component
  243. Урок 243. 00:02:46
    Selective Calls to Show
  244. Урок 244. 00:03:56
    Implementing a Show Function No-Op
  245. Урок 245. 00:04:09
    Extracting a Hook
  246. Урок 246. 00:01:50
    A Touch of CSS
  247. Урок 247. 00:03:01
    Fixing Edge Snaps
  248. Урок 248. 00:03:19
    The Path Moving Forward
  249. Урок 249. 00:05:16
    Planning Local Architecture
  250. Урок 250. 00:05:00
    An Easy Solution
  251. Урок 251. 00:10:32
    What's the App Look Like in the Future?
  252. Урок 252. 00:08:13
    Package Based Development
  253. Урок 253. 00:05:29
    Introducing Lerna
  254. Урок 254. 00:01:51
    Disclaimer on Lerna
  255. Урок 255. 00:02:47
    Lerna Setup
  256. Урок 256. 00:08:24
    Adding Modules with Lerna
  257. Урок 257. 00:06:11
    Linking Packages
  258. Урок 258. 00:08:07
    Adding TypeScript Support
  259. Урок 259. 00:02:18
    Adding TypeScript to the CLI
  260. Урок 260. 00:02:18
    Finishing TS Support
  261. Урок 261. 00:04:07
    Parallel Start Scripts
  262. Урок 262. 00:07:43
    Reading Command Line Arguments
  263. Урок 263. 00:07:43
    Using Commander to Build a CLI
  264. Урок 264. 00:05:57
    Specifying Command Line Options
  265. Урок 265. 00:07:50
    Communication from the CLI to the API
  266. Урок 266. 00:03:00
    What's that Directory Argument?
  267. Урок 267. 00:05:31
    Calculating File Paths
  268. Урок 268. 00:03:14
    The Local API
  269. Урок 269. 00:04:23
    Adding Dependencies and Running Express
  270. Урок 270. 00:04:27
    Error Handling Where?
  271. Урок 271. 00:04:24
    Wrapping Express Listen with a Promise
  272. Урок 272. 00:04:29
    Error Handling Solution
  273. Урок 273. 00:02:48
    Accessing the React App
  274. Урок 274. 00:04:59
    Connecting the Proxy
  275. Урок 275. 00:02:36
    Building a Production Bundle
  276. Урок 276. 00:12:09
    Understanding Package Links
  277. Урок 277. 00:06:07
    What's the Path
  278. Урок 278. 00:03:15
    Which Method Do We Use?
  279. Урок 279. 00:05:03
    Determining Our Execution Environment
  280. Урок 280. 00:02:00
    A Quick Test
  281. Урок 281. 00:06:06
    Creating the Cells Router
  282. Урок 282. 00:04:44
    Writing Cells to a File
  283. Урок 283. 00:03:13
    Reading File Contents
  284. Урок 284. 00:01:28
    Default Cell Values
  285. Урок 285. 00:00:47
    Adding a JSON Parser
  286. Урок 286. 00:06:25
    Adding Fetch Cell Logic to Redux
  287. Урок 287. 00:03:50
    The Fetch Cells Action Creator
  288. Урок 288. 00:04:47
    Handling Fetch Cell Types
  289. Урок 289. 00:07:47
    Saving a List of Cells
  290. Урок 290. 00:05:15
    When to Call Fetch?
  291. Урок 291. 00:02:50
    Saving a List of Cells
  292. Урок 292. 00:06:31
    Adding a Persist Middleware
  293. Урок 293. 00:05:51
    Detecting When to Save
  294. Урок 294. 00:02:14
    Debouncing Save Logic
  295. Урок 295. 00:02:26
    The Path to NPM Publishing
  296. Урок 296. 00:03:51
    Bootstrapping the Project
  297. Урок 297. 00:02:15
    A Touch More Setup
  298. Урок 298. 00:04:59
    Getting Ready to Publish
  299. Урок 299. 00:03:54
    Configuring the CLI
  300. Урок 300. 00:01:58
    Publishing to NPM
  301. Урок 301. 00:04:43
    NPM Organizations
  302. Урок 302. 00:03:03
    Declaring Scoped Packages
  303. Урок 303. 00:04:21
    Refactoring Package Names
  304. Урок 304. 00:06:28
    Auditing Dev Dependencies
  305. Урок 305. 00:03:55
    Adding Build Scripts
  306. Урок 306. 00:04:03
    The Case for Bundling
  307. Урок 307. 00:06:00
    Running ESBuild
  308. Урок 308. 00:01:52
    Creating a Repository
  309. Урок 309. 00:01:06
    Publishing with Lerna
  310. Урок 310. 00:01:49
    Does it Work?
  311. Урок 311. 00:04:45
    Next Steps
  312. Урок 312. 00:06:20
    TypeScript Overview
  313. Урок 313. 00:08:00
    Environment Setup
  314. Урок 314. 00:04:44
    A First App
  315. Урок 315. 00:05:04
    Executing TypeScript Code
  316. Урок 316. 00:03:36
    One Quick Change
  317. Урок 317. 00:07:23
    Catching Errors with TypeScript
  318. Урок 318. 00:05:16
    Catching More Errors!
  319. Урок 319. 00:03:37
    Course Overview
  320. Урок 320. 00:05:13
    Types
  321. Урок 321. 00:05:54
    More on Types
  322. Урок 322. 00:04:50
    Examples of Types
  323. Урок 323. 00:00:50
    Where Do We Use Types?
  324. Урок 324. 00:02:04
    Type Annotations and Inference
  325. Урок 325. 00:04:54
    Annotations with Variables
  326. Урок 326. 00:06:54
    Object Literal Annotations
  327. Урок 327. 00:05:57
    Annotations Around Functions
  328. Урок 328. 00:03:52
    Understanding Inference
  329. Урок 329. 00:07:48
    The Any Type
  330. Урок 330. 00:01:50
    Fixing the "Any" Type
  331. Урок 331. 00:03:06
    Delayed Initialization
  332. Урок 332. 00:04:38
    When Inference Doesn't Work
  333. Урок 333. 00:04:57
    More on Annotations Around Functions
  334. Урок 334. 00:06:09
    Inference Around Functions
  335. Урок 335. 00:01:43
    Annotations for Anonymous Functions
  336. Урок 336. 00:02:50
    Void and Never
  337. Урок 337. 00:03:36
    Destructuring with Annotations
  338. Урок 338. 00:07:06
    Annotations Around Objects
  339. Урок 339. 00:05:06
    Arrays in TypeScript
  340. Урок 340. 00:04:31
    Why Typed Arrays?
  341. Урок 341. 00:02:58
    Multiple Types in Arrays
  342. Урок 342. 00:00:55
    When to Use Typed Arrays
  343. Урок 343. 00:04:06
    Tuples in TypeScript
  344. Урок 344. 00:05:29
    Tuples in Action
  345. Урок 345. 00:03:21
    Why Tuples?
  346. Урок 346. 00:01:27
    Interfaces
  347. Урок 347. 00:04:43
    Long Type Annotations
  348. Урок 348. 00:04:37
    Fixing Annotations with Interfaces
  349. Урок 349. 00:03:32
    Syntax Around Interfaces
  350. Урок 350. 00:04:47
    Functions In Interfaces
  351. Урок 351. 00:04:16
    Code Reuse with Interfaces
  352. Урок 352. 00:03:13
    General Plan with Interfaces
  353. Урок 353. 00:03:48
    Classes
  354. Урок 354. 00:03:04
    Basic Inheritance
  355. Урок 355. 00:06:42
    Class Method Modifiers
  356. Урок 356. 00:06:19
    Fields in Classes
  357. Урок 357. 00:04:19
    Fields with Inheritance
  358. Урок 358. 00:01:11
    Where to Use Classes
  359. Урок 359. 00:02:46
    App Overview
  360. Урок 360. 00:04:55
    Bundling with Parcel
  361. Урок 361. 00:03:20
    Project Structure
  362. Урок 362. 00:05:30
    Generating Random Data
  363. Урок 363. 00:05:18
    Type Definition Files
  364. Урок 364. 00:06:21
    Using Type Definition Files
  365. Урок 365. 00:05:07
    Export Statements in TypeScript
  366. Урок 366. 00:04:44
    Defining a Company
  367. Урок 367. 00:07:39
    Adding Google Maps Support
  368. Урок 368. 00:04:07
    Google Maps Integration with TypeScript
  369. Урок 369. 00:12:47
    Exploring Type Definition Files
  370. Урок 370. 00:06:29
    Hiding Functionality
  371. Урок 371. 00:08:26
    Why Use Private Modifiers? Here's Why
  372. Урок 372. 00:09:19
    Adding Markers
  373. Урок 373. 00:02:46
    Duplicate Code
  374. Урок 374. 00:06:39
    One Possible Solution
  375. Урок 375. 00:05:36
    Restricting Access with Interfaces
  376. Урок 376. 00:03:27
    Implicit Type Checks
  377. Урок 377. 00:06:48
    Showing Popup Windows
  378. Урок 378. 00:07:12
    Updating Interface Definitions
  379. Урок 379. 00:06:07
    Optional Implements Clauses
  380. Урок 380. 00:08:09
    App Wrapup