Mighty JavaScript (Advanced)
What you'll learn
- In-depth understanding and advanced usage of JavaScript's numerical data types ( Numbers)
- An in-depth look at variables, memory
- An in-depth look at Object Oriented Programming
- Boolean Short circuit evaluation
- What you don't know about closures.
Requirements
- Basic knowledge of JavaScript programming
Description
Welcome to the Mighty JavaScript Journey.
This course is designed to take you a step from being an intermediate JavaScript develop to being an effective JavaScript programmer who knows why's and how of what's happening behind the scenes.
JavaScript is used by world's largest companies to accomplish all kind of task and I'm going to help you understand this language in a an easy way.
This course is completely different than an other course on JavaScript, it incorporates details which might seem minute but has a lot running behind the scenes. We'll see why 0.1 + 0.1 + 0.1 is not equal to 0.3 by using absolute, relative tolerance technique. We'll go over the memory management of JavaScript and look at examples which is going to deepen your understanding. We'll go over OOP in great detail.
I'm not here to teach you the basics of JavaScript or what coercion is all about there are ton's of great courses out there with those materials. In this course we'll cover the topics that most of the courses don't cover and exercise our brain with few algorithm implementations of our own. We'll cover small topics in great detail making you understand the in's and out's of why its happening and it's going to give you "ah ah" moments, and these "ah ah" moments is going to set you apart from other developers.
The course is going to be short sweet you wont find me rambling a lot we'll get straight to the topic.
We will cover a lot of topics in this course! Including:
Memory Management such as garbage collection, reference counting algorithm, circular reference, memory leaks, mark and sweep algorithm.
Boolean Short Circuit Evaluation,
Numbers - This topic is going to cover your own implementation of getSizeOf method, your custom base algorithm , absolute & relative tolerance.
OOP - We'll cover Prototype Chain, __proto_ and much more.
What you don't know about closures!
Looking forward to seeing you inside the course.
* course image taken from Vecteezy
Who this course is for:
- Anyone preparing for an in-depth JavaScript technical interview.
- Anyone with a basic understanding of JavaScript that wants to take it to the next level
Course content
- Preview04:27
- 05:55Memory Allocations in code
- 1 questionAre Variables shared references?
- 12:24(Naive) Garbage Collection Algorithm :- Reference Counting
- 1 questionWhat is the reference count of the following code
- 06:09Reference counting in code
- 07:21Circular References
- 02:41Mark and Sweep Algorithm
- 1 questionWhat problem does Mark and Sweep Algorithm solve?
- 00:05MDN documentation of memory management
Instructor
I'm a self taught JavaScript Developer.
Intrigued by design, websites, blockchain, machine learning, and traveling.
I love developing websites using cutting-edge technologies and I'm someone who doesn't give a second thought about learning a technology that's worth learning.
I've worked with React, Redux, Vue, Vuex, Node.js, Python, Flask, and MongoDB
Looking forward to seeing you in my course.