If you are using docker-compose to start an app (doesn´t matter how many services) and use the env_file option you might have gotten a headache…
Problem You have seen “unable to locate package” often enough. You have used “apt-get update“ to add your editor to an Docker image so often…
Problem You have created your docker container and it runs happily. Suddenly problems arise in the software. You need to debug your application inside the…
Sometimes you just need to rename a branch, might it be because you mispelled ( 😉) something or because the referenced issue was changed or…
If you need to darken or brighten the color of an element by css (e.g. for a hover effect) you can adjust it´s color dynamically…
Problem You need to learn how to clone a Github repository to start your first job? Your client wants you to clone their working repo…
Problem For a project you need a custom field in your package.json? You need a custom version number? Our you want to define parameters for…
Sometimes you have a kinda messed up situation and need to remove the tracking of the remote branch. This is configured in .git/config like this:…
Downloading from Github can have multiple meanings: Clone a public repository Download a release from public Github repository Download a single file from a public…
Saleor is an opinionated Platform (using the opinionated Python Framework Django). If you need to fool around with discount codes, here is a quick hint:…