regex101.com is my favorite tool for testing and debugging regular expressions too. It can even generate code. π€ Very nice tool! π
π¬ Micro: 2020-04-06
This section is for short notes, thoughts or IndieWeb interactions.
It seems like Iβm currently a bit obsessed with creating new Go-based projects. Yesterday, I announced my new Telegram channel, where itβs possible to receive notifications about new entries on my blog (I created another channel for the German posts too). First, I tried to use IFTTT, but somehow IFTTTβs behavior is a bit unpredictable and I thought itβs probably easier to just code my own solution. It was only a task of about an hour, but now it works the way I want it to work. To trigger updates on the Telegram channel, I configured my blog build pipeline (I use Drone CI to build and publish my blog) to always make a webhook request to my new tool after the updated site got deployed to the server. I have to say that the Telegram Bot API is a really nice and simple API. Sending a message is done with just a single HTTP call. Although there are a couple of libraries that can do that too, I noticed itβs easier to just write some simple code for the request myself.