백엔드 로드맵

Backend RoadMap 백엔드 로드맵

유호야 2021. 12. 7. 13:45
반응형

Backend
Internet
 - How does the internet work?
 - What is HTTP?
 - Browsers and how they work?
 https://d2.naver.com/helloworld/59361
 - DNS and how it works?
 - What is Domain Name?
 - What is hosting?

Basic Frontend Knowledge
 - HTML
 - CSS
 - Javascript

OS and General Knowledge
 - Terminal Usage
 - How OSs work in General
 - Process Management
 - Threads and Concurrency
 - Basic Terminal Commands(grep, awk, sed, ... )
 - Memory Management
 - Interprocess Communication
 - I/O Management
 - POSIX Basics : stdin, stdout, stderr, pipes

Learn a Language
: Make sure to leanr it's quirks. Core detail about it's runtime e.g. concurrency, memory model ect.
> Java, C#, PHP, JavaScript, Python, Ruby

 

「 참고하기 좋은 글 」

 

2021 백엔드 개발자 로드맵

백엔드 개발자 로드맵

velog.io

 

반응형