[Daily Post]는 매일매일 탐구한 내용을 간략하게 기록하는 포스트입니다.
따라서 정리되지 않은 내용과 추측을 포함하고 있을 수 있습니다.
더 체계적인 형식을 갖춘 글은 해당 카테고리의 포스트를 확인해주세요 :)

Daily Study

System Programming

  • Programming Assignment
    • Pipeline
    • Redirection

Frontend Roadmap

  • Basic Tools
    • Computer: MacOS, Windows, Linux
    • Text editor: VSCode, IntelliJ, Atom, Sublime Text
    • Browser: Chrome, Edge, Safari, Firefox
    • Terminal: Powershell, Bash, Zsh
  • Front-end
    • HTML(Structure): Tags, Page Structure, Semantic Tags, SEO, Accessibility
    • CSS(Presentation): Styling, Layouts, Responsive Design, Animation
    • JS(Behavior)
      • ES6 + Syntax
        • Basic: let, const, if, for, switch, while, fn, obj
        • Advanced : Prototype, Hoisting, Scope, Closure
      • Browser APIs
        • DOM Manipulation
        • Events
        • Fetch API (Async)