Toggle navigation
Dev notes
🦣 Mastodon
📰 RSS
🌐 Homepage
Beginner's guide to toolkits in Scala
March 11, 2023
So you are learning Scala and see all the news about scala-cli and it becoming the new scala runner, Scala Toolkit, Typelevel Toolkit and things become a little confusing? This …
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 …
« Prev
1
2
Next »