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