Toggle navigation
Dev notes
𦣠Mastodon
š° RSS
š Homepage
WrocÅaw Scala User Group #2
January 29, 2023
In this post I want to share a short recap of first WrocÅaw Scala User Group (WSUG) meetup. This will be kind of TIL entry, it doesn’t aim to cover the full presentation ā¦
WrocÅaw Java User Group
January 14, 2023
In this post I want to share a short recap of first WrocÅaw Scala Java Group (WSUG) meetup. This will be kind of TIL entry, it doesn’t aim to cover the full presentation ā¦
Scala type bounds - <: vs <:<
December 16, 2022
In this short entry I want to shed some light at the difference between <: and <:< in Scala. TL;DR <: is a language feature built into the compiler: upper type bound ā¦
TIL: Mimic value class in Typescript
December 15, 2022
TL;DR Today I learned how to mimic Scala-like value class in Typescript Doing day to day scala I often use value classes to model the data like: final case class UserId(value: ā¦
WrocÅaw Scala User Group - first meetup
December 13, 2022
In this post I want to share a short recap of first WrocÅaw Scala User Group (WSUG) meetup. This will be kind of TIL entry, it doesn’t aim to cover the full presentation ā¦