If you React and makeStyles and need to change all contained elements on hover of the parent, this might help you: “&:hover”: { $cssForParent “&…
Category: Uncategorized
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…
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…
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…
Problem No Nginx resolver configured? Error 502: Bad Gateway? failed (111: Connection refused) ? Nginx not starting ? Solution: Docker Nginx resolver Do you have…
If you receive a CORS problem and have whitelisted localhost already in CORS_ORIGIN_WHITELIST add also 0.0.0.0 to it. Apparently localhost and 0.0.0.0 are not seen…
Software Development is hard work. It can be very rewardings, seeing how things you created out of thin air materialize. Like a castle in the…