Implementing a containerized Python action

One thing I wish was embraced more, and not just by users but also platforms such as GitLab is re-usable actions, or workflows if you will. As they help spend less time away from your primary project. Also, containers. ...

November 9, 2023 · 8 min · Liv Dywan

Reading blog posts without saying a word

It’s nice sometimes being able to listen instead of reading, isn’t? If only there was a way to automagically be able to do that for all blog posts 🤔️ ...

November 26, 2022 · 3 min · Liv Dywan

Writing openQA tests in Python

openQA is a test framework that works with many operating systems. openSUSE, Fedora, Debian and others are using it to ensure the quality of releases. Writing tests with it is easier than you might think. And you can use Python to do it! ...

July 15, 2021 · 4 min · Liv Dywan