1. Урок 1. 00:02:41
    Welcome & Asking Awesome Questions
  2. Урок 2. 00:00:43
    Section Intro
  3. Урок 3. 00:04:16
    Installing Meteor (Linux, macOS, Windows)
  4. Урок 4. 00:09:22
    What Is Meteor and Why Should I Use It?
  5. Урок 5. 00:02:08
    Need a Text Editor? Try Atom!
  6. Урок 6. 00:12:23
    Hello Meteor
  7. Урок 7. 00:01:19
    Section Intro
  8. Урок 8. 00:01:37
    Exploring the Final Score Keep App
  9. Урок 9. 00:20:08
    Stripping down the Meteor Boilerplate App
  10. Урок 10. 00:18:46
    ES6 Aside - Importing and Exporting
  11. Урок 11. 00:07:42
    ES6 Aside - Advanced Importing and Exporting
  12. Урок 12. 00:19:47
    Installing React and Exploring JSX
  13. Урок 13. 00:08:17
    Render Complex HTML with JSX
  14. Урок 14. 00:18:41
    DB Planning and Rendering Static Data
  15. Урок 15. 00:03:04
    What is NoSQL?
  16. Урок 16. 00:13:51
    Creating a MongoDb and MiniMongo Collection
  17. Урок 17. 00:14:59
    Quering Data on the Client with MiniMongo
  18. Урок 18. 00:10:22
    Rendering Players List
  19. Урок 19. 00:12:10
    Inserting Players via a Form
  20. Урок 20. 00:16:14
    ES6 Aside - Arrow Functions
  21. Урок 21. 00:03:30
    Arrow Function Refactor
  22. Урок 22. 00:09:51
    Removing Player Documents
  23. Урок 23. 00:15:23
    Updating Player Documents
  24. Урок 24. 00:00:56
    Section Intro
  25. Урок 25. 00:07:05
    What are React Components?
  26. Урок 26. 00:13:38
    ES6 Aside - Classes Part I
  27. Урок 27. 00:14:25
    ES6 Aside - Classes Part II
  28. Урок 28. 00:11:52
    Your First React Component
  29. Урок 29. 00:14:59
    Props, Prop Types, and Prop Defaults
  30. Урок 30. 00:04:21
    Prop Type Update
  31. Урок 31. 00:11:00
    Custom Component Methods
  32. Урок 32. 00:10:17
    Creating the Player Component
  33. Урок 33. 00:07:50
    List Based Components
  34. Урок 34. 00:04:56
    Conditional Rendering with JSX
  35. Урок 35. 00:10:32
    Rendering Everything with an App Component
  36. Урок 36. 00:09:03
    Querying and Sorting Player Documents
  37. Урок 37. 00:01:08
    Section Intro
  38. Урок 38. 00:10:47
    SCSS and Atmosphere Packages
  39. Урок 39. 00:16:12
    CSS Reset and Header Styling
  40. Урок 40. 00:09:15
    SCSS Imports
  41. Урок 41. 00:12:03
    Styling the App List
  42. Урок 42. 00:19:32
    BEM Naming
  43. Урок 43. 00:06:48
    BEM Challenge
  44. Урок 44. 00:15:59
    Styling Player with Flexbox
  45. Урок 45. 00:13:17
    Using 3rd-Party React Components (FlipMove)
  46. Урок 46. 00:19:03
    Calculating Player Standings with ES6
  47. Урок 47. 00:13:05
    Dynamic Classes and SCSS Functions
  48. Урок 48. 00:18:30
    Bonus: Meteor and React Developer Tools
  49. Урок 49. 00:00:50
    Section Intro
  50. Урок 50. 00:01:50
    Learning Burnout - This Is Important
  51. Урок 51. 00:01:53
    Exploring the Short Lnk App
  52. Урок 52. 00:09:29
    Client-Side Routing Options
  53. Урок 53. 00:17:26
    Setting Up React-Router
  54. Урок 54. 00:15:07
    Setting Up Routes
  55. Урок 55. 00:17:41
    Navigating Between Routes
  56. Урок 56. 00:16:21
    Component State and Signup Form
  57. Урок 57. 00:20:01
    Creating User Accounts
  58. Урок 58. 00:09:50
    Logging In
  59. Урок 59. 00:18:55
    Logging Out and Tracking Auth Status
  60. Урок 60. 00:13:20
    Private and Public Routes
  61. Урок 61. 00:06:39
    Showing Meteor Error Messages
  62. Урок 62. 00:19:59
    Schema Validation
  63. Урок 63. 00:14:59
    New User Validation
  64. Урок 64. 00:09:25
    Refactoring Router Code
  65. Урок 65. 00:06:17
    Bonus: Robomongo
  66. Урок 66. 00:00:53
    Section Intro
  67. Урок 67. 00:07:58
    Overview of Methods, Publications, Subscriptions
  68. Урок 68. 00:13:21
    Setting up an Insecure System - Part I
  69. Урок 69. 00:16:47
    Setting up an Insecure System - Part II
  70. Урок 70. 00:14:19
    Creating Publications and Subscriptions
  71. Урок 71. 00:11:01
    Advanced Publications
  72. Урок 72. 00:18:38
    Creating and Calling Methods
  73. Урок 73. 00:17:44
    Building "links.create" Method
  74. Урок 74. 00:15:44
    Method Validation
  75. Урок 75. 00:20:29
    Node HTTP and Connect
  76. Урок 76. 00:13:40
    Redirecting Shortened Links
  77. Урок 77. 00:04:24
    A Short Video about Short IDs
  78. Урок 78. 00:00:55
    Section Intro
  79. Урок 79. 00:12:59
    Single Responsibility with React
  80. Урок 80. 00:16:49
    Stateless Functional Components
  81. Урок 81. 00:12:58
    Creating LinkListItem
  82. Урок 82. 00:16:17
    Copying Link URL to Clipboard
  83. Урок 83. 00:08:24
    A State Challenge
  84. Урок 84. 00:16:38
    Hiding Links with Method Methods
  85. Урок 85. 00:10:58
    Meteor Session Variables
  86. Урок 86. 00:08:54
    Filtering Links via Form Elements
  87. Урок 87. 00:18:49
    Controlled and Uncontrolled Inputs
  88. Урок 88. 00:14:53
    Setting up Link Analytics
  89. Урок 89. 00:19:05
    Working with Time
  90. Урок 90. 00:12:33
    Creating Modals with React-Modal
  91. Урок 91. 00:14:05
    Setting up Modal Errors
  92. Урок 92. 00:01:16
    Section Intro
  93. Урок 93. 00:06:02
    SCSS Setup and Architecture
  94. Урок 94. 00:16:36
    Breaking Out Configuration
  95. Урок 95. 00:16:27
    Finishing off Login and Sign Styles
  96. Урок 96. 00:16:11
    Button Styles
  97. Урок 97. 00:15:57
    Reusing Styles with Modifiers
  98. Урок 98. 00:11:09
    Private Header Styles
  99. Урок 99. 00:07:08
    Styling Filters and Page Content
  100. Урок 100. 00:16:07
    Styling Items and Empty Items
  101. Урок 101. 00:04:57
    Adding react-flip-move
  102. Урок 102. 00:01:01
    Section Intro
  103. Урок 103. 00:06:37
    Installing and Configuring Git
  104. Урок 104. 00:14:02
    Adding Git to Your Meteor App
  105. Урок 105. 00:09:36
    Git Add/Commit Workflows
  106. Урок 106. 00:10:10
    Generating an SSH Key
  107. Урок 107. 00:12:22
    Pushing and Pulling from GitHub
  108. Урок 108. 00:05:01
    Setting Up Heroku
  109. Урок 109. 00:13:26
    Deploying Meteor Apps to Heroku
  110. Урок 110. 00:05:37
    Common Developer Workflow
  111. Урок 111. 00:11:06
    Deploying Score Keep
  112. Урок 112. 00:00:51
    Section Intro
  113. Урок 113. 00:02:03
    Exploring the Notes App
  114. Урок 114. 00:14:59
    Creating Meteor/React Boilerplate
  115. Урок 115. 00:08:37
    The Meteor Test Command
  116. Урок 116. 00:16:34
    Exploring Mocha and Expect
  117. Урок 117. 00:09:17
    Using An Assertion Library
  118. Урок 118. 00:14:09
    Testing User Validation
  119. Урок 119. 00:15:28
    Testing Meteor Methods
  120. Урок 120. 00:18:35
    Testing Note Removal
  121. Урок 121. 00:18:51
    Testing Note Updating
  122. Урок 122. 00:06:33
    Testing Note Updating - Part 2
  123. Урок 123. 00:09:57
    Testing Meteor Publications
  124. Урок 124. 00:01:01
    Section Intro
  125. Урок 125. 00:17:53
    Enzyme 101
  126. Урок 126. 00:17:45
    Mocking Functions with Spies
  127. Урок 127. 00:13:19
    Setting Up React-Meteor-Data
  128. Урок 128. 00:14:09
    Testing Login
  129. Урок 129. 00:17:52
    Testing Login - Setting Inputs and Submitting
  130. Урок 130. 00:17:28
    Testing Signup
  131. Урок 131. 00:00:40
    Section Intro
  132. Урок 132. 00:18:06
    Adding and Counting Notes
  133. Урок 133. 00:19:06
    Rendering Notes
  134. Урок 134. 00:12:05
    Rendering Notes - Part II
  135. Урок 135. 00:21:45
    Rendering Empty List Item
  136. Урок 136. 00:12:01
    Selecting Notes
  137. Урок 137. 00:13:22
    Test Fixtures
  138. Урок 138. 00:15:42
    Highlighting Selected Note
  139. Урок 139. 00:16:49
    The Editor Component
  140. Урок 140. 00:11:19
    Editor Input and TextArea
  141. Урок 141. 00:19:47
    Setting up Logout to Work with New Routes
  142. Урок 142. 00:10:09
    Setting up Logout to Work with New Routes - Part II
  143. Урок 143. 00:18:40
    Removing Notes
  144. Урок 144. 00:15:00
    Testing The Editor
  145. Урок 145. 00:15:45
    Testing The Editor - Part II
  146. Урок 146. 00:16:35
    Loading Newly Created Notes
  147. Урок 147. 00:09:03
    Deploying The App
  148. Урок 148. 00:00:59
    Section Intro
  149. Урок 149. 00:11:40
    Customizing Auth Pages
  150. Урок 150. 00:11:10
    Creating the Side-By-Side Layout
  151. Урок 151. 00:16:32
    Styling Sidebar and Main Container
  152. Урок 152. 00:20:44
    Styling the Editor
  153. Урок 153. 00:21:32
    Styling the NoteList
  154. Урок 154. 00:14:08
    Media Queries
  155. Урок 155. 00:18:08
    SCSS Media Query Mixins
  156. Урок 156. 00:19:56
    Mobile Menu: Part I
  157. Урок 157. 00:16:48
    Mobile Menu: Part II
  158. Урок 158. 00:15:28
    Favions, Momentum Scrolling, and Final Deployment
  159. Урок 159. 00:02:46
    New Feature Ideas
  160. Урок 160. 00:01:53
    That's It
  161. Урок 161. 00:01:33
    What Are You Working On?