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…
Category: Uncategorized
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:…
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:…
If you React and makeStyles and need to change all contained elements on hover of the parent, this might help you: “&:hover”: { $cssForParent “&…
Problem You host nginx inside a docker container. And you need to let it read the new config again. Or the new source code because…
Problem Your boss wants you to change the cursor to a hand on hovering over a specific area of the website? You read that you…