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