The Agile Manifesto

When you are working in an agile team e.g. Scrum you might have heard about the agile manifesto. Formulated in 2001 it influenced a lot of software developers and methodologies like Scrum. The Agile Manifesto consists of 4 values and 12 principles: Values Principles Our highest priority is to satisfy the customer through early and…

Moving Motivators

An interesting technique from the Management 3.0 book “Managing for happiness” is the moving motivators exercise. What are the benefits of this exercise? It raises self-awareness about what motivates you, say what makes you get up in the morning. You can figure out what is important to your colleagues and support them in those areas.…

Kudo Cards

What is Kudo? Kudo is Greek for fame or honor. The idea behind Kudo Cards is to say “Thank You” in a meaningful way. By taking the time to specify and write down what you are actually grateful for. Variations As an alternative to just give a card to a co-worker, you can enhance the…

Distributing your own package on PyPi

In Regular Expressions Demystified I developed a little python package and distributed it via PyPi. I wanted to publish my second self-written package as well, but coming back after almost a year, some things have changed in the world of PyPi, i.e. the old tutorials aren’t working anymore. So I wrote this article to bring…