Skip to content

Instantly share code, notes, and snippets.

@ErrorPro
Created June 22, 2018 08:32
Show Gist options
  • Select an option

  • Save ErrorPro/d099c3b59794a9b4cb765414d103a03b to your computer and use it in GitHub Desktop.

Select an option

Save ErrorPro/d099c3b59794a9b4cb765414d103a03b to your computer and use it in GitHub Desktop.
  1. Algorithms
  2. software design patterns
  • observer (redux)
  • adapter(carrying)
  1. testing
  • jest
  • enzyme
  1. javascript
  • es5/es6/es7(stage 1, stage 0)
  • const vs let
  • arrow function vs function
  • hoisitng
  • closure
  • context(bind vs apply vs call)
  • native carrying tools(bind)
  • bonus: setTimeout vs setInterval(setTimeout(10000), setInterval(10000), fn executes for 5 secs)
  1. UI/UX
  • What is UI\UX.
  1. html/css
  • html 5 (section, header, footer)
  • css 3 (animation, transition, media-query)
  • less, sass, stylus, BEM
  1. leading team/processes ???
  2. react
  • Flux
  • v15 vs v16
  • stateless vs class
  • livecycle hooks(order would be cool)
  • reconciliation
  • jsx vs react element
  1. back-end exp
  • node.js
  • express
  • require
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment