Верстка
by Ivan Sobolev
1. Tools
1.1. Browsers
1.1.1. Chrome Web Tools
1.1.2. Chrome Inspector
1.1.3. Internet Explorer
1.1.4. Opera
1.1.5. Safari
1.1.6. Firefox
1.2. GIT
1.2.1. commit
1.2.2. branch merge
1.2.3. conflicts resolving
1.2.4. push / pull
1.3. NodeJS
1.3.1. npm
1.3.2. yarn
1.3.3. webpack
1.4. Console
2. Coding
2.1. Editor
2.1.1. Sublime Text
2.1.2. Atom
2.1.3. Brackets
2.2. GitLab (Review)
2.3. Linters
2.3.1. Eslint
2.3.2. csscomb
2.3.3. stylelint
3. Methodologies
3.1. BEM
3.1.1. naming
3.1.2. deps
3.1.3. bemdecl
3.2. CSS Frameworks
4. Technologies
4.1. HTML
4.1.1. HTML5
4.1.2. semantic
4.1.3. validaton
4.1.4. forms
4.1.5. typography
4.1.6. standard designs
4.2. CSS3
4.2.1. Preprocessors
4.2.1.1. SASS
4.2.1.2. LESS
4.2.1.2.1. mixins
4.2.1.2.2. variables
4.2.1.2.3. functions
4.2.1.2.4. constructions
4.2.2. Models
4.2.2.1. Box Model
4.2.2.2. Flex
4.2.2.3. Grid
4.3. JavaScript
4.3.1. Jquery
4.3.2. Vanilla JS
4.3.2.1. DOM
4.3.2.2. this
4.3.2.3. Event Delegation
4.3.2.4. call / apply / bind
4.3.2.5. ES-2015