JavaScript: The Advanced Concepts (2023 Update)
- Description
- Curriculum
- FAQ
- Reviews
Updated for 2023! This course is unlike any JavaScript course you will find online. Join a live online community of over 900,000+ developers and a course taught by an industry expert that has actually worked both in Silicon Valley and Toronto as a senior developer. Graduates of this course are now working at Google, Tesla, Amazon, Apple, IBM, JP Morgan, Meta + other top tech companies.
After many years of working with the language, Andrei has taken decades of experience, combining best practices from some of the top developers in the world, to get you to become one of the top performing Javascript developers. You will go from understanding the basics of JavaScript, to learning it to the point that you can teach it to others, impress coworkers, and wow future employers. You will be in the top 10% of JavaScript Programmers by the end of this course.
This course is the accumulation of years in the field, and combining the best resources, tools, and tutorials out there to create the ultimate JavaScript course that will teach you everything you need to know to be considered a Senior Javascript Developer.
Instead of spending years learning advanced Javascript concepts, you can fast track and get the knowledge that senior javascript developers have in just 30 days.
With this course you are going to learn beyond just the basics like most online courses. You won’t just learn patterns, techniques and best practices. You are going to understand the “why” of the toughest part of the language, to the point that when you get asked any question about Javascript in an interview or in a meeting, you will be able to explain concepts that would truly make people see that you are a senior javascript programmer.
Most importantly, you will become a top 10% javascript developer by going beyond the superficial basics that a lot of courses cover. We are going to dive deep and come out the other end a confident advanced javascript developer. I guarantee it. Whether you are a web developer, a React, Angular, Vue.js developer (frontend developer), or a Node.js backend developer, you will benefit from this course because Javascript is at the core of these professions.
Some of the topics covered in this course are:
-
Javascript Engine
-
Javascript Runtime
-
Interpreter, Compiler, JIT Compiler
-
Writing Optimized Code
-
Call Stack + Memory Heap
-
Stack Overflow + Memory Leaks
-
Garbage Collection
-
Node.js
-
ES6, ES7, ES8, ES9, ES10, ES2020, ES2021, ES2022 features
-
Single Threaded Model
-
Execution Context
-
Lexical Environment
-
Scope Chain
-
Hoisting
-
Function Invocation
-
Function Scope vs Block Scope
-
Dynamic vs Lexical Scope
-
this – call(), apply(), bind()
-
IIFEs
-
Context vs Scope
-
Static vs Dynamically Typed
-
Primitive Types
-
Pass by Reference vs Pass by Value
-
Type Coercion
-
Arrays, Functions, Objects
-
Closures
-
Prototypal Inheritance
-
Class Inheritance
-
Memoization
-
Higher Order Functions
-
Functions vs Objects
-
Scheme + Java in JavaScript
-
OOP (Object Oriented Programming)
-
Private vs Public properties
-
Functional Programming
-
Immutability
-
Imperative vs Declarative code
-
Composition vs Inheritance
-
Currying
-
Partial Application
-
Pure Functions
-
Referential Transparency
-
Compose
-
Pipe
-
Error Handling
-
Asynchronous JavaScript
-
Callbacks, Promises, Async/Await
-
Event Loop + Callback Queue
-
Task Queue + Microtask Queue
-
Concurrency + Parallelism
-
Modules in Javascript
The topics you will learn in this course are timeless and will allow you to stay current with any new library or framework that comes out in the javascript ecosystem since you will have the core concepts understood.
I guarantee you that you will not find a course as detailed and as well explained as this one at the end of the course I guarantee you that you will be in the top 10% of JavaScript developers or your money back! And remember,
By joining this course you will also get access to one of the largest online communities and classroom for full stack developers.
See you inside the course!
—————————
Taught by:
Andrei is the instructor of the highest rated Web Development courses on Udemy as well as one of the fastest growing. His graduates have moved on to work for some of the biggest tech companies around the world like Apple, Google, JP Morgan, IBM, etc… He has been working as a senior software developer in Silicon Valley and Toronto for many years, and is now taking all that he has learned, to teach programming skills and to help you discover the amazing career opportunities that being a developer allows in life.
Having been a self taught programmer, he understands that there is an overwhelming number of online courses, tutorials and books that are overly verbose and inadequate at teaching proper skills. Most people feel paralyzed and don’t know where to start when learning a complex subject matter, or even worse, most people don’t have $20,000 to spend on a coding bootcamp. Programming skills should be affordable and open to all. An education material should teach real life skills that are current and they should not waste a student’s valuable time. Having learned important lessons from working for Fortune 500 companies, tech startups, to even founding his own business, he is now dedicating 100% of his time to teaching others valuable software development skills in order to take control of their life and work in an exciting industry with infinite possibilities.
Andrei promises you that there are no other courses out there as comprehensive and as well explained. He believes that in order to learn anything of value, you need to start with the foundation and develop the roots of the tree. Only from there will you be able to learn concepts and specific skills(leaves) that connect to the foundation. Learning becomes exponential when structured in this way.
Taking his experience in educational psychology and coding, Andrei’s courses will take you on an understanding of complex subjects that you never thought would be possible.
-
6Section OverviewVideo lesson
-
7Javascript EngineVideo lesson
-
8Exercise: Javascript EngineVideo lesson
-
9Inside the EngineVideo lesson
-
10Exercise: JS Engine For AllVideo lesson
-
11Interpreters and CompilersVideo lesson
-
12Babel + TypeScriptText lesson
-
13Inside the V8 EngineVideo lesson
-
14Comparing Other LanguagesVideo lesson
-
15Writing Optimized CodeVideo lesson
-
16WebAssemblyVideo lesson
-
17Call Stack and Memory HeapVideo lesson
-
18Stack OverflowVideo lesson
-
19Garbage CollectionVideo lesson
-
20Memory LeaksVideo lesson
-
21Single ThreadedVideo lesson
-
22Exercise: Issue With Single ThreadVideo lesson
-
23Javascript RuntimeVideo lesson
-
24Node.jsVideo lesson
-
25Exercise: Fix This CodeText lesson
-
26Section ReviewVideo lesson
-
27Web Developer MonthlyText lesson
-
28Advanced JavaScript CheatsheetText lesson
-
29Endorsements On LinkedINText lesson
-
30Section OverviewVideo lesson
-
31Execution ContextVideo lesson
-
32Lexical EnvironmentVideo lesson
-
33HoistingVideo lesson
-
34Exercise: HoistingVideo lesson
-
35Exercise: Hoisting 2Video lesson
-
36Exercise: Hoisting 3Text lesson
-
37Function InvocationVideo lesson
-
38arguments KeywordVideo lesson
-
39Variable EnvironmentVideo lesson
-
40Scope ChainVideo lesson
-
41[[scope]]Video lesson
-
42Exercise: JS is WeirdVideo lesson
-
43Function Scope vs Block ScopeVideo lesson
-
44Exercise: Block ScopeVideo lesson
-
45Global VariablesVideo lesson
-
46IIFEVideo lesson
-
47this KeywordVideo lesson
-
48Exercise: Dynamic Scope vs Lexical ScopeVideo lesson
-
49call(), apply(), bind()Video lesson
-
50Exercise: call(), apply()Text lesson
-
51bind() and curryingVideo lesson
-
52Exercise: this KeywordVideo lesson
-
53Exercise: this Keyword 2Text lesson
-
54Context vs ScopeVideo lesson
-
55Section ReviewVideo lesson
-
56Section OverviewVideo lesson
-
57Javascript TypesVideo lesson
-
58Array.isArray()Video lesson
-
59Pass By Value vs Pass By ReferenceVideo lesson
-
60Exercise: Compare ObjectsText lesson
-
61Exercise: Pass By ReferenceText lesson
-
62structuredClone()Text lesson
-
63Type CoercionVideo lesson
-
64Exercise: Type CoercionText lesson
-
65Quick Note: Upcoming VideosText lesson
-
66JTS: Dynamic vs Static TypingVideo lesson
-
67JTS: Weakly vs Strongly TypedVideo lesson
-
68JTS: Static Typing In JavaScriptVideo lesson
-
69Section OverviewVideo lesson
-
70Functions are ObjectsVideo lesson
-
71First Class CitizensVideo lesson
-
72Extra Bits: FunctionsVideo lesson
-
73Higher Order FunctionsVideo lesson
-
74Exercise: Higher Order FunctionsVideo lesson
-
75ClosuresVideo lesson
-
76Exercise: ClosuresVideo lesson
-
77Closures and MemoryVideo lesson
-
78Closures and EncapsulationVideo lesson
-
79Exercise: Closures 2Video lesson
-
80Solution: Closures 2Video lesson
-
81Exercise: Closures 3Video lesson
-
82Solution: Closures 3Video lesson
-
83Closures ReviewVideo lesson
-
84Prototypal InheritanceVideo lesson
-
85Prototypal Inheritance 2Video lesson
-
86Prototypal Inheritance 3Video lesson
-
87Prototypal Inheritance 4Video lesson
-
88Prototypal Inheritance 5Video lesson
-
89Prototypal Inheritance 6Video lesson
-
90Exercise: Prototypal InheritanceVideo lesson
-
91Solution: Prototypal InheritanceVideo lesson
-
92Exercise: Prototypal Inheritance with thisText lesson
-
93Section ReviewVideo lesson
-
94Exercise: Imposter SyndromeVideo lesson
