1. Урок 1. 00:02:16
    Introduction
  2. Урок 2. 00:03:11
    Course Work Overview
  3. Урок 3. 00:01:33
    Introduction to JavaScript Overview
  4. Урок 4. 00:06:30
    What is JavaScript?
  5. Урок 5. 00:03:34
    Development Environment
  6. Урок 6. 00:08:51
    Variables
  7. Урок 7. 00:05:17
    Variables - Let and Const
  8. Урок 8. 00:05:06
    Basic Operations
  9. Урок 9. 00:09:02
    Iteration and Math
  10. Урок 10. 00:07:38
    String Concatenation and Interpolation
  11. Урок 11. 00:09:41
    If and Equality
  12. Урок 12. 00:10:25
    Functions
  13. Урок 13. 00:05:16
    Function Return Statements
  14. Урок 14. 00:12:43
    Objects
  15. Урок 15. 00:02:58
    Class Extends
  16. Урок 16. 00:05:41
    The this Property
  17. Урок 17. 00:06:16
    Modules and Require
  18. Урок 18. 00:11:33
    The Document
  19. Урок 19. 00:06:38
    Event Handlers
  20. Урок 20. 00:05:59
    Password Strength Checker - Introduction
  21. Урок 21. 00:04:44
    Password Strength Checker - Adding JavaScript
  22. Урок 22. 00:02:42
    Password Strength Checker - Adding Rules
  23. Урок 23. 00:10:19
    Password Strength Checker - The Completed Project
  24. Урок 24. 00:01:35
    Ruby on Rails - Introduction to the section
  25. Урок 25. 00:02:50
    Project preview for web app built with Ruby on Rails
  26. Урок 26. 00:17:14
    Local Installation: Install Ruby on Rails on a Mac (Optional)
  27. Урок 27. 00:06:14
    Local Installation: Install Ruby on Rails on Windows (Optional)
  28. Урок 28. 00:09:06
    Start new rails app, run server - both local and cloud-IDE example
  29. Урок 29. 00:12:42
    App structure, MVC and root route
  30. Урок 30. 00:06:12
    Add routes
  31. Урок 31. 00:09:23
    Explore the layout file and erb
  32. Урок 32. 00:07:54
    Start styling the app
  33. Урок 33. 00:12:42
    Add front-end framework and navigation
  34. Урок 34. 00:08:49
    Create a sticky footer
  35. Урок 35. 00:16:03
    Add dropdown feature and hamburger menu
  36. Урок 36. 00:11:46
    Work on the content layout view - Courses
  37. Урок 37. 00:20:35
    CRUD from the back-end and courses resource
  38. Урок 38. 00:13:07
    Front-end display and validations
  39. Урок 39. 00:03:56
    Learn how to use partials
  40. Урок 40. 00:10:30
    Create students resource
  41. Урок 41. 00:11:05
    Students index
  42. Урок 42. 00:15:41
    Create a new student form
  43. Урок 43. 00:10:50
    Create students and work with errors
  44. Урок 44. 00:12:35
    Add flash messages and errors
  45. Урок 45. 00:05:58
    Student show page
  46. Урок 46. 00:13:36
    Edit student functionality
  47. Урок 47. 00:18:38
    DRY your code - extract redundancies
  48. Урок 48. 00:11:38
    Add secure password
  49. Урок 49. 00:13:32
    Update forms to accept passwords and modify styling
  50. Урок 50. 00:13:16
    Authentication system - build routes and form
  51. Урок 51. 00:21:42
    Create and destroy sessions - add auth methods
  52. Урок 52. 00:18:36
    Restrict actions, views and clean up layout
  53. Урок 53. 00:07:11
    Introduction to many to many associations
  54. Урок 54. 00:10:45
    Create association from rails console
  55. Урок 55. 00:23:05
    Add associations from front-end
  56. Урок 56. 00:05:38
    React Basics
  57. Урок 57. 00:04:26
    Setup React App - HTML
  58. Урок 58. 00:09:33
    Setup React App - JavaScript
  59. Урок 59. 00:07:03
    Create Todo Component
  60. Урок 60. 00:06:44
    Create Todo Component Continued
  61. Урок 61. 00:05:59
    React Component State
  62. Урок 62. 00:07:25
    React Event Handlers
  63. Урок 63. 00:08:22
    React Handle Change
  64. Урок 64. 00:10:08
    TodoList Component
  65. Урок 65. 00:06:29
    New Todo
  66. Урок 66. 00:07:50
    Styling the Todolist
  67. Урок 67. 00:05:56
    Introduction to REST
  68. Урок 68. 00:06:06
    Node.js Hello World
  69. Урок 69. 00:05:26
    Node.js REST API
  70. Урок 70. 00:14:08
    Node.js REST API Continued
  71. Урок 71. 00:09:30
    Create Todo API
  72. Урок 72. 00:04:01
    Testing the Create Todo API
  73. Урок 73. 00:09:27
    Update Todo API
  74. Урок 74. 00:04:29
    Overview
  75. Урок 75. 00:03:33
    Integrating TodoList
  76. Урок 76. 00:07:01
    Connecting the Create Todo Call
  77. Урок 77. 00:03:15
    Serve the React App from the Node.js App
  78. Урок 78. 00:09:04
    Deploy the Todo App to Heroku
  79. Урок 79. 00:01:56
    React - Introduction
  80. Урок 80. 00:07:55
    Getting Started with Alpha Blog
  81. Урок 81. 00:09:54
    Installing Webpacker and React
  82. Урок 82. 00:12:30
    React-Rails and Pushing to GitHub
  83. Урок 83. 00:10:46
    Webpacker, React, and Yarn - Layout and Configuration
  84. Урок 84. 00:09:40
    React - How It Works
  85. Урок 85. 00:07:11
    Starting the Article Component
  86. Урок 86. 00:09:13
    Article Component continued
  87. Урок 87. 00:10:56
    Finishing Article Component
  88. Урок 88. 00:08:08
    Adding a Timestamp Component
  89. Урок 89. 00:07:26
    Timestamp Component continued
  90. Урок 90. 00:07:50
    React Component LifeCycle - ComponentDidMount
  91. Урок 91. 00:07:39
    React Component LifeCycle - ComponentDidUnmount
  92. Урок 92. 00:08:53
    Colorpicker Component Introduction
  93. Урок 93. 00:07:37
    Creating the Colorpicker
  94. Урок 94. 00:08:48
    Adding Color to Users
  95. Урок 95. 00:04:33
    Adding Colorpicker to the Form
  96. Урок 96. 00:06:07
    Creating the Colorpicker Constructor
  97. Урок 97. 00:08:20
    The handleChange Function
  98. Урок 98. 00:06:00
    Improving the handleChange Function
  99. Урок 99. 00:07:20
    Wiring the Component to the Form Field
  100. Урок 100. 00:09:17
    Updating the App to Use Preferred Color
  101. Урок 101. 00:06:21
    Cleaning Up and Nice to Haves
  102. Урок 102. 00:04:29
    Review and Summary
  103. Урок 103. 00:06:50
    Introduction to Finance Tracker
  104. Урок 104. 00:05:50
    Application Overview
  105. Урок 105. 00:08:11
    Adding AngularJS to the App
  106. Урок 106. 00:05:14
    Starting the Angular App
  107. Урок 107. 00:05:12
    Creating the Repo and Pushing to GitHub
  108. Урок 108. 00:08:35
    Starting to Change Stock Lookup
  109. Урок 109. 00:07:53
    Setting Up Stocks Controller
  110. Урок 110. 00:11:24
    Changing the Form to Plain HTML
  111. Урок 111. 00:06:59
    The Lookup Function
  112. Урок 112. 00:05:50
    Binding the Results to the Lookup Function
  113. Урок 113. 00:09:01
    Changing the Results Partial from Rails to Angular
  114. Урок 114. 00:07:40
    Moving the Results Partial Back into My Portfolio
  115. Урок 115. 00:07:08
    Turning the Rails Controller into an API
  116. Урок 116. 00:04:43
    Overview of Changes to the Models
  117. Урок 117. 00:05:16
    Modifying the Stock Model
  118. Урок 118. 00:05:39
    Adding the StockService
  119. Урок 119. 00:07:30
    Building the Lookup Function
  120. Урок 120. 00:09:06
    Adding Error Handling to Lookup
  121. Урок 121. 00:06:25
    Cleanup and Error Display
  122. Урок 122. 00:06:39
    Beginning the Add Functionality
  123. Урок 123. 00:06:15
    Error Handling for Add
  124. Урок 124. 00:07:55
    Converting the UserStock Controller Add Action to API
  125. Урок 125. 00:05:12
    Finishing the Add Functionality and Troubleshooting a Bug
  126. Урок 126. 00:08:21
    Making the Stock List Display Dynamic
  127. Урок 127. 00:07:18
    Removing Extra Flash Messages and Wrapping Up
  128. Урок 128. 00:09:47
    Overview of Friendships Feature Back End
  129. Урок 129. 00:07:39
    Friendships Front End and Starting Conversion to Angular
  130. Урок 130. 00:07:16
    Changing Lookup Form to Angular
  131. Урок 131. 00:08:02
    Adding Friend Lookup Angular Controller and Service
  132. Урок 132. 00:05:08
    Changing Friend Lookup Controller to API
  133. Урок 133. 00:08:45
    Removing Rails Code from the Lookup Partial
  134. Урок 134. 00:06:14
    Adding Profile Path to the API
  135. Урок 135. 00:07:27
    Creating and Using the Friends Already Helper
  136. Урок 136. 00:08:40
    Angular Controller and Service for Add Friend
  137. Урок 137. 00:07:35
    Changing the Add Friend Controller and Message Display
  138. Урок 138. 00:07:51
    Dynamic Friends List and App Review
  139. Урок 139. 00:05:08
    Vue.js and Semantic UI Introduction
  140. Урок 140. 00:05:16
    Adding Vue.js to the Task Manager
  141. Урок 141. 00:04:50
    Adding the Vue app.js JavaScript Code
  142. Урок 142. 00:06:05
    Adding Semantic UI and Starting Styling
  143. Урок 143. 00:05:05
    Adding a Logo and Message
  144. Урок 144. 00:05:01
    Adding and Displaying Task List
  145. Урок 145. 00:06:20
    Adding More Styling and Computed Properties
  146. Урок 146. 00:05:12
    Adding Custom Styling and Headers
  147. Урок 147. 00:05:15
    Styling with Vue Class Bindings
  148. Урок 148. 00:05:51
    Starting the Task Component
  149. Урок 149. 00:05:07
    Continuing Styling of the Task Component
  150. Урок 150. 00:05:53
    Starting the toggleDone Function
  151. Урок 151. 00:06:01
    Continuing toggleDone and Starting Delete
  152. Урок 152. 00:06:12
    Finishing the Delete Function
  153. Урок 153. 00:05:02
    Building the Editor Form
  154. Урок 154. 00:07:11
    Adding Fields and Binding to the Form
  155. Урок 155. 00:06:34
    Building the Update Function
  156. Урок 156. 00:06:01
    Setting Up the Create and New Buttons
  157. Урок 157. 00:07:15
    The Create Task Function
  158. Урок 158. 00:06:28
    Adding Messaging
  159. Урок 159. 00:06:29
    Cleaning Up and Pushing to Git
  160. Урок 160. 00:08:45
    Starting the Rails App
  161. Урок 161. 00:09:10
    Setting Up the Vue App
  162. Урок 162. 00:04:50
    Generating the Task Scaffold
  163. Урок 163. 00:07:35
    Setting Up the API Client
  164. Урок 164. 00:05:03
    Connecting App to API
  165. Урок 165. 00:08:38
    Create Task API
  166. Урок 166. 00:06:50
    Update Task API Integration
  167. Урок 167. 00:05:51
    Delete Task API
  168. Урок 168. 00:03:14
    Updating toggleDone to Use the API
  169. Урок 169. 00:06:12
    Deploying to Heroku
  170. Урок 170. 00:00:35
    Thank You