1
2

More than 3 years have passed since last update.

Udemy学習項目の目次

Last updated at Posted at 2021-07-09

目的

udemyで僕が神と崇めている、maximilanさんの講座の、目次をまとめます。
主に、自分の復習用で、どのチャプターを見返せば良いかをわかりやすくするために作成しています。

Node.js

  1. Basics 3
    1. improved development workflow 4
  2. Framework
    1. Express.js 5
      1. template engine 6
      2. MVC 7
        1. dynamic routes 9
  3. DB
    1. SQL 10
      1. sequelize 11
    2. NoSQL and MongoDB 12
      1. Mongoose 13
  4. Features
    1. sessions and cookies 14
    2. authentification 15
      1. advanced auth 17
    3. emails 16
    4. validation 18
    5. error handling 19
    6. files 20
    7. pagination 21
    8. payments 23
  5. APIs
    1. basics 24・25
    2. Async/await 22・26
    3. WebSockets 27
    4. graphQL 28
  6. others
    1. deploy 29
    2. testing 30

React

  1. components 3
    1. rendering list and conditional contents 5
    2. fragments 9
    3. class-based components 13
  2. states and events 4
    1. side effects 10
    2. Redux 18 19
  3. styling 6
    1. animating 24
  4. forms 16
  5. web
    1. HTTP Requests 14
      1. custom hooks 15
    2. React router 20
      1. next.js 23
    3. authentification 22
  6. theory 12
  7. others
    1. debugging 7
    2. deploying 21
    3. testing 26

Next

  1. Next.js features
    1. Server-side rendering 5
    2. file base routing 3
    3. build full-stack apps 8
  2. others
    1. working with app-wide states 10
    2. authentification 13
    3. deploying 12

Vue

  1. Basics 2
    1. rendering lists and conditional contents 3
  2. components 6
    1. component communication 8
    2. component features 9
    3. animation and transition 14
    4. composition API 19
  3. features
    1. forms 11
    2. authentification 17
  4. WEB
    1. HTTP requests 12
    2. routing 13
  5. stats management
    1. vuex 15
  6. theory 5
  7. others
    1. development setup 7
    2. developing 18

Docker

  1. development
    1. docker features
      1. Images and containers 2
        1. volumes 3
      2. networking 4
    2. docker architect
      1. multi-container app 5
        1. docker-compose 6
      2. utility container 7
  2. deploying 9
  3. Kubernetes 11-15

Javascript

  1. basics
    1. es5 and es6 5
    2. Module JS 20
    3. meta-programming 26
  2. Data types
    1. variable and constants 2
      1. numbers and strings 16
    2. function 6
      1. side effects 15
    3. array 8
    4. object 9
  3. control structures 4
  4. OOP
    1. classes 10
    2. constructer 11
  5. Browser JS
    1. Dom in JS 7
    2. Browser API 13
    3. events 14
    4. browser storage 22
    5. browser support 23
  6. HTTP
    1. HTTP requests 18
    2. Async Requests 17
    3. security 28
  7. JS with
    1. libraries 19
    2. frameworks 25
    3. Node.js 27
  8. workflow
    1. tooling 21
    2. development and debugging 3
    3. deploying 29
    4. optimization 30
    5. testing 31

Typescript

  1. Basics
    1. compiler 3
    2. modules 10
    3. webpack 11
  2. types
    1. basic types 2
    2. advanced types 6
  3. Features
    1. classes and interfaces 5
    2. generics 7
    3. decorators 8
  4. Examples with
    1. libraries 12
    2. React 14
    3. Node.js 15
1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2