Skip to content

sekhar2017/Event-Loop-In-JavaScript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Event loop 🔄 in JavaScript and rise of Asynchronous Behaviour.

A webinar by HackOn Hackathon 🚀

🔴 YouTube Live


About Me

// About me

import { Speaker } from 'HackOn';

let user =  {
      Name: 'Vinit Shahdeo',
      Company: 'Postman',
      Profile: 'Software Engineer',  // Ex VITian
  	  Twitter: '@Vinit_Shahdeo'
	},
	title: 'Event loop in JavaScript and rise of Asynchronous behaviour';

_.assign(new Speaker(), user, new Event(title));

Vinit Shahdeo

GitHub followers

Twitter Follow

Learn more about me here.

Well, in this unprecedented time, you all have showed interest. I thank all of you for joining me. Stay Safe at home.

😷 🏠

/**
 * 
 * Let's fight for Corona together!
 */
function stayAtHome() {
  eat();
  sleep();
  code();
  repeat();
}

while(_.isAlive(new Virus('COVID-19'))) {
  // Stay home, Stay safe
  stayAtHome();
}

😕 Any doubts?

👉 You can find the PPT inside docs folder. :point_right: Click here to download the PPT.

🖋️ Feel free to shoot your doubts here.


:bowtie: Checkout my recent works below:

GitHub stars - COVID-19 Vinit Shahdeo



// thank you :)

const THANK_YOU_MSG = `Thank you so much for being here! 
	you were an amazing audience`;

let sayThanks = (viewer) => { return THANK_YOU_MSG };

_.forEach(allViewers, function (participant) {
	_.times(Number.MAX_SAFE_INTEGER, sayThanks(viewer));
});

Twitter Follow GitHub followers

About

A Webinar on Event loop in JavaScript and rise of Async Programming, organized by Coding Blocks at HackOn

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors