Problem You have a project running live on the Google Cloud Platform, but only one environment. It´s a simple stack organized with docker-compose. Suddenly you…
Category: Tips
Problem Sometimes you just want to implement a small tool, you have some experience in the technologies you want to use, and then boom, something…
Problem You´re new to Django and need to count the number of items in your QuerySet (for a query), e.g. to check that the current…
Problem The storage space of your docker Host runs low or empty. You need to know the size of your docker container to find out…
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…
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 handles the checkout creation locally in the frontend. In the first step in checkout at latest the checkout is created in the backend via…
Does this look familiar? Invalid prop children of type array supplied to ForwardRef(Tooltip), expected a single ReactElement. If yes, make sure you don´t have any…
If you need to resize an svg file that is imported in React with <ReactSVG> then you can use transform:scale($factor). If you use makeStyles from…
Did you encounter this problem: You need to find a specific search term in the whole git history? You can do that by: git log…