Posts
thacoon
Cancel

Self serve Fontawesome icons via icon classes with NextJS

Install the free version of Font Awesome You can easily get the latest free version via npm or yarn. 1 2 $ npm install --save @fortawesome/fontawesome-free $ yarn add @fortawesome/fontawesome-free...

GitLab CI: Auto dependency updates

The problem Using components with known vulnerabilities is one of the top ten web application security risks of the famous OWASP Top Ten list. It is easy to forget to update your dependencies of y...

Green IT Miniseries Part 1 - Energy consumption

You are right know probably looking on a screen, may it be your smartphone’s screen or the one from your labtop. You may even stream a nice song while reading this lines. You probably have used the...

Chrome vs. AdBlockers - Manifest V3 Summary

What’s it about? Last year Google announced to work on Manifest V3 (MV3) and a lot of voices raised that Google wants to kill adblockers. This resulted in a back and forth between the Chrome devel...

Using virtualenv with Jupyter Notebooks

When using a Jupyter I also want to use virtualenv to keep my different python environments isolated. But I always forget how I do this, so here is how. Create a new virtual environment or enter a...