Skip to content

Instantly share code, notes, and snippets.

@ikhoon
Last active February 28, 2019 09:36
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ikhoon/536e707bf44be1ba6ad10c8a1f14781b to your computer and use it in GitHub Desktop.
Save ikhoon/536e707bf44be1ba6ad10c8a1f14781b to your computer and use it in GitHub Desktop.

Scala Workshop 2019

Basic? Scala

Advanced Scala

Enterprise scala

  • Mission
    • want fp
    • pursue pure fp but not always
  • Projects
    • durian
    • c1
  • Protocols
  • Filter
  • DI
  • Zipkin Tracing
  • Client Load balancer
  • Batch Job
    • Streaming
    • Simple App
    • Reuse existing code
  • Worker
  • DB libraries
    • Pros and cons
    • Doobie
    • Slick
    • Quill
  • Json libraries
    • Pros and cons
    • play-json
    • circe
    • Jackson scala module

FP in scala

  • Monad transformer
  • Future & Promise
    • Composition
    • Blocking IO
  • Cats
    • traverse
    • mapN
    • tupled
    • cats.implicits._
  • The Typeclassopedia
  • 타입 클래스 만드는것 보단 개념보단 실제
  • libraries
    • Chimney
    • Pureconfig
    • Scalacheck
    • FS2
    • sttp
    • http4s
    • Cartbird
    • Monix
    • cats-effect
    • Twitter OSS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment