##目的
udemyで僕が神と崇めている、maximilanさんの講座の、目次をまとめます。
主に、自分の復習用で、どのチャプターを見返せば良いかをわかりやすくするために作成しています。
Node.js
- Basics 3
- improved development workflow 4
- Framework
- Express.js 5
- template engine 6
- MVC 7
- dynamic routes 9
- Express.js 5
- DB
- SQL 10
- sequelize 11
- NoSQL and MongoDB 12
- Mongoose 13
- SQL 10
- Features
- sessions and cookies 14
- authentification 15
- advanced auth 17
- emails 16
- validation 18
- error handling 19
- files 20
- pagination 21
- payments 23
- APIs
- basics 24・25
- Async/await 22・26
- WebSockets 27
- graphQL 28
- others
- deploy 29
- testing 30
React
- components 3
- rendering list and conditional contents 5
- fragments 9
- class-based components 13
- states and events 4
- side effects 10
- Redux 18 19
- styling 6
- animating 24
- forms 16
- web
- HTTP Requests 14
- custom hooks 15
- React router 20
- next.js 23
- authentification 22
- HTTP Requests 14
- theory 12
- others
- debugging 7
- deploying 21
- testing 26
Next
- Next.js features
- Server-side rendering 5
- file base routing 3
- build full-stack apps 8
- others
- working with app-wide states 10
- authentification 13
- deploying 12
Vue
- Basics 2
- rendering lists and conditional contents 3
- components 6
- component communication 8
- component features 9
- animation and transition 14
- composition API 19
- features
- forms 11
- authentification 17
- WEB
- HTTP requests 12
- routing 13
- stats management
- vuex 15
- theory 5
- others
- development setup 7
- developing 18
Docker
- development
- docker features
- Images and containers 2
- volumes 3
- networking 4
- Images and containers 2
- docker architect
- multi-container app 5
- docker-compose 6
- utility container 7
- multi-container app 5
- docker features
- deploying 9
- Kubernetes 11-15
Javascript
- basics
- es5 and es6 5
- Module JS 20
- meta-programming 26
- Data types
- variable and constants 2
- numbers and strings 16
- function 6
- side effects 15
- array 8
- object 9
- variable and constants 2
- control structures 4
- OOP
- classes 10
- constructer 11
- Browser JS
- Dom in JS 7
- Browser API 13
- events 14
- browser storage 22
- browser support 23
- HTTP
- HTTP requests 18
- Async Requests 17
- security 28
- JS with
- libraries 19
- frameworks 25
- Node.js 27
- workflow
- tooling 21
- development and debugging 3
- deploying 29
- optimization 30
- testing 31
Typescript
- Basics
- compiler 3
- modules 10
- webpack 11
- types
- basic types 2
- advanced types 6
- Features
- classes and interfaces 5
- generics 7
- decorators 8
- Examples with
- libraries 12
- React 14
- Node.js 15