Einträge in 2021

Bash Heredocs

To increase readability of your bash scripts, especially when running things as root, make good use of here documents (also known as heredocs).

Weiter...


Gitlab Runner

Since Gitlab Runner 16. See also

Weiter...


Python Project Setup

Example Project Name: foo.

Weiter...


Python Method Redefinition

Did you know that you can redefine a method on the same class in Python?

Weiter...


PostgreSQL

https://www.postgresql.org/docs/current/index.html

Weiter...


sleep infinity in docker-compose

Say you have a compose file like this:

Weiter...


Overriding a translation of a third-party Django module

The Django Taggit app comes with nice translations for German, but we have some technically inclined users, who prefer the word „Tags“ over „Schlagwörter“. Still, we want to keep our de-de locale for everything else. We choose only to override this one translation.

Weiter...


Using apt-get to update specific versions

In this example we will update Gitlab from version 12.9.2 to the latest version 14.6.3 on a Debian system.

Weiter...


kubectl Usage Patterns

We usually create one KUBECONFIG file per environment and put them into ~/.kube with a shared prefix, e.g.

Weiter...


Browser Setup and Best Practices

Use profile foo

Weiter...


Version Update Day

2024-10-09 | 142 words | 1 min read

Weiter...


The Right Tool for the Job

Durchlaufzeiten > 6 Monate (z.B. bei Hardware)? Mach Wasserfall! Da passt Agile nicht!

Weiter...


Do Things Manually Before Automating Them

When designing new applications it is common to start with a UI draft and develop the app later based on those workflows.

Weiter...


Das Agile Manifest

https://agilemanifesto.org/

Weiter...


Code Readability First!

Code readability is a matter of respect. As the author of your code you can make reading it more pleasant for your fellow programmers. This even applies to yourself in 3 months time. See also https://blog.codinghorror.com/coding-for-violent-psychopaths/.

Weiter...


Thunderbird - Subscribe to all Folders

In the main navigation, right click and select „Settings“.

Weiter...


Hypothesis

http://theoryandpractice.org/stats-ds-book/statistics/estimators.html gelesen. Etwas Text markiert. Oha! Die haben einen Annotate-Button. Wo geht das denn hin?

Weiter...