Any application that can be written in javascript will eventually be written in javascript -- Jeff Atwood. Founder, StackOverflow
-
- What is a server
- What is a web server
- What is a Javascript engine
- How Node.js enabled Javascript to run everywhere
- Why Node.js is required when V8 alone can compile and execute javascript
- What is JIT Compilation
- What is ECMAScript
- Why ECMAScript is required
- What is ES6
- What is Babel
- What is a Transpiler
-
- Synchronous Vs Asynchronous execution
- How Javascript shows Asynchronous behaviour?
- Simple workflow of handling async tasks
- Simple Async code execution
- What is libuv library
- What is libuv's thread pool?
- Why the term "Asynchronous I/O"
- Why the term "Non-Blocking I/O"
- What is callback queue (task queue)?
- Callback queue vs Microtask queue
- Concurrency Vs Parallelism