[Scala] Guice의 Singleton 사용
Scala 언어를 이용하여 Dependency Injection 구조 만들기
Posted by
Wonyong Jang
on March 09, 2024 ·
2 mins read
[Scala] is 로 시작하는 Boolean 타입 필드 사용시 이슈
java, kotlin 그리고 scala 언어에서의 차이 / jackson을 이용한 serialize 할 때 주의사항
Posted by
Wonyong Jang
on November 25, 2023 ·
10 mins read
[Scala] 테스트 코드 작성하기
scalatest, scalacheck, mockito scala / 단위 테스트를 하기 위한 구조 / singleton object mock 테스트
Posted by
Wonyong Jang
on September 25, 2023 ·
18 mins read
[Scala] implicit
암시적 파라미터, 암시적 변환
Posted by
Wonyong Jang
on February 25, 2022 ·
4 mins read
[Scala] Case Object vs Enumerations
스칼라에서 열거형을 사용하는 방법 / Scala 2, 3
Posted by
Wonyong Jang
on September 26, 2021 ·
7 mins read
[Scala] 동시성을 위한 Future
Concurrency / Await.ready 와 Await.result 차이
Posted by
Wonyong Jang
on July 07, 2021 ·
9 mins read
[Scala] val 과 def 차이와 주의사항
val 과 def 차이, def를 val로 변환, trait에서 추상 멤버를 사용할 때(val 사용시 초기화 이슈)
Posted by
Wonyong Jang
on June 16, 2021 ·
11 mins read
[Scala] 예외 처리 ( Option, Either, Try )
NullPointerException 을 처리하기 위한 여러가지 방법
Posted by
Wonyong Jang
on April 29, 2021 ·
8 mins read
[Scala] collection API
Traversable, Seq, List, Array, Vector, map, flatMap, takeWhile, take, groupBy
Posted by
Wonyong Jang
on April 23, 2021 ·
11 mins read
[Scala] Null, null, Nil, Nothing, None, and Unit
Empty value을 표현하는 방법과 사용 목적
Posted by
Wonyong Jang
on March 31, 2021 ·
2 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