1. What the heck is event loop in JavaScript?
This video explains about how chrome’s V8 engine, webapis (click,setTimeout, http etc) and event queue works together What the heck is event loop?
2. Simulation of how asychronous callback works with event queue in JS?
Following links shows you an editor which simulates how JS code is executed under the hood. Loup
3. Documentries of world class leaders
- Jeff Bezos (Founder and CEO of amazon.com):-
- Jack Ma (Founder and CEO of alibaba.com):-
- Steve Jobs (Founder and CEO of apple.com):-
- Bill Gates (Founder and CEO of microsoft.com):- [
- Elon Musk (Founder and CEO of paypal.com, Tesla Motors, SpaceX):-
- Gurbaksh Chahal (Founder and CEO of ClickAgents, RadiumOne, Gravity4 ):-
4. Useful resources for learning web development
I use following resources to learn and upgrade myself every year :). It might be useful for anyone reading this post. I love sharing useful tips on twitter @jitubutwal144 as well.
- Learn to be a self-taught expert programmer, By bento.io
- Learn the latest frameworks from industry pros, By egghead.io
- You Don’t know JavaScript
- Understanding Wierd Parts Of JavaScript - By Tony Alicea (udemy.com)
- Understanding NodeJS - By Tony Alicea (udemy.com)
- JS, AngularJS, React, Mobile Apps, NodeJS and soon
- Learn ethical hacking and know how to hack/secure your web apps
- Build 30 things in 30 Days
- Talks:-
- JavaScript Conferences
- FrontTrends
- Dev Tips for CSS, SASS
-
[#artTheWeb,CSSconf EU 2015 Una Kravets: Photoshop is Dead!: Editing Images in CSS](https://www.youtube.com/watch?v=LY65F2e4B5w&list=PL37ZVnwpeshHoV6GgvG9WWAP6rjnEdAs9&index=3)
- Free MIT courses about data structure and algorithms :-
5. How browser works under the hood?
- Describes all the components involved while rendering HTML, CSS and JS codes on browser. How chrome browsers works ?