Introduction to optics in Scala
Throughout this blog I’ve mentioned the benefits of having a strong type system a multiple times. I’ve covered type refinement …
Throughout this blog I’ve mentioned the benefits of having a strong type system a multiple times. I’ve covered type refinement …
In the previous post about Scala derivation I’ve explained the idea of derivation and showed how we can benefit from it by using …
When learning about Scala, there are a few things that might be surprising. One of such mechanisms is code derivation. With this post I want …
Last Thursday (13.04.2023) I had the pleasure to speak at the 5th edition of Tech Bytes in Kraków.
TL;DR This post is a short recap of the …
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 …
TL;DR I wanted to launch a flashlight on Android device using Typescript and the experience was far from ideal.
Background: …
In the previous post in the series I described the process of externalizing you HA (Home Assistant) using my custom addon. Make sure to …
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 …
This is a third post in the Smart Home series. See the previous post if you haven’t already: …
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 …
This is a second post in the Smart Home series. See the previous post if you haven’t already: …
TL;DR Today I learned how to fix post visibility by reading the documentation …
New year is always a good excuse to start something new. This post starts a series on building a smart home. It’s not going to be a …
Do you know that feeling, waking up in the morning just to learn your website and self hosted services are down for unknown reason? That …
Say you want to start a blog, perhaps even join #100DaysToOffload. There are some questions you need to ask yourself. How do I start? Do I …
In this post I want to share a simple solution for the simple problem I wanted to solve some time ago. The problem definition is following: …
Lately I’ve been working on preparing learning materials in Scala. Usually when I work on preparing slides for public speaking I would …
In this short entry I want to shed some light at the difference between <: and <:< in Scala.
TL;DR
<: is a language feature …
Job interview is not an easy thing, neither for the candidate, nor the recruiters. From the candidate’s perspective it’s …
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 …