[DevOps] Blue-Green 배포, A/B 테스트, Canary Release
Continuous Deliver(무중단 배포 전략)
Posted by
Wonyong Jang
on March 24, 2021 ·
6 mins read
[Java] 람다 표현식(Lambda Expressions)
람다식 사용법 / 함수형 인터페이스 / Variable Capture / 메서드, 생성자 레퍼런스 / invokedynamic
Posted by
Wonyong Jang
on March 12, 2021 ·
27 mins read
[Scala] 스칼라의 Type에 대해서
type bounds(Upper bound, Lower bound), type variance
Posted by
Wonyong Jang
on March 05, 2021 ·
8 mins read
[Scala] 여러가지 date 표현
ISO 8601, UTC, GMT, Timezone
Posted by
Wonyong Jang
on February 27, 2021 ·
10 mins read
[Scala] 스칼라 시작하기2
Tuples, Pattern matching, 믹스인 클래스 컴포지션, Currying, companion object, Sealed
Posted by
Wonyong Jang
on February 25, 2021 ·
13 mins read
[Scala] 스칼라 시작하기
스칼라 구조 및 특징 / method, function, class, trait, 싱글턴 오브젝트(object)
Posted by
Wonyong Jang
on February 24, 2021 ·
21 mins read
[Spring] Spring Retry
RetryTemplate, 어노테이션을 이용한 재시도 / Retry와 Recover
Posted by
Wonyong Jang
on February 18, 2021 ·
15 mins read
[Spring] UriComponentsBuilder와 RestTemplate 사용하기
UriCompoentsBuilder와 RestTemplate 사용시 URL 인코딩 주의사항
Posted by
Wonyong Jang
on February 17, 2021 ·
6 mins read
[Spring] Spring Mockito
유닛 테스트를 위한 Java Mocking framework
Posted by
Wonyong Jang
on February 16, 2021 ·
15 mins read