Giter Site home page Giter Site logo

til_notes's Introduction

TIL_NOTES

WEB

  • Network:
    • IP(Internet Protocol), TCP/UDP, PORT, DNS
  • URI
    • URL,URN
  • 웹 브라우저 요청 흐름
  • HTTP
    • Stateless,Connectionless
    • HTTP Message(start,header,body)
  • HTTP Methods
    • GET,POST, PUT, PATCH, DELETE
  • HTML Forms
  • Put vs Post
    • Collection
    • Store
    • Control URI
  • AJAX
  • HTTP 상태코드
    • 100,200,300,400,500
  • HTTP 헤더
    • 헤더 협상, 전송 하는 방식
  • 쿠키
    • 쿠키 헤더, 쿠키 생명주기, 쿠키 도메인
  • 웹 스토리지
    • 로컬,세션,
  • 캐쉬
  • CORS

Design Patterns

  • Singleton Pattern
  • Factory Pattern
  • Observer Pattern
  • Proxy Pattern
  • Iterator Pattern
  • Revealing Module (노출모듈) Pattern
  • MVC(Model View Controller)
  • MVP(Model View Presenter)
  • MVVM(Model View ViewModel)

Programming Paradigm

  • Imperative Programming
  • Declarative Programming
  • Object Oriented Programming
    • Abstraction
    • Encapsulation
    • Inheritance
    • Polymorphism

Networks

  • Bus Topology
  • Star Topology
  • Tree Topology
  • Mesh Topology
  • Ring Topology

Modern Javascript Deep Dive

  • Variables
    • 변수 선언 초기화 할당 호이스팅
  • Data Types
    • primitive type, object type
  • Coercion
    • Implicit(암묵적), Explicit(명시적)
  • Optional Chaining
  • Logical Operator
  • Nullish Coalescing(null 병합)
  • Objects
  • Functions
  • Execution Context && Call Stack
  • Problems with global context
  • Execution Context/Lexical Environment
  • Property Attribute
  • First Class Object
  • Class
  • Prototype
  • Strict
  • Closure
  • Class
  • Arrow Functions
  • Arrays
  • Numbers
  • HTTP 1 and 2
  • Reflow and Repaint
  • Async/Defer

til_notes's People

Contributors

eyucherin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.