Recent Posts

OCaml’s Standard Library (Stdlib)

8 minute read

Every programming language comes with some “batteries” included - mostly in the form of its standard library. That’s typically all of the functionality that’...

Automate the Creation of GitHub Releases

2 minute read

I maintain many open-source projects and one of the most common tasks for me is to “create a GitHub release”, which is more or less the process of attaching ...