Dev notes
  • 🦣 Mastodon
  • 📰 RSS
  • 🌐 Homepage
TIL: Mimic value class in Typescript

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

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 …
100 days to offload [1/100]

100 days to offload [1/100]

December 12, 2022
Today I’m joining the 100 Days To Offload challenge. Starting from today I aim to publish 100 blog posts by 12.12.2023. The idea is described in more detail at the project …
Global Day of Code Retreat 2022

Global Day of Code Retreat 2022

November 5, 2022
In this article I want to share my experience from Global Day of Code Retreat 2022. The initiative GDCR is an annual event organized on site and virtually all over the world. As …
Type safety with refined

Type safety with refined

July 14, 2022
Goal In this article we’ll learn how to use the Scala type system for avoiding runtime errors. On our way we’ll learn some basics about scala-cli. Bootstrap In this …
OAuth2 Scala application with sttp-oauth2

OAuth2 Scala application with sttp-oauth2

July 14, 2021
Building simple Scala web application with OAuth2 Github login - part 2 In the first part we have prepared a simple web application using Scala with Tapir and Http4s. It can be …
  • « Prev
  • 1
  • 2
  • 3
  • 4
  • Next »
All rights reserved by Michał Pawlik
  • 🦣 Mastodon
  • 📰 RSS