Todo

Javascript

What is an event loop?

Angular & NgRx

1
npm install @ngrx/{store,store-devtools,entity,effects} --save

Framesworks

  • Aurelia, VueJS, React

CSS

  • Understanding of BEM, SMACS or OOCSS coding principles
  • Working knowledge of WCAG 2.0 accessibility standards (Level AA)

Understanding of BEM, SMACS or OOCSS coding principles

BEM (Block Element Modifier) ::= Naming convention of CSS classes

e.g)
block ::= login form
element ::= login button
modifier ::= mobile version of login form

1
2
3
4
.block {}
.block__element {}
.block--modifier {}
.block__element--modifier {}

SMACS (Scalable and Modular Architecture for CSS) ::= CSS style guide

  • Base
  • Layout
  • Module
  • State
  • Theme