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:…
Introduction What is Python Django? Django is an open source, free, opinionated high level Python Framework. Oh wow, what a dense sentence. In one way…
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…