Blog
Some blog articles I have written.
Building slides with Pluto.jl
January 14, 2021—Pluto is an awesome technology enabling a unique workflow for computational science. But you can also use it to present your findings to others! Here is how.
The (missing) harm of manual dispatch in Julia
September 24 2020—Quick demonstration that manually dispatching on the argument types of a function in Julia is, while clearly undiomatic, not harmfull at runtime.
Optionality in the type systems of Julia and Rust
August 30, 2020—Overview about different patterns to implement the concept of optionality in types, using Julia and Rust as examples.
Pure fun. A journey towards Elm.
March 27, 2020—About my first real contact to functional programming and a small game I have written in Elm.
No one is average.
January 24, 2020—In this post, I present a short demonstration of an interesting statistical phenomenon and how to explore it using Julia.