[Docker] 도커를 이용한 간단한 Node.js 어플 만들기
dockerfile 최적화 / docker volume / Working Directory / docker compose 작성가이드
Posted by
Wonyong Jang
on January 02, 2022 ·
11 mins read
[Docker] 도커 컴포즈 및 환경 변수
Docker Compose 가이드 / env 파일 / Docker Compose에서 환경 변수를 다루는 4가지 방법
Posted by
Wonyong Jang
on January 01, 2022 ·
8 mins read
[Docker] 도커에 대한 이해
도커에 대한 개념과 기존 가상화 기술과의 차이 / 명령어 / dockerfile 작성가이드
Posted by
Wonyong Jang
on December 31, 2021 ·
18 mins read
[Kotlin] let, with, run, apply, also 정리
Scope Functions 범위 지정 함수
Posted by
Wonyong Jang
on December 05, 2021 ·
9 mins read
[Kotlin] 인라인과 람다 내부의 return은 언제 불가능할까?
람다와 인라인(inline) 이해 / noninline / use
Posted by
Wonyong Jang
on December 01, 2021 ·
14 mins read
[Kotlin] Break and Continue, Return label
고차함수 안에서 흐름 제어 / 람다식에서 return문 사용할 때 주의사항
Posted by
Wonyong Jang
on November 30, 2021 ·
6 mins read
[Redux] reselect 사용하기
memoization을 통해 불필요한 렌더링을 막아주고 성능을 향상시키는 reselector
Posted by
Wonyong Jang
on November 21, 2021 ·
5 mins read
[Kotlin] Coroutine Context and Dispatchers
Debugging coroutines and theadsi, jumping between threads / withContext
Posted by
Wonyong Jang
on November 05, 2021 ·
11 mins read
[Kotlin] Coroutines under the hood
코루틴 내부 동작 방식 이해하기 / Continuation Passing Style
Posted by
Wonyong Jang
on November 04, 2021 ·
7 mins read
[Kotlin] 코루틴(coroutine) suspend 함수 구성하기
suspend 함수 작성하는 best practice / structed concurrency
Posted by
Wonyong Jang
on November 03, 2021 ·
15 mins read