How to run sbt tasks with custom settings
When preparing build configuration in sbt, you might want to write custom sbt task. Task in sbt is like a function that can depend on other …
When preparing build configuration in sbt, you might want to write custom sbt task. Task in sbt is like a function that can depend on other …
TL;DR: Today I learned that you can trace your build performance with bloop, and it’s especially easy when using Metals. The setup …
In this post we’ll learn how to build and deploy your own feed on Bluesky. We’ll start with some background info on Bluesky and …
TL;DR Today I learned that you can hide irrelevant changes from Github PRs. The syntax for .gitattributes can be tricky though.
In my …
TL;DR Today I learned how to fix post visibility by reading the documentation …
Lately I’ve been working on preparing learning materials in Scala. Usually when I work on preparing slides for public speaking I would …
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 …