/presentations

GitHub Pages containing several presentations, done with reveal.js

Primary LanguageHTMLMIT LicenseMIT

This repository contains several presentations:

  • WTF JS
  • Javascript Event Loop
  • Floating point numbers in Javascript
  • Handling dependencies
  • Angular vs React

They have been done with reveal.js

WTF JS

This presentation is about types in Javascript, available here

It is highly inspired by :

Event loop

This presentation is about the Javascript event loop, available here

It is highly inspired by :

Floating point numbers

This presentation is about floating point numbers, available here

It is highly inspired by :

Handling dependencies

This presentation is about how to handle dependencies, available here

It is highly inspired by :

Angular vs React

This presentation is about how to handle dependencies, available here

It is inspired by :

Clean Code in JS

This presentation is about Clean Code principles applied to JS, available here

It is highly inspired by :

Refactoring imperative to functional

This presentation is about refactoring imperative code to functional code, available here

It is inspired by :