Category
- TypeScript 17
- OS lecture 1 16
- React 15
- JavaScript 14
- Algorithm 14
- Computer Architecture 13
- HTML/CSS 7
- Nodejs lecture 1 7
- Network 6
- CleanCode 5
- etc 4
- JS 4
- Nodejs 2
- Lecture 2
- JS Deep Dive 2
- Linux 1
- Git 1
- javascript 1
- MySQL 1
- Node.js 1
- comment 1
- formatting 1
- object 1
- data structure 1
- Next.js 1
TypeScript
[TypeScript] Effective TS - item.13 타입과 인터페이스의 차이점  
2022.08.17
TypeScript
Effective TS
[TypeScript] Effective TS - item.12 함수 표현식에 타입 적용 
2022.08.16
TypeScript
Effective TS
[TypeScript] Effective TS - item.10 - 객체 레퍼 타입 피하기 
2022.08.14
TypeScript
Effective TS
[TypeScript] Effective TS - item.02 - TS 설정 이해 
2022.08.10
TypeScript
Effective TS
tsconfig
[TypeScript] Udemy 강의 - 1 ~ 20 (TS vs JS, enum)  
2022.08.09
TypeScript
Comong
String literal
[TypeScript] 컴파일 세부설정 (tsconfig.json) 
2021.12.05
TypeScript
JavaScript
[TypeScript] TS 사용이유와 기본 셋팅&사용법 
2021.12.04
TypeScript
JavaScript
OS lecture 1
[OS lecture 1] 운영체제 구조 - 16 - 가상 머신 
2021.12.15
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 15 - 부팅의 이해 
2021.12.14
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 14 - 파일시스템 
2021.12.13
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 12 - 페이징시스템 
2021.12.11
OS lecture 1
paging
virtual memory
[OS lecture 1] 운영체제 구조 - 11 - 가상 메모리 
2021.12.10
OS lecture 1
virtual memory
[OS lecture 1] 운영체제 구조 - 10 - 교착상태/기아상태 
2021.12.09
OS lecture 1
deadlock
scheduling
starvation
[OS lecture 1] 운영체제 구조 - 9 - 동기화/세마포어 
2021.12.08
OS lecture 1
scheduling
sync
[OS lecture 1] 운영체제 구조 - 8 - 스레드  
2021.12.07
OS lecture 1
scheduling
Thread
[OS lecture 1] 운영체제 구조 - 7 - IPC 
2021.12.06
OS lecture 1
IPC
process
scheduling
[OS lecture 1] 운영체제 구조 - 6 - 컨텍스트 스위칭 
2021.12.03
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 5 - 인터럽트 
2021.11.27
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 4 - 프로세스 상태와 스케쥴링 
2021.11.22
OS lecture 1
process
scheduling
[OS lecture 1] 운영체제 구조 - 3 - 스케쥴링 알고리즘 
2021.11.19
OS lecture 1
process
scheduler
[OS lecture 1] 운영체제 구조 - 1 - 커널모드 & 시스템 콜  
2021.11.11
OS lecture 1
shell
system call
React
다양한 웹성능 최적화 기법 - DNS, 브라우저 타이밍 API, 이미지 최적화 
2024.06.02
React
Optimization
[Next.js] Next.js의 next/script에 대해서 (공식문서 및 최적화 테크닉) 
2024.03.20
React
Script
[React] 토이 프로젝트 개선기 01. 코드 스플리팅 
2023.11.14
React
Code-splitting
[React] 토이 프로젝트 개선기 02. 테스팅 환경 설정 (에러 핸들링) 
2023.10.02
React
React-testing-library
RTL
[React] react-query의 기본 코드 및 특징 
2023.09.13
React
React-Query
[React] React에서 분기처리 하는 법 4가지 
2022.09.12
React
Diverge
if
[React] React 상태관리 시리즈 - 1 - Zustand 
2022.03.13
React
Zustand
[React] 배포시 아이콘이 로드되지 않는 현상 해결(feat. React의 이미지 경로) 
2022.02.18
React
Comong
icon
[React] SPA & Route 
2021.10.30
React
router
switch
[React] Bootstrap 사용법 
2021.10.11
React
Bootstrap
JavaScript
[React] 기본 CRUD구현 (state, props) 
2021.10.10
React
props
state
[React] React 기초 개념 정리 - 3 (DOM, 라이브러리)  
2021.09.29
React
DOM
JavaScript
[React] React 기초 - 2 (SPA & Wireframe) 
2021.09.22
React
JavaScript
SPA
Wireframe
[React] React 기초 - 1 (React의 장단점과 JSX문법) 
2021.09.21
React
JavaScript
JSX
JavaScript
[JavaScript] 객체 지향 프로그래밍(OOP) - 2 
2021.11.08
JavaScript
OOP
[JavaScript] 객체 지향 프로그래밍(OOP) - 1 
2021.11.07
JavaScript
OOP
[JavaScript] 일급 객체와 주요 고차함수  
2021.10.29
JavaScript
higher order function
[JavaScript] Spread/Rest, Destructing 문법  
2021.10.28
JavaScript
Destructing
Spread/Rest
[JavaScript] DOM의 기본 조작 
2021.10.27
JavaScript
DOM
[javaScript] 스코프와 클로저 
2021.10.24
JavaScript
closure
scope
[JavaScript] 객체의 이해 및 메서드 
2021.10.22
JavaScript
Object
[JavaScript] 배열의 이해 및 메서드 
2021.10.21
JavaScript
array
[JavaScript] 기억해야할 falsy 값 6가지 
2021.10.12
JavaScript
falsy
[JavaScript] for, while loop의 이해 
2021.10.09
JavaScript
for loop
while loop
[JavaScript] 숫자, 문자열 다루기 
2021.10.07
JavaScript
parseInt
slice
type
[JavaScript] 고차함수의 기초 
2021.09.23
JavaScript
Higher Order Function
[JavaScript] 변수 선언/할당, 스코프 
2021.09.09
JavaScript
scope
variable
[JavaScript] 원시, 참조자료형의 차이 
2021.09.08
JavaScript
type
Algorithm
[Algorithm] heap-binaryHeap 
2022.01.01
Algorithm
heap
[Algorithm] DP-LIS 
2021.12.31
Algorithm
LIS
[Algorithm] DP-LCS 
2021.12.30
Algorithm
DP
LCS
[Algorithm] Array-uglyNumbers 
2021.12.29
Algorithm
Array
[Algorithm] DC-closestPairOfPoints 
2021.12.28
Algorithm
Divide and Conquer
[Algorithm] String-ceasarCode 
2021.12.27
Algorithm
String
[Algorithm] DP-coinChange  
2021.12.26
Algorithm
DP
tabulation
[Algorithm] Queue의 기초와 기본예제 
2021.11.10
Algorithm
JavaScript
Queue
[Algorithm] Stack의 기초와 기본예제 
2021.11.09
Algorithm
JavaScript
stack
[Algorithm] 이진트리(DFS) - 순열 
2021.11.04
Algorithm
JavaScript
[Algorithm] 이진트리(DFS) - 부분집합, 합계 
2021.11.03
Algorithm
JavaScript
[Algorithm] 재귀함수 기초 및 이진트리(DFS) 
2021.11.02
Algorithm
JavaScript
[Algorithm] for문과 forEach의 차이  
2021.11.01
Algorithm
JavaScript
[Algorithm] 스택 기본문제 풀이 
2021.09.08
Algorithm
data structure
Computer Architecture
[Computer Architecture] 컴퓨터 구조 - 7 - 조합/기억 논리회로 
2021.12.22
Computer Architecture
data
[Computer Architecture] 컴퓨터 구조 - 4 - 데이터의 종류 
2021.12.19
Computer Architecture
data
[Computer Architecture] 컴퓨터 구조 - 1 - 왜 컴퓨터 구조를 학습해야 할까? 
2021.12.16
HTML/CSS
[CSS] CSS 기초 - 반응형 웹 & 그리드 레이아웃 
2021.10.20
HTML/CSS
grid
[CSS] CSS - 고급 선택자 
2021.10.19
HTML/CSS
selector
[CSS] CSS 기초 - 박스모델과 레이아웃 
2021.10.17
HTML/CSS
box model
layout
[CSS] CSS 기초 - 글꼴 
2021.10.15
HTML/CSS
font
[HTML] HTML에서 script는 어디에 위치해야 할까? 
2021.10.14
HTML/CSS
JavaScript
[CSS] CSS 기초 - 선택자, 캐스케이딩  
2021.10.14
HTML/CSS
Cascading
selector
[HTML] HTML 기초 (Markup언어 & 태그) 
2021.10.13
HTML/CSS
Markup
tag
Nodejs lecture 1
맨 위로 이동 ↑Network
[Network] HTTP/네트워크 기초 - 4 (HTTP 요청과 메세지) 
2021.11.28
Network
HTTP
[Network] HTTP/네트워크 기초 - 1 (클라이언트-서버 아키텍처) 
2021.11.23
Network
HTTP
[Network] 좋은 REST API를 디자인하는 방법 (성숙도 모델) 
2021.11.20
Network
JavaScript
REST API
[Network] REST API란 
2021.09.12
Network
JavaScript
REST API
CleanCode
[CleanCode] 클린코드 공부하기 - 6 - 객체와 자료구조 
2022.06.23
CleanCode data structure object
CleanCode
[CleanCode] 클린코드 공부하기 - 5 - 포맷팅 
2022.06.23
CleanCode formatting
CleanCode
[CleanCode] 클린코드 공부하기 - 4 - 주석 
2022.06.23
CleanCode comment
CleanCode
[CleanCode] 클린코드 공부하기 - 2 - 함수 
2022.04.13
[CleanCode] 클린코드 공부하기 - 1 - 의미있는 이름 
2022.04.07
etc
[Setting] 맥에서 사용하는 setting 
2022.09.10
etc
setting
[etc] 코드스테이츠 세션1 회고 
2021.10.05
etc
codestates
github.io 블로그 글 작성 연습 
2021.09.05
etc
blog
github.io 블로그 시작하기 
2021.09.05
etc
blog
JS
[JS] JavaScript의 주요 특징 
2022.03.15
JS
interview
[JS] JavaScript의 주요 특징 
2022.03.15
JS
interview
[javascript] event loop란 무엇인가 
2021.11.21
JS
event loop
JS
TIL
Nodejs
[Nodejs] Nodejs에서 디버깅하기 
2021.11.25
Nodejs
debugger
[Node.js] Node.js 기초 - 패키지 개념과 npm 
2021.10.18
Nodejs
npm
nvm
Lecture
JS Deep Dive
[JS Deep Dive] 02. 자바스크립트란? 
2022.02.01
JS Deep Dive
global variable
[JS Deep Dive] 01. 프로그래밍 
2022.01.31
JS Deep Dive
programming
Linux
[TIL] CLI의 기본명령어 
2021.10.16
Linux
CLI
Git
[Git] Git의 기본 사용법 1 - 버전관리  
2021.10.23
Git
version
javascript
[javascript] 비동기 JS (Promise, async/await)  
2021.11.16
javascript
async
await
Promise
MySQL
[DB] SQL의 기본문법 - 1 - SELECT 
2021.12.24
MySQL
MySQL
SELECT
Node.js
[JS] Node.js의 주요 특징 
2022.03.15
Node.js
interview
comment
[CleanCode] 클린코드 공부하기 - 4 - 주석 
2022.06.23
CleanCode comment
CleanCode
formatting
[CleanCode] 클린코드 공부하기 - 5 - 포맷팅 
2022.06.23
CleanCode formatting
CleanCode
object
[CleanCode] 클린코드 공부하기 - 6 - 객체와 자료구조 
2022.06.23
CleanCode data structure object
CleanCode
data structure
[CleanCode] 클린코드 공부하기 - 6 - 객체와 자료구조 
2022.06.23
CleanCode data structure object
CleanCode
Next.js
[Next.js] Next.js의 next/font에 대해서 (공식문서 및 최적화 테크닉) 
2024.04.11
Next.js
Font