Home

2022-10-13

Recently I'm doing a lot of networking again. In order to do so I needed to have the right tools available. One that I'm using surprisingly often is dig. That's why we are going to take a quick look at it. Let's go! 🤓

2022-09-09

Recently I have been playing around with algorithmic trading tools such as Freqtrade, so I thought I should share my learnings. Let's get into it! 🤩

2022-08-12

I spend a lot of time on twitter recently. And it is really awesome to see so much people sharing tips and tutorials over there. Recently I learned how to use the CSS grayscale filter over there 🤓

2022-08-05

The other day I found a nice thread 🧵 explaining different console methods, that can be used instead of console.log(). Let us take a closer look! 🤓

2022-07-29

Lately we have been using more and more of our GitLab CI minutes during development. To counter that I restricted the execution of feature/* branches to be only executed when manually triggered. That way all developers can push their changes before they go home without worrying about our contingent of GitLab CI minutes.