1. Урок 1. 00:02:03
    About Your Instructor - Nazariy Dumanskyy
  2. Урок 2. 00:01:28
    Welcome
  3. Урок 3. 00:14:35
    The 7 Habits of Highly Paid Developers
  4. Урок 4. 00:04:23
    Should You Freelance or Full-Time Based On Your Personality
  5. Урок 5. 00:11:49
    Let's Figure Out Your Income Goals To Direct Yourself
  6. Урок 6. 00:17:04
    The Pros and Cons of Freelancing vs Full-Time (In-Depth)
  7. Урок 7. 00:06:57
    5 Ways to Generate $5,000 per month as a JavaScript Developer
  8. Урок 8. 00:05:09
    How To Get Maximum ROI From This Course
  9. Урок 9. 00:11:24
    How To Get Maximum ROI from the Facebook Community
  10. Урок 10. 00:01:21
    Your War Plan for the JavaScript Crash Course
  11. Урок 11. 00:05:28
    Why Learn Javascript, And Where Can We Use It?
  12. Урок 12. 00:02:06
    Overview of Project: Guess the Number Game
  13. Урок 13. 00:03:31
    How to Run Javascript Code
  14. Урок 14. 00:08:37
    Manipulate the DOM with JavaScript
  15. Урок 15. 00:06:17
    Numbers in JavaScript
  16. Урок 16. 00:11:18
    Functions in JavaScript
  17. Урок 17. 00:05:40
    While vs. For Loops in JavaScript
  18. Урок 18. 00:04:29
    Data Types in JavaScript
  19. Урок 19. 00:07:37
    Strings (Common Methods)
  20. Урок 20. 00:18:32
    JavaScript Arrays
  21. Урок 21. 00:07:37
    Objects in JavaScript
  22. Урок 22. 00:08:21
    If-Else Conditionals and Switch Statements
  23. Урок 23. 00:04:39
    Learn JSON in 5 Minutes
  24. Урок 24. 00:04:33
    Project: Let's build Guess The Number Game
  25. Урок 25. 00:07:27
    Guess The Number Game: Retrieve User Input
  26. Урок 26. 00:08:02
    Guess The Number Game: Generate Random Number
  27. Урок 27. 00:05:51
    Guess The Number Game: Compare User Input With Generated Number
  28. Урок 28. 00:02:56
    Guess The Number Game: Create Function To Compare Result
  29. Урок 29. 00:08:14
    Guess The Number Game: Create The Main Dialog To Show Result
  30. Урок 30. 00:02:38
    Guess The Number Game: Connect Result Logic With Dialog
  31. Урок 31. 00:04:58
    Guess The Number Game: Save User Guess History
  32. Урок 32. 00:14:07
    Guess The Number Game: Display Guess History
  33. Урок 33. 00:07:09
    Guess The Number Game: Ability To Restart The Game
  34. Урок 34. 00:01:57
    Overview of Module on Problem Solving
  35. Урок 35. 00:11:31
    Challenge 1: Add Two Numbers
  36. Урок 36. 00:04:14
    Challenge 2: Convert Minutes to Seconds
  37. Урок 37. 00:07:54
    Challenge 3: Your Age In Seconds
  38. Урок 38. 00:06:53
    Challenge 4: First Item In An Array
  39. Урок 39. 00:08:25
    Challenge 5: Label Good Movies and Bad Movies
  40. Урок 40. 00:03:57
    Challenge 6: Check if a string is empty
  41. Урок 41. 00:07:30
    Challenge 7: Finding the Minimum
  42. Урок 42. 00:06:12
    Challenge 8: Finding the Maximum
  43. Урок 43. 00:06:28
    How to Visualize Your JavaScript Code
  44. Урок 44. 00:22:12
    Challenge 9: Sort by Biggest Numbers
  45. Урок 45. 00:09:56
    Challenge 10: How to Use Helper Functions
  46. Урок 46. 00:01:28
    Project: Sort IMDB Movie Database
  47. Урок 47. 00:06:44
    Sort IMDB Movie Database: Let's set up the project
  48. Урок 48. 00:06:00
    Sort IMDB Movie Database: Sort movies list by rank
  49. Урок 49. 00:05:58
    Sort IMDB Movie Database: Create a flexible function to sort movies by rank, id, and title
  50. Урок 50. 00:05:14
    Sort IMDB Movie Database: How are strings compared?
  51. Урок 51. 00:06:46
    Sort IMDB Movie Database: Create a helper function for sorting movies
  52. Урок 52. 00:01:26
    Overview of Module on DOM-inate with JavaScript
  53. Урок 53. 00:09:07
    What is DOM and why do we need it?
  54. Урок 54. 00:08:50
    How to access the DOM elements
  55. Урок 55. 00:04:15
    How to search the DOM tree for the element you need
  56. Урок 56. 00:09:48
    How to modify the content of the DOM
  57. Урок 57. 00:04:45
    What is BOM?
  58. Урок 58. 00:07:09
    Project: Create a Google DOC like TextEditor
  59. Урок 59. 00:08:55
    TextEditor: Add bold, italic, and underline features
  60. Урок 60. 00:08:14
    TextEditor: Add text align features
  61. Урок 61. 00:06:51
    What is the right keyboard event to use?
  62. Урок 62. 00:01:51
    Welcome
  63. Урок 63. 00:05:00
    Alfred - Find files and your copied text instantly
  64. Урок 64. 00:02:58
    Google Chrome Inspect Tool - Pick apart web pages easily
  65. Урок 65. 00:02:44
    Oh My ZSH - A cleaner, nicer, more powerful, more robust, command line.
  66. Урок 66. 00:06:09
    VIM - crazy keyboard shortcuts to DOUBLE your coding speed.
  67. Урок 67. 00:02:36
    Visual Studio Code - the best code editor
  68. Урок 68. 00:06:22
    Stack Overflow - best community for coding questions (and fixing bugs!)
  69. Урок 69. 00:01:19
    Spectacle - window management
  70. Урок 70. 00:02:54
    Droplr - clear screenshots and clear communication to clients/teams
  71. Урок 71. 00:01:26
    Overview of Module on Advanced Javascript
  72. Урок 72. 00:01:42
    What/Why ES6+?
  73. Урок 73. 00:06:59
    ES6+: Using Let & Const to correctly define variables and their scope
  74. Урок 74. 00:03:51
    ES6+: Template Literals for easier concatenation of strings
  75. Урок 75. 00:03:53
    ES6+: Using Arrow Functions to define functions easier
  76. Урок 76. 00:02:51
    ES6+: Setting Default Parameters in functions
  77. Урок 77. 00:09:42
    ES6+: Simpler ways for iterating over arrays and objects
  78. Урок 78. 00:04:47
    ES6+: Deconstructing Objects
  79. Урок 79. 00:08:05
    Challenge: Convert TextEditor Project to ES6+
  80. Урок 80. 00:06:10
    ES6+: Using promises to run code in the future
  81. Урок 81. 00:09:37
    ES6+: Fetching data from an API
  82. Урок 82. 00:05:12
    Project: Create a Weather App
  83. Урок 83. 00:07:47
    Weather App: Fetch weather data from API
  84. Урок 84. 00:03:25
    Weather App: Get weather data based on user input
  85. Урок 85. 00:05:51
    Weather App: Display weather data
  86. Урок 86. 00:01:36
    Overview of Module on Object-Oriented Programming
  87. Урок 87. 00:04:54
    What is OOP? Why do we need to learn it?
  88. Урок 88. 00:10:48
    Creating Objects for containing data and methods
  89. Урок 89. 00:04:55
    Everything is an object in Javascript! Almost...
  90. Урок 90. 00:09:33
    Creating Classes
  91. Урок 91. 00:04:31
    Inheriting from other Classes
  92. Урок 92. 00:02:01
    Project: BeatBoxJS Intro
  93. Урок 93. 00:03:23
    BeatBoxJS: Setting up the project using GitHub
  94. Урок 94. 00:06:57
    BeatBoxJS: Listening on keystrokes
  95. Урок 95. 00:04:16
    BeatBoxJS: Creating a Beat Class to play audio files
  96. Урок 96. 00:05:27
    BeatBoxJS: Connecting keypress to the playing of audio
  97. Урок 97. 00:19:48
    BeatBoxJS: Create Button class to represent button colors and transitions
  98. Урок 98. 00:05:36
    BeatBoxJS: Finishing up
  99. Урок 99. 00:57:00
    Feb 6 Live Call - Student Introductions and Answering Questions
  100. Урок 100. 02:56:47
    Feb 22 Coding Live Call - Teaching the Process of Creating the Guess The Number Game
  101. Урок 101. 01:07:18
    March 21 - Google Maps Project Explanation/Catch Up
  102. Урок 102. 01:59:58
    March 28 - How to turn your idea into a reality
  103. Урок 103. 01:34:30
    April 4 - ES6 String Literals, CSS & FlexBox
  104. Урок 104. 01:35:06
    April 11 - Problem Solving Algorithm Questions to prepare for developer interviews
  105. Урок 105. 01:42:39
    April 19 - Solving Diagonal Difference Algorithm Question From Homework on April 11
  106. Урок 106. 00:02:45
    Module Intro
  107. Урок 107. 00:05:56
    Project: My Blog Intro
  108. Урок 108. 00:17:18
    Blog App: Creating a Software Requirements Document to give to our clients
  109. Урок 109. 00:06:25
    Blog App: Learning to create our first Wireframe
  110. Урок 110. 00:03:48
    Blog App: Setting up the project files
  111. Урок 111. 00:07:35
    Using the power of Flexbox to build any layout on the web
  112. Урок 112. 00:24:30
    Blog App: Creating the Home Page base structure
  113. Урок 113. 00:15:24
    Blog App: Creating the Blog Post html and style
  114. Урок 114. 00:11:15
    Blog App: Learning to add transitions and hover effects
  115. Урок 115. 00:10:51
    Blog App: Complete Individual Post structure and styling
  116. Урок 116. 00:05:02
    What is a REST API?
  117. Урок 117. 00:07:22
    Blog App: Creating your first NodeJS Server API
  118. Урок 118. 00:02:15
    Blog App: Creating API Endpoint to return a list of posts
  119. Урок 119. 00:08:03
    Blog App: Reading data from JSON file in NodeJS
  120. Урок 120. 00:13:05
    Blog App: Creating API Endpoint to get an individual blog post
  121. Урок 121. 00:18:06
    Blog App: Connecting Home Page with API Data
  122. Урок 122. 00:16:30
    Blog App: Connecting Post Page with API Data
  123. Урок 123. 00:18:18
    Blog App: Uploading images to NodeJS API
  124. Урок 124. 00:13:19
    Blog App: Posting a new Blog Post to the API (WE ARE DONE )
  125. Урок 125. 00:08:04
    Blackjack and Intro Projects (Your Projects/Challenges For This Module)
  126. Урок 126. 00:33:25
    Mini-Project 1: Your Age In Days
  127. Урок 127. 00:32:08
    Mini-Project 2: Random Cat Generator
  128. Урок 128. 00:16:05
    Mini-Project 3: Rock Paper Scissors (Part 1)
  129. Урок 129. 00:59:14
    Mini-Project 3: Rock Paper Scissors (Part 2)
  130. Урок 130. 00:42:00
    Mini-Task: Changing the color of all buttons
  131. Урок 131. 00:05:29
    How Blackjack Works
  132. Урок 132. 00:19:45
    Writing the HTML for Blackjack
  133. Урок 133. 00:23:27
    Writing the CSS for Blackjack
  134. Урок 134. 00:38:07
    Blackjack: Part 1
  135. Урок 135. 00:28:38
    Blackjack: Part 2
  136. Урок 136. 00:27:40
    Blackjack: Part 3
  137. Урок 137. 00:18:33
    Blackjack: Part 4
  138. Урок 138. 00:17:06
    Blackjack: Part 5
  139. Урок 139. 00:08:31
    Blackjack: Part 6
  140. Урок 140. 00:01:52
    Module Intro
  141. Урок 141. 00:05:01
    Project: Twitter Clone Intro
  142. Урок 142. 00:28:14
    Twitter Clone: Creating a Software Requirements Document to provide a foundation for the project
  143. Урок 143. 00:10:13
    Twitter Clone: Building a Wireframe
  144. Урок 144. 00:05:42
    Twitter Clone: Create a Twitter Developer Account
  145. Урок 145. 00:34:07
    Twitter Clone: Connecting to Twitter API
  146. Урок 146. 00:04:17
    Twitter Clone: Setting up the files
  147. Урок 147. 00:07:12
    Twitter Clone: Using Mockup files as a Front End Developer
  148. Урок 148. 00:23:58
    Twitter Clone: Creating the Page Structure
  149. Урок 149. 00:16:58
    Twitter Clone: Create HTML and Style for Navigation
  150. Урок 150. 00:14:11
    Twitter Clone: Create HTML and Style for Input Box
  151. Урок 151. 00:25:58
    Twitter Clone: Creating HTML and Style for Individual Tweet
  152. Урок 152. 00:20:59
    Twitter Clone: Creating HTML and Style for Trending Box
  153. Урок 153. 00:05:20
    Twitter Clone: Setting up NodeJS Server
  154. Урок 154. 00:12:44
    Twitter Clone: Create API endpoint to receive Twitter Data
  155. Урок 155. 00:06:32
    Twitter Clone: Create helper function to move Twitter API Logic
  156. Урок 156. 00:05:15
    Twitter Clone: Saving secure API tokens in a .env file
  157. Урок 157. 00:05:41
    Twitter Clone: Retrieve data from our API on the APP
  158. Урок 158. 00:10:03
    Twitter Clone: Retrieving Twitter data based on user search input
  159. Урок 159. 00:10:56
    Twitter Clone: Showing tweets based on API Data
  160. Урок 160. 00:22:58
    Twitter Clone: Showing Tweet Images
  161. Урок 161. 00:10:57
    Twitter Clone: Showing Tweet Videos and Gifs
  162. Урок 162. 00:04:24
    Twitter Clone: Showing tweet user info
  163. Урок 163. 00:04:26
    Twitter Clone: Using momentjs to show created date of tweet
  164. Урок 164. 00:04:48
    Twitter Clone: Allowing users to search using trends
  165. Урок 165. 00:06:26
    Twitter Clone: Creating the Next Page Button
  166. Урок 166. 00:16:19
    Twitter Clone: Showing Next Page of Tweets
  167. Урок 167. 00:12:12
    Twitter Clone: Clean Up (WE ARE DONE)
  168. Урок 168. 00:03:10
    Module Intro
  169. Урок 169. 00:05:26
    Project: Google Maps App Intro
  170. Урок 170. 00:29:17
    Google Maps: Creating a Software Requirements Document to provide a foundation for the project
  171. Урок 171. 00:11:18
    Google Maps: Creating the Wireframe
  172. Урок 172. 00:06:48
    Google Maps: Get your own Google Maps API Key
  173. Урок 173. 00:02:00
    Google Maps: Using Mockup Files as a Developer
  174. Урок 174. 00:04:04
    Google Maps: Setting up the files for the Google Maps Store Locator App
  175. Урок 175. 00:11:57
    Google Maps: Import Google Maps into our project
  176. Урок 176. 00:04:38
    Google Maps: Create HTML and STYLE for the header
  177. Урок 177. 00:12:15
    Google Maps: Create HTML and STYLE for zip code input
  178. Урок 178. 00:05:26
    Google Maps: Create HTML and STYLE for stores list container
  179. Урок 179. 00:05:04
    Google Maps: Create your FIRST marker on the map
  180. Урок 180. 00:05:37
    Google Maps: Set up NodeJS API
  181. Урок 183. 00:08:40
    Google Maps: Get your own Stores data
  182. Урок 184. 00:04:55
    Google Maps: What is a NoSQL Database(MongoDB)?
  183. Урок 185. 00:04:51
    Google Maps: Create a POST API endpoint to save our data
  184. Урок 186. 00:12:24
    Google Maps: Create YOUR FIRST MongoDB Database
  185. Урок 187. 00:14:04
    Google Maps: Connect to MongoDB Database with Mongoose
  186. Урок 188. 00:03:33
    Google Maps: Create a Store Model in MongoDB and SAVE our first Object
  187. Урок 189. 00:14:16
    Google Map: Delete and Save real data in MongoDB Database
  188. Урок 190. 00:24:27
    Google Maps: Get real STORE data from MongoDB Database
  189. Урок 191. 00:18:07
    Google Maps: Show markers on Google Map of all STORES from API
  190. Урок 192. 00:08:09
    Google Maps: Add InfoWindow to every store marker
  191. Урок 193. 00:07:45
    Google Maps: Add HTML and STYLE for individual store
  192. Урок 194. 00:19:02
    Google Maps: Show the full list of stores from the API
  193. Урок 195. 00:02:21
    Google Maps: Open Info Window of a marker on the selection of a store
  194. Урок 196. 00:09:01
    Google Maps: Find Stores around zip code using MongoDB and Google Maps Geocoding API
  195. Урок 197. 00:07:57
    Google Maps: Use ASYNC/AWAIT to cleanly refactor API code
  196. Урок 197. 00:07:57
    WHAT is ASYNC/AWAIT?
  197. Урок 198. 00:09:57
    Google Maps: Add Starter Screen (WE ARE DONE!)
  198. Урок 198. 00:09:57
    Google Maps: Implement search by zip code on the app
  199. Урок 199. 02:56:47
    Feb 22 Coding Live Call - Teaching the Process of Creating the Guess The Number Game
  200. Урок 200. 01:55:32
    April 25 - Starting COVID-19 Project Part 1
  201. Урок 201. 02:41:25
    May 2, 2019 - COVID Tracker Part 2
  202. Урок 202. 03:42:09
    May 9, 2020 - COVID Tracker Part 3 - Adding LIVE COVID data to the map
  203. Урок 203. 02:06:27
    May 16, 2020 - 7-Figure Freelance Developer Interview
  204. Урок 204. 02:24:15
    May 7 - Success Coaches that will skyrocket your knowledge in JavaScript
  205. Урок 205. 02:14:45
    May 14 - Creating a Pokemon Card with CSS, HTML