The AOC 2024 Retro - Finally!!!

2025-04-09 Software-Craftmanship Augmented-by-AI Advent-of-Code Functional-Programming Nerdy Scala

I am calling it! I declare my Advent of Code (AOC) for 2024 done! Finally!

Clarification: This does not mean that I did all of it, but I did what I ...

Read More

Huffman Trees/Codes - Why are they different?

2024-11-19 Software-Craftmanship Augmented-by-AI Functional-Programming Nerdy Scala

Right now I am solving the 99-scala-problems. Again!!!

This time around I am using them to learn more about what it means to be an Augmented Software ...

Read More

Reconnecting to RabbitMQ with AMQP in Elixir

2021-10-26 Software-Craftmanship AMQP Community Elixir Event-Sourcing Functional-Programming Micro-Services Tips & Tricks Web-Services

Updated (2022-01-01): Added stage.

At Community we are building a platform that will allow you to have meaningful conversations with large audiences ...

Read More

Effective Programming with Scala(3)

2021-06-02 Software-Craftmanship Functional-Programming Scala

Just finished the brand new Effective Programming with Scala course on Coursera.

It is a beginners course and it is excellent for beginners. Good ...

Read More

Some more fun with Scala3

2021-05-15 Software-Craftmanship Advent-of-Code Functional-Programming Nerdy Scala

Scala3 is here.

In my earlier post I saw some weird performance differences between Scala2 and Scala3 (RC3) and felt (obviously) compelled to run the ...

Read More

More fun with Scala3

2021-05-01 Software-Craftmanship Advent-of-Code Functional-Programming Nerdy Scala

Note: Look here for 3.0 benchmark numbers

The release of Scala3 is imminent.

In April I ported/migrated nmesos from Scala2 to Scala3 and I just did a ...

Read More

Scala 3 is ... gluten-free!!!

2021-02-21 Software-Craftmanship Functional-Programming Nerdy Scala

A couple of month ago I started to have stomach cramps. First it was only once week, but then it was more or less constant.

Funny enough I had to find ...

Read More

Haskell + Beam = Hamler (III)

2021-02-01 Software-Engineering Advent-of-Code Functional-Programming Haskell Nerdy Elixir

Here comes part III of the Hamler blog post series

One of the observations was that for/on Day21 hamler ~6000 times slower than haskell, ...

Read More

Haskell + Beam = Hamler (II)

2021-01-18 Software-Engineering Advent-of-Code Functional-Programming Haskell Nerdy Elixir

Here comes part II of the Hamler blog post series

For this year’s Advent-of-Code I wanted to take a look at Hamler.

I just finished ...

Read More

Haskell + Beam = Hamler (I)

2020-12-15 Software-Engineering Advent-of-Code Functional-Programming Haskell Nerdy Community Elixir

Hamler Blog Post Series …

  • Hamler (I) - First week (this post)
  • Hamler (II) - All solutions for part 1 (in Hamler and Haskell)
  • Hamler (III) - ...
Read More