• Lights – All Kinds…

    Lights – All Kinds…

    Lights and high contrast photographies have always amazed me. As a total amateur, I’ve started clicking around randomly, and the result can be found here. Don’t be too hard on me. 🙂 Continue Reading →

  • The Bloom Filter

    The Bloom Filter

    When we need a good solution to quickly check if an item is part of a set, then we can use a probabilistic data structure – called bloom filter – for that. It is useful in spellcheck, caching, malicious site detection, and many more things. Continue Reading →

  • View from my balcony

    View from my balcony

    While living in Vancouver, I had a fabolous apartment with a really scenic view. I had the opportunity to take photos of the different faces of Vancouver: after a huge rain, before a storm, in the dawn and in the middle of a busy evening. For those who would like to see something more, I… Continue Reading →

  • How to test unpublished GitHub action

    How to test unpublished GitHub action

    When developing a new GitHub Action, then you may want to test it continuously without publishing it first. Unfortunately the UI isn’t too helpful here. Solution: you have to edit the deploy.yaml and use the hash of the commit to be tested. Details in the article. Continue Reading →

  • App.Init();

    A short welcome and a definition of intentions of the blog. Here you will find a short summary of topics I’m interested in and may write about in this blog. Continue Reading →