Did you restart your docker host? Update your portainer docker container? Or did your Swarm change? Then you want to recover your “lost” docker stacks…
If you are in a project with a tight deadline it can become overwhelming and you might want to try to cut corners by creating…
What is a Highly Sensitive Person A short explanation first to clarify what I mean by a Highly Sensitive Person (HSP). An HSP is a…
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…
Problem You work on your awesome React Project. And you need to create conditional code detecting the device type your project is running on. If…
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…
Problem You experience issues with unavailable fields? The error messages suggest: “Did you mean this abc xyz”? Solution Verify that the naming on the Model…
Problem No Nginx resolver configured? Error 502: Bad Gateway? failed (111: Connection refused) ? Nginx not starting ? Solution: Docker Nginx resolver Do you have…