1. Урок 1. 00:00:41
    Course Trailer
  2. Урок 2. 00:02:16
    Ruby Intro
  3. Урок 3. 00:01:46
    Ruby Overview
  4. Урок 4. 00:01:02
    System Requirements
  5. Урок 5. 00:19:34
    Printing to the Console - Ruby
  6. Урок 6. 00:16:41
    Numbers and Math - Ruby
  7. Урок 7. 00:21:16
    Strings - Ruby
  8. Урок 8. 00:15:35
    Booleans and Nil - Ruby
  9. Урок 9. 00:23:35
    Variables and Expressions - Ruby
  10. Урок 10. 00:09:43
    Introduction to Methods - Ruby
  11. Урок 11. 00:13:52
    Methods in Disguise - Ruby
  12. Урок 12. 00:20:39
    Defining Methods - Ruby
  13. Урок 13. 00:16:39
    Chaining Methods - Ruby
  14. Урок 14. 00:17:17
    Built-In Methods - Ruby
  15. Урок 15. 00:14:19
    Optional Arguments - Ruby
  16. Урок 16. 00:19:38
    Scopes Introduction - Ruby
  17. Урок 17. 00:10:50
    Arrays Introduction - Ruby
  18. Урок 18. 00:10:44
    Accessing Items in an Array - Ruby
  19. Урок 19. 00:13:59
    Adding and Deleting - Ruby
  20. Урок 20. 00:15:16
    Hashes Introduction - Ruby
  21. Урок 21. 00:12:34
    Hashes (Continued) - Ruby
  22. Урок 22. 00:22:16
    Collections Conclusion - Ruby
  23. Урок 23. 00:13:21
    If Else Statements - Ruby
  24. Урок 24. 00:15:12
    Else If Statements - Ruby
  25. Урок 25. 00:11:16
    Case Statements - Ruby
  26. Урок 26. 00:19:36
    One-Line If Statements - Ruby
  27. Урок 27. 00:07:56
    Boolean Operators - Ruby
  28. Урок 28. 00:19:42
    Logical AND Statements - Ruby
  29. Урок 29. 00:15:32
    Logical OR Statements - Ruby
  30. Урок 30. 00:35:52
    Rock Paper Scissors - Ruby
  31. Урок 31. 00:20:10
    Truthiness - Ruby
  32. Урок 32. 00:19:55
    While Loops - Ruby
  33. Урок 33. 00:10:57
    For Loops - Ruby
  34. Урок 34. 00:16:10
    For Loops (Continued) - Ruby
  35. Урок 35. 00:13:54
    Mapping Arrays - Ruby
  36. Урок 36. 00:24:27
    Down to the Filter - Ruby
  37. Урок 37. 00:20:58
    Reducing Costs (Inject Reduction) - Ruby
  38. Урок 38. 00:16:52
    Iterating Over Hashes - Ruby
  39. Урок 39. 00:10:20
    Iterators and Integers - Ruby
  40. Урок 40. 00:35:53
    REPL Calculator - Ruby
  41. Урок 41. 00:11:28
    Objects and Classes - Ruby
  42. Урок 42. 00:17:31
    Defining a Class - Ruby
  43. Урок 43. 00:20:44
    Inheritance - Ruby
  44. Урок 44. 00:17:06
    Class Methods - Ruby
  45. Урок 45. 00:12:50
    Self - Ruby
  46. Урок 46. 00:20:52
    Scope Review and Class Variables - Ruby
  47. Урок 47. 00:16:23
    Modules - Ruby
  48. Урок 48. 00:26:13
    (Project) Playing Card Generator - Ruby
  49. Урок 49. 00:43:12
    (Finale) Object Oriented Programming - Ruby
  50. Урок 50. 00:11:39
    Methods Taking a Block - Ruby
  51. Урок 51. 00:13:06
    Custom Iterators - Ruby
  52. Урок 52. 00:17:34
    Procs Introduction - Ruby
  53. Урок 53. 00:18:03
    Wolf and Lambda - Ruby
  54. Урок 54. 00:12:55
    Closures - Ruby
  55. Урок 55. 00:07:18
    Closures (Continued) - Ruby
  56. Урок 56. 00:29:18
    Introduction to Ruby Development Environment
  57. Урок 57. 00:30:28
    Making and Removing Directories - Ruby
  58. Урок 58. 00:20:44
    Reading and Writing Text Files - Ruby
  59. Урок 59. 00:20:44
    Project (Continued) - Ruby
  60. Урок 60. 00:31:11
    Sublime Text Run from Command Line - Ruby
  61. Урок 61. 00:24:18
    Sublime Text Configuring - Ruby
  62. Урок 62. 00:18:20
    Sublime Workflow and Features - Ruby
  63. Урок 63. 00:20:55
    Development Environment (Conclusion) - Ruby
  64. Урок 64. 00:10:07
    Requiring Files - Ruby
  65. Урок 65. 00:06:07
    Scope and Require Relative - Ruby
  66. Урок 66. 00:07:36
    Splitting Program Across Files - Ruby
  67. Урок 67. 00:20:00
    Require Libraries and Gems - Ruby
  68. Урок 68. 00:19:49
    Creating Game Board - Ruby
  69. Урок 69. 00:15:59
    Check Rows for Winner - Ruby
  70. Урок 70. 00:07:53
    Checking Column - Ruby
  71. Урок 71. 00:27:28
    Checking Diagonally - Ruby
  72. Урок 72. 00:15:09
    Defining Square Bracket Method - Ruby
  73. Урок 73. 00:11:58
    Creating Player and Game Classes - Ruby
  74. Урок 74. 00:22:20
    Defining a Player Turn - Ruby
  75. Урок 75. 00:24:42
    Refactoring Print Grid - Ruby
  76. Урок 76. 00:32:03
    Numbering and Lettering Grid - Ruby
  77. Урок 77. 00:15:10
    Translating User Input - Ruby
  78. Урок 78. 00:30:06
    Validating User Input - Ruby
  79. Урок 79. 00:27:41
    Refactoring Row and Get Column - Ruby
  80. Урок 80. 00:23:28
    Playing Until Somebody Wins - Ruby
  81. Урок 81. 00:28:03
    Ending Game on a Tie - Ruby
  82. Урок 82. 00:12:01
    Creating a Session Class - Ruby
  83. Урок 83. 00:33:56
    Advancing Session Class - Ruby
  84. Урок 84. 00:21:14
    Refactoring with Sessions Class - Ruby
  85. Урок 85. 00:27:39
    Getting Player Names and More Refactoring - Ruby
  86. Урок 86. 00:28:24
    Adding InputHelper Module - Ruby
  87. Урок 87. 00:11:11
    Installing Rails on Ruby
  88. Урок 88. 00:12:48
    Routing to Home Page - Ruby on Rails
  89. Урок 89. 00:13:00
    Rendering HTML with ERB (Embedded RuBy)
  90. Урок 90. 00:18:34
    Making Model Routes and Controller for Tasks
  91. Урок 91. 00:19:24
    Making New Tasks - Ruby on Rails
  92. Урок 92. 00:13:44
    Adding Edit and Update Actions
  93. Урок 93. 00:06:16
    Partials in Ruby on Rails
  94. Урок 94. 00:06:04
    Deleting Task - Ruby on Rails
  95. Урок 95. 00:08:22
    Adding Show Page - Ruby on Rails
  96. Урок 96. 00:13:13
    Validating Task Title - Ruby on Rails
  97. Урок 97. 00:07:44
    Making Migration - Ruby on Rails
  98. Урок 98. 00:21:36
    Task Views - Adding Ability to Complete Task
  99. Урок 99. 00:09:05
    Restarting or Seeding Database with Rake Tool
  100. Урок 100. 00:10:37
    Generating User Scaffold
  101. Урок 101. 00:12:17
    Associating User to Tasks
  102. Урок 102. 00:14:08
    Sessions Controller Routes & Views
  103. Урок 103. 00:16:18
    Actions, Current User and Adding Header
  104. Урок 104. 00:20:21
    Errors And Flash Messages
  105. Урок 105. 00:05:33
    Show Current User's Tasks
  106. Урок 106. 00:13:50
    Authorization - Ruby on Rails
  107. Урок 107. 00:06:59
    Cleaning Bonus User Material
  108. Урок 108. 00:13:43
    Set up App, Users & Sessions
  109. Урок 109. 00:11:39
    Generating Scaffold - Ruby on Rails
  110. Урок 110. 00:17:47
    Using CarrierWave Gem to Upload Images
  111. Урок 111. 00:09:37
    Make Different Versions of Photo
  112. Урок 112. 00:13:33
    Adding Authorization Checks
  113. Урок 113. 00:19:05
    Adding CSS Styling with Bulma
  114. Урок 114. 00:05:04
    Common Pitfalls
  115. Урок 115. 00:05:37
    Quick Win Example
  116. Урок 116. 00:05:20
    Top 10 Things You Will Learn
  117. Урок 117. 00:02:27
    Webpack Version Explanation (To Be Watched Before Starting)
  118. Урок 118. 00:23:49
    Introducing JSX - React
  119. Урок 119. 00:19:41
    React and JSX Intro Part 2
  120. Урок 120. 00:02:35
    React and JSX Intro Part 3
  121. Урок 121. 00:05:28
    React and JSX Intro Part 4
  122. Урок 122. 00:15:44
    React Virtual Dom and Classes
  123. Урок 123. 00:11:20
    ES6 Webpack Dev Server
  124. Урок 124. 00:07:29
    React Components
  125. Урок 125. 00:09:05
    Splitting Another Component
  126. Урок 126. 00:14:25
    React Component Validators
  127. Урок 127. 00:12:03
    Introduction
  128. Урок 128. 00:04:40
    Extracting Button into Separate Component
  129. Урок 129. 00:06:02
    Reusing a Component
  130. Урок 130. 00:13:14
    Splitting Component into Sub-Components
  131. Урок 131. 00:05:07
    Creating a Timer
  132. Урок 132. 00:06:35
    componentWillUnmount
  133. Урок 133. 00:04:55
    Webpack Hot Reloading
  134. Урок 134. 00:12:58
    Introduction
  135. Урок 135. 00:04:27
    Simple Event Handling
  136. Урок 136. 00:03:58
    Getting Values
  137. Урок 137. 00:13:00
    Using Events to Influence App Display
  138. Урок 138. 00:06:55
    Splitting Function into Components
  139. Урок 139. 00:06:02
    Props.children
  140. Урок 140. 00:12:28
    Introduction to React Router
  141. Урок 141. 00:04:20
    Direct URL
  142. Урок 142. 00:02:30
    Wildcard
  143. Урок 143. 00:06:05
    IndexRoute
  144. Урок 144. 00:04:11
    Making a Name Profile
  145. Урок 145. 00:06:32
    Nested Routes
  146. Урок 146. 00:07:37
    User Profile
  147. Урок 147. 00:07:34
    React Router Redirects
  148. Урок 148. 00:01:37
    Making Params Optional
  149. Урок 149. 00:06:49
    Making Profile and Calling on History
  150. Урок 150. 00:03:26
    Back Button
  151. Урок 151. 00:05:23
    activeClassName
  152. Урок 152. 00:02:58
    Active Inline Styles
  153. Урок 153. 00:10:15
    Navlinks Components
  154. Урок 154. 00:05:26
    Improving Layout
  155. Урок 155. 00:04:58
    Additional Refactoring
  156. Урок 156. 00:09:32
    Making a Web Store Example
  157. Урок 157. 00:04:24
    Building out the Project
  158. Урок 158. 00:07:30
    Routing to Products
  159. Урок 159. 00:07:21
    Rendering Product Profile
  160. Урок 160. 00:06:40
    Adding Images to the Web App
  161. Урок 161. 00:08:57
    Reusing Component
  162. Урок 162. 00:05:13
    Basic CSS Framework
  163. Урок 163. 00:07:52
    Organizing Information with CSS Grids
  164. Урок 164. 00:10:49
    CSS Modules
  165. Урок 165. 00:09:02
    CSS Styling
  166. Урок 166. 00:08:27
    Adding a Menu in the Navigation Bar
  167. Урок 167. 00:07:22
    Making a Background
  168. Урок 168. 00:07:00
    Adding Margins to Products
  169. Урок 169. 00:03:34
    Styling the Name List
  170. Урок 170. 00:04:24
    React CSS Styling Part 6
  171. Урок 171. 00:08:22
    React CSS Extract to Separate file
  172. Урок 172. 00:01:42
    React CSS Extract to Separate file (Continued)
  173. Урок 173. 00:09:26
    Intro to Redux Part 1
  174. Урок 174. 00:07:58
    Intro to Redux Part 2
  175. Урок 175. 00:07:16
    Intro to Redux Part 3
  176. Урок 176. 00:04:22
    Intro to Redux Part 4
  177. Урок 177. 00:08:33
    Redux Store
  178. Урок 178. 00:03:04
    Redux Store Continued
  179. Урок 179. 00:04:53
    Redux Store Subscribe
  180. Урок 180. 00:03:10
    Redux Store Subscribe Continued
  181. Урок 181. 00:09:46
    Redux Combine Reducers
  182. Урок 182. 00:27:29
    Adding Redux to React 1
  183. Урок 183. 00:03:32
    Adding Redux to React 2
  184. Урок 184. 00:10:45
    Adding Redux to React 3
  185. Урок 185. 00:10:28
    Adding Redux to React 4
  186. Урок 186. 00:07:41
    Delete Names
  187. Урок 187. 00:04:47
    Babel and Spread Operators
  188. Урок 188. 00:10:24
    Action Creators
  189. Урок 189. 00:16:40
    Profile Page
  190. Урок 190. 00:07:34
    Dispatch and onEnter
  191. Урок 191. 00:03:44
    Refactor into Separate Files
  192. Урок 192. 00:01:25
    Refactor into Separate Files Continued
  193. Урок 193. 00:13:17
    Product Page
  194. Урок 194. 00:14:57
    Product Profile Page
  195. Урок 195. 00:06:35
    Initial State in createStore
  196. Урок 196. 00:03:58
    Initial State in createStore Continued
  197. Урок 197. 00:08:31
    Adding Generated Names with Faker
  198. Урок 198. 00:15:07
    Fake Backend and Middleware
  199. Урок 199. 00:16:15
    Thunk Middleware
  200. Урок 200. 00:06:25
    Thunk Checking State
  201. Урок 201. 00:08:54
    Get Profile Part 1
  202. Урок 202. 00:04:47
    Get Profile Part 2
  203. Урок 203. 00:04:19
    Get Profile Part 3
  204. Урок 204. 00:03:23
    Get Profile Part 4
  205. Урок 205. 00:05:48
    Get Names Refactor
  206. Урок 206. 00:06:05
    Add Random Name
  207. Урок 207. 00:04:40
    Add Random Name Continued
  208. Урок 208. 00:06:58
    Refactor Name Reducers
  209. Урок 209. 00:02:45
    Using Actions
  210. Урок 210. 00:10:12
    Error Handling Part 1
  211. Урок 211. 00:07:05
    Error Handling Part 2
  212. Урок 212. 00:09:00
    Error Handling Part 3
  213. Урок 213. 00:13:25
    Product List
  214. Урок 214. 00:03:05
    Product List Continued
  215. Урок 215. 00:10:55
    Product Profile
  216. Урок 216. 00:04:06
    Product Profile Continued
  217. Урок 217. 00:04:58
    Error Handling Refactor
  218. Урок 218. 00:03:15
    Error Handling Refactor Continued
  219. Урок 219. 00:09:17
    Loading Spinner
  220. Урок 220. 00:07:15
    Loading Spinner Continued
  221. Урок 221. 00:11:25
    Error Component
  222. Урок 222. 00:23:02
    Adding Reviews 1
  223. Урок 223. 00:11:33
    Adding Reviews 2
  224. Урок 224. 00:10:49
    Adding Reviews 3
  225. Урок 225. 00:19:47
    Adding User Reviews
  226. Урок 226. 00:03:54
    Refining Review Containers Part 1
  227. Урок 227. 00:03:25
    Refining Review Containers Part 2
  228. Урок 228. 00:06:01
    Refining Review Containers Part 3
  229. Урок 229. 00:28:58
    Adding Prototypes
  230. Урок 230. 00:14:24
    Adding Prototypes Continued
  231. Урок 231. 00:06:40
    Action Types
  232. Урок 232. 00:06:29
    Refactoring Error Handling
  233. Урок 233. 00:01:58
    Refactoring Error Handling Continued
  234. Урок 234. 00:07:15
    Migrating to Webpack2
  235. Урок 235. 00:05:44
    Hot Reloading
  236. Урок 236. 00:09:32
    Hot Reloading Continued
  237. Урок 237. 00:04:49
    HTML Webpack Plugin
  238. Урок 238. 00:07:35
    Simple Production Build
  239. Урок 239. 00:03:50
    Dev Config File Update
  240. Урок 240. 00:07:14
    Final Styling Part 1
  241. Урок 241. 00:04:08
    Final Styling Part 2
  242. Урок 242. 00:10:54
    Final Styling Part 3
  243. Урок 243. 00:03:59
    Final Styling Part 4
  244. Урок 244. 00:02:41
    Final Styling Part 5
  245. Урок 245. 00:02:34
    Styling NavBar
  246. Урок 246. 00:06:07
    Styling Product List Part 1
  247. Урок 247. 00:05:19
    Styling Product List Part 2
  248. Урок 248. 00:01:35
    Styling Product List Part 3
  249. Урок 249. 00:06:16
    Styling Product Profile
  250. Урок 250. 00:05:07
    Styling Product Profile Continued
  251. Урок 251. 00:05:04
    Styling Review
  252. Урок 252. 00:02:16
    Styling Review Continued
  253. Урок 253. 00:01:59
    Styling Continued
  254. Урок 254. 00:03:41
    Styling Namelist Part 1
  255. Урок 255. 00:03:35
    Styling Namelist Part 2
  256. Урок 256. 00:01:45
    Styling Namelist Part 3
  257. Урок 257. 00:05:45
    Styling Layout Footer
  258. Урок 258. 00:02:36
    Styling Layout Footer Continued
  259. Урок 259. 00:05:08
    General Layout Styling
  260. Урок 260. 00:01:08
    General Layout Styling Continued
  261. Урок 261. 00:17:12
    Font Work and More Styling
  262. Урок 262. 00:02:51
    Final Thoughts