├── BigData ├── 4.Hadoop.md ├── 5.Hdfs.md ├── 6.Mapreduce.md ├── 7.Yarn.md ├── 8.DataPipeline.md ├── Airflow.md ├── Bigquery.md ├── bigdata-framework.md ├── data-pipeline.md ├── 데이터-시각화.md └── 빅데이터의-정착-배경.md ├── ComputerVision └── ComputerVision.md ├── Data Science ├── Machine Learning (1) - 머신러닝 개요.md ├── Machine Learning (2) - 회귀분석, 의사결정나무.md ├── Machine Learning (3) - 앙상블 모델.md ├── Machine Learning (4) - 평가지표.md ├── NLP (1) - 자연어처리와 언어모델.md ├── NLP tasks.md ├── 기술통계학.md ├── 데이터분석기획.md └── 데이터수집.md ├── Data Structure ├── DFS&BFS.md ├── Exhaustive Search & Binary Search.md ├── Hash.md ├── Stack-Queue.md ├── Time&Space Complexity.md └── 진법변환_비트연산.md ├── Database ├── AWS S3(Data Lake).md ├── Database 설계.md ├── Index.md ├── Inner join, Outer join_sewon.md ├── NoSQL 데이터모델링.md ├── RDBMS vs N 6c752.md ├── RDBMS vs NoSQL by 양지현.md ├── RDBMS-and-NoSQL.md ├── advenced Transaction by Jihyun.md ├── elasticsearch.md ├── kafka.md ├── 반정규화 by eve.md └── 키의 개념과 정규화.md ├── DesignPattern ├── 2.design_pattern.md ├── BuilderPattern.md ├── Design Pattern (1).md ├── Design Pattern (2).md └── OCP와 전략패턴.md ├── DevOps ├── CI_CD_Bumjin.md ├── DevOps_sewon.md ├── Docker&Kubernetes_sewon.md ├── Jenkins_Bumjin.md └── Kubernetes_WOOJAE.md ├── Images ├── Backend_Roadmap.jpg ├── CNCF_TrailMap_latest-1.png ├── CNCF_graphs-report-10-1.png ├── CNCF_graphs-report-25-2.png ├── JOB_Interview_01_Stack.jpg ├── JOB_Interview_02_Queue.jpg ├── JOB_Interview_03_MVC_pattern.png ├── JOB_Interview_04_MVC_Web.png ├── JOB_Interview_05_Spring_MVC_pattern.png ├── JOB_Interview_06_Spring_MVC_Architecture.png ├── JOB_Interview_07_Spring_Restful.png ├── JOB_Interview_08_SQL_INNER_JOIN.png ├── JOB_Interview_09_SQL_OUTER_JOIN.png ├── JOB_Interview_10_SQL_OUTER_JOIN_detail.png ├── JOB_Interview_11_SQL_CROSS_JOIN.png ├── JOB_Interview_12_SQL_SELF_JOIN.png ├── OSI_7_layers_1.png ├── OSI_7_layers_2.png ├── OSI_7_layers_3.png ├── OSI_7_layers_4.png ├── OSI_7_layers_5.png ├── OSI_Bridge.jpeg ├── OSI_HUB.png ├── OSI_L2_Switch.png ├── OSI_L3_Switch.png ├── OSI_L4_Switch.png ├── OSI_NIC.jpeg ├── OSI_Repeater.png ├── OSI_Router.jpeg ├── TCP-IP_history_1.gif ├── TCP-IP_history_2.gif ├── TCP-IP_history_3.gif ├── TCP-IP_history_4.gif ├── TCP-IP_history_5.gif ├── TCP_3way_1.png ├── TCP_3way_2.png ├── TCP_3way_3.png ├── TCP_4way_1.png ├── TCP_4way_2.png ├── TCP_4way_3.png ├── TCP_header_1.png ├── TCP_header_2.png └── TCP_segment.jpg ├── Information ├── cs_information.md └── job_interview.md ├── Network ├── HTTP.md ├── IP.md ├── nw_01_OSI_7_layers.md ├── nw_02_TCP.md ├── nw_03_TCP_IP.md ├── nw_04_UDP.md ├── nw_05_대칭키_공개키.md ├── nw_06_HTTP_HTTPS.md ├── nw_07_TLS_SSL_HandShake.md ├── nw_08_LoadBalancing.md └── nw_09_Blocking_NonBlocking_Sync_Async.md ├── OS ├── process-and-thread.md ├── 운영체제.md ├── 컴퓨터 시스템.md ├── 프로세스 동기화 - 세마포어(2) Busy Wait.md ├── 프로세스 동기화 - 세마포어.md ├── 프로세스 동기화 - 임계구역.md └── 프로세스와 스레드.md ├── README.md ├── SW └── 혼동 용어 정리.md ├── Server ├── API_sewon.md ├── CloudServer_sewon.md └── LoadBalancing_sewon.md ├── Web ├── 3.restApi.md ├── CORS.md ├── Callback.md ├── DRF(Django Rest Framework)_sewon.md ├── JWT.md ├── SpringBoot_sewon.md ├── browser_rendering.md ├── props_and_state.md ├── tomcat VS nginX.md ├── 변수호이스팅.md ├── 익명함수.md ├── 접근성.md └── 함수선언문과 함수표현식.md └── language └── C-pointer_sewon.md /BigData/4.Hadoop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/4.Hadoop.md -------------------------------------------------------------------------------- /BigData/5.Hdfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/5.Hdfs.md -------------------------------------------------------------------------------- /BigData/6.Mapreduce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/6.Mapreduce.md -------------------------------------------------------------------------------- /BigData/7.Yarn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/7.Yarn.md -------------------------------------------------------------------------------- /BigData/8.DataPipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/8.DataPipeline.md -------------------------------------------------------------------------------- /BigData/Airflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/Airflow.md -------------------------------------------------------------------------------- /BigData/Bigquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/Bigquery.md -------------------------------------------------------------------------------- /BigData/bigdata-framework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/bigdata-framework.md -------------------------------------------------------------------------------- /BigData/data-pipeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/data-pipeline.md -------------------------------------------------------------------------------- /BigData/데이터-시각화.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/데이터-시각화.md -------------------------------------------------------------------------------- /BigData/빅데이터의-정착-배경.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/BigData/빅데이터의-정착-배경.md -------------------------------------------------------------------------------- /ComputerVision/ComputerVision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/ComputerVision/ComputerVision.md -------------------------------------------------------------------------------- /Data Science/Machine Learning (1) - 머신러닝 개요.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/Machine Learning (1) - 머신러닝 개요.md -------------------------------------------------------------------------------- /Data Science/Machine Learning (2) - 회귀분석, 의사결정나무.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/Machine Learning (2) - 회귀분석, 의사결정나무.md -------------------------------------------------------------------------------- /Data Science/Machine Learning (3) - 앙상블 모델.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/Machine Learning (3) - 앙상블 모델.md -------------------------------------------------------------------------------- /Data Science/Machine Learning (4) - 평가지표.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/Machine Learning (4) - 평가지표.md -------------------------------------------------------------------------------- /Data Science/NLP (1) - 자연어처리와 언어모델.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/NLP (1) - 자연어처리와 언어모델.md -------------------------------------------------------------------------------- /Data Science/NLP tasks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/NLP tasks.md -------------------------------------------------------------------------------- /Data Science/기술통계학.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/기술통계학.md -------------------------------------------------------------------------------- /Data Science/데이터분석기획.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/데이터분석기획.md -------------------------------------------------------------------------------- /Data Science/데이터수집.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Science/데이터수집.md -------------------------------------------------------------------------------- /Data Structure/DFS&BFS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/DFS&BFS.md -------------------------------------------------------------------------------- /Data Structure/Exhaustive Search & Binary Search.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/Exhaustive Search & Binary Search.md -------------------------------------------------------------------------------- /Data Structure/Hash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/Hash.md -------------------------------------------------------------------------------- /Data Structure/Stack-Queue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/Stack-Queue.md -------------------------------------------------------------------------------- /Data Structure/Time&Space Complexity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/Time&Space Complexity.md -------------------------------------------------------------------------------- /Data Structure/진법변환_비트연산.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Data Structure/진법변환_비트연산.md -------------------------------------------------------------------------------- /Database/AWS S3(Data Lake).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/AWS S3(Data Lake).md -------------------------------------------------------------------------------- /Database/Database 설계.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/Database 설계.md -------------------------------------------------------------------------------- /Database/Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/Index.md -------------------------------------------------------------------------------- /Database/Inner join, Outer join_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/Inner join, Outer join_sewon.md -------------------------------------------------------------------------------- /Database/NoSQL 데이터모델링.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/NoSQL 데이터모델링.md -------------------------------------------------------------------------------- /Database/RDBMS vs N 6c752.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/RDBMS vs N 6c752.md -------------------------------------------------------------------------------- /Database/RDBMS vs NoSQL by 양지현.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/RDBMS vs NoSQL by 양지현.md -------------------------------------------------------------------------------- /Database/RDBMS-and-NoSQL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/RDBMS-and-NoSQL.md -------------------------------------------------------------------------------- /Database/advenced Transaction by Jihyun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/advenced Transaction by Jihyun.md -------------------------------------------------------------------------------- /Database/elasticsearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/elasticsearch.md -------------------------------------------------------------------------------- /Database/kafka.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/kafka.md -------------------------------------------------------------------------------- /Database/반정규화 by eve.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/반정규화 by eve.md -------------------------------------------------------------------------------- /Database/키의 개념과 정규화.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Database/키의 개념과 정규화.md -------------------------------------------------------------------------------- /DesignPattern/2.design_pattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DesignPattern/2.design_pattern.md -------------------------------------------------------------------------------- /DesignPattern/BuilderPattern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DesignPattern/BuilderPattern.md -------------------------------------------------------------------------------- /DesignPattern/Design Pattern (1).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DesignPattern/Design Pattern (1).md -------------------------------------------------------------------------------- /DesignPattern/Design Pattern (2).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DesignPattern/Design Pattern (2).md -------------------------------------------------------------------------------- /DesignPattern/OCP와 전략패턴.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DesignPattern/OCP와 전략패턴.md -------------------------------------------------------------------------------- /DevOps/CI_CD_Bumjin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DevOps/CI_CD_Bumjin.md -------------------------------------------------------------------------------- /DevOps/DevOps_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DevOps/DevOps_sewon.md -------------------------------------------------------------------------------- /DevOps/Docker&Kubernetes_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DevOps/Docker&Kubernetes_sewon.md -------------------------------------------------------------------------------- /DevOps/Jenkins_Bumjin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DevOps/Jenkins_Bumjin.md -------------------------------------------------------------------------------- /DevOps/Kubernetes_WOOJAE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/DevOps/Kubernetes_WOOJAE.md -------------------------------------------------------------------------------- /Images/Backend_Roadmap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/Backend_Roadmap.jpg -------------------------------------------------------------------------------- /Images/CNCF_TrailMap_latest-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/CNCF_TrailMap_latest-1.png -------------------------------------------------------------------------------- /Images/CNCF_graphs-report-10-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/CNCF_graphs-report-10-1.png -------------------------------------------------------------------------------- /Images/CNCF_graphs-report-25-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/CNCF_graphs-report-25-2.png -------------------------------------------------------------------------------- /Images/JOB_Interview_01_Stack.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_01_Stack.jpg -------------------------------------------------------------------------------- /Images/JOB_Interview_02_Queue.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_02_Queue.jpg -------------------------------------------------------------------------------- /Images/JOB_Interview_03_MVC_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_03_MVC_pattern.png -------------------------------------------------------------------------------- /Images/JOB_Interview_04_MVC_Web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_04_MVC_Web.png -------------------------------------------------------------------------------- /Images/JOB_Interview_05_Spring_MVC_pattern.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_05_Spring_MVC_pattern.png -------------------------------------------------------------------------------- /Images/JOB_Interview_06_Spring_MVC_Architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_06_Spring_MVC_Architecture.png -------------------------------------------------------------------------------- /Images/JOB_Interview_07_Spring_Restful.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_07_Spring_Restful.png -------------------------------------------------------------------------------- /Images/JOB_Interview_08_SQL_INNER_JOIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_08_SQL_INNER_JOIN.png -------------------------------------------------------------------------------- /Images/JOB_Interview_09_SQL_OUTER_JOIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_09_SQL_OUTER_JOIN.png -------------------------------------------------------------------------------- /Images/JOB_Interview_10_SQL_OUTER_JOIN_detail.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_10_SQL_OUTER_JOIN_detail.png -------------------------------------------------------------------------------- /Images/JOB_Interview_11_SQL_CROSS_JOIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_11_SQL_CROSS_JOIN.png -------------------------------------------------------------------------------- /Images/JOB_Interview_12_SQL_SELF_JOIN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/JOB_Interview_12_SQL_SELF_JOIN.png -------------------------------------------------------------------------------- /Images/OSI_7_layers_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_7_layers_1.png -------------------------------------------------------------------------------- /Images/OSI_7_layers_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_7_layers_2.png -------------------------------------------------------------------------------- /Images/OSI_7_layers_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_7_layers_3.png -------------------------------------------------------------------------------- /Images/OSI_7_layers_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_7_layers_4.png -------------------------------------------------------------------------------- /Images/OSI_7_layers_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_7_layers_5.png -------------------------------------------------------------------------------- /Images/OSI_Bridge.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_Bridge.jpeg -------------------------------------------------------------------------------- /Images/OSI_HUB.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_HUB.png -------------------------------------------------------------------------------- /Images/OSI_L2_Switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_L2_Switch.png -------------------------------------------------------------------------------- /Images/OSI_L3_Switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_L3_Switch.png -------------------------------------------------------------------------------- /Images/OSI_L4_Switch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_L4_Switch.png -------------------------------------------------------------------------------- /Images/OSI_NIC.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_NIC.jpeg -------------------------------------------------------------------------------- /Images/OSI_Repeater.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_Repeater.png -------------------------------------------------------------------------------- /Images/OSI_Router.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/OSI_Router.jpeg -------------------------------------------------------------------------------- /Images/TCP-IP_history_1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP-IP_history_1.gif -------------------------------------------------------------------------------- /Images/TCP-IP_history_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP-IP_history_2.gif -------------------------------------------------------------------------------- /Images/TCP-IP_history_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP-IP_history_3.gif -------------------------------------------------------------------------------- /Images/TCP-IP_history_4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP-IP_history_4.gif -------------------------------------------------------------------------------- /Images/TCP-IP_history_5.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP-IP_history_5.gif -------------------------------------------------------------------------------- /Images/TCP_3way_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_3way_1.png -------------------------------------------------------------------------------- /Images/TCP_3way_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_3way_2.png -------------------------------------------------------------------------------- /Images/TCP_3way_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_3way_3.png -------------------------------------------------------------------------------- /Images/TCP_4way_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_4way_1.png -------------------------------------------------------------------------------- /Images/TCP_4way_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_4way_2.png -------------------------------------------------------------------------------- /Images/TCP_4way_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_4way_3.png -------------------------------------------------------------------------------- /Images/TCP_header_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_header_1.png -------------------------------------------------------------------------------- /Images/TCP_header_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_header_2.png -------------------------------------------------------------------------------- /Images/TCP_segment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Images/TCP_segment.jpg -------------------------------------------------------------------------------- /Information/cs_information.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Information/cs_information.md -------------------------------------------------------------------------------- /Information/job_interview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Information/job_interview.md -------------------------------------------------------------------------------- /Network/HTTP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/HTTP.md -------------------------------------------------------------------------------- /Network/IP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/IP.md -------------------------------------------------------------------------------- /Network/nw_01_OSI_7_layers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_01_OSI_7_layers.md -------------------------------------------------------------------------------- /Network/nw_02_TCP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_02_TCP.md -------------------------------------------------------------------------------- /Network/nw_03_TCP_IP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_03_TCP_IP.md -------------------------------------------------------------------------------- /Network/nw_04_UDP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_04_UDP.md -------------------------------------------------------------------------------- /Network/nw_05_대칭키_공개키.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_05_대칭키_공개키.md -------------------------------------------------------------------------------- /Network/nw_06_HTTP_HTTPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_06_HTTP_HTTPS.md -------------------------------------------------------------------------------- /Network/nw_07_TLS_SSL_HandShake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_07_TLS_SSL_HandShake.md -------------------------------------------------------------------------------- /Network/nw_08_LoadBalancing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_08_LoadBalancing.md -------------------------------------------------------------------------------- /Network/nw_09_Blocking_NonBlocking_Sync_Async.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Network/nw_09_Blocking_NonBlocking_Sync_Async.md -------------------------------------------------------------------------------- /OS/process-and-thread.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/process-and-thread.md -------------------------------------------------------------------------------- /OS/운영체제.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/운영체제.md -------------------------------------------------------------------------------- /OS/컴퓨터 시스템.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/컴퓨터 시스템.md -------------------------------------------------------------------------------- /OS/프로세스 동기화 - 세마포어(2) Busy Wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/프로세스 동기화 - 세마포어(2) Busy Wait.md -------------------------------------------------------------------------------- /OS/프로세스 동기화 - 세마포어.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/프로세스 동기화 - 세마포어.md -------------------------------------------------------------------------------- /OS/프로세스 동기화 - 임계구역.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/프로세스 동기화 - 임계구역.md -------------------------------------------------------------------------------- /OS/프로세스와 스레드.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/OS/프로세스와 스레드.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/README.md -------------------------------------------------------------------------------- /SW/혼동 용어 정리.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/SW/혼동 용어 정리.md -------------------------------------------------------------------------------- /Server/API_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Server/API_sewon.md -------------------------------------------------------------------------------- /Server/CloudServer_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Server/CloudServer_sewon.md -------------------------------------------------------------------------------- /Server/LoadBalancing_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Server/LoadBalancing_sewon.md -------------------------------------------------------------------------------- /Web/3.restApi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/3.restApi.md -------------------------------------------------------------------------------- /Web/CORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/CORS.md -------------------------------------------------------------------------------- /Web/Callback.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/Callback.md -------------------------------------------------------------------------------- /Web/DRF(Django Rest Framework)_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/DRF(Django Rest Framework)_sewon.md -------------------------------------------------------------------------------- /Web/JWT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/JWT.md -------------------------------------------------------------------------------- /Web/SpringBoot_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/SpringBoot_sewon.md -------------------------------------------------------------------------------- /Web/browser_rendering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/browser_rendering.md -------------------------------------------------------------------------------- /Web/props_and_state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/props_and_state.md -------------------------------------------------------------------------------- /Web/tomcat VS nginX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/tomcat VS nginX.md -------------------------------------------------------------------------------- /Web/변수호이스팅.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/변수호이스팅.md -------------------------------------------------------------------------------- /Web/익명함수.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/익명함수.md -------------------------------------------------------------------------------- /Web/접근성.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/접근성.md -------------------------------------------------------------------------------- /Web/함수선언문과 함수표현식.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/Web/함수선언문과 함수표현식.md -------------------------------------------------------------------------------- /language/C-pointer_sewon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cs-study-play/cs-study/HEAD/language/C-pointer_sewon.md --------------------------------------------------------------------------------