Problem Your boss is complaining that you have too many repositories on GitHub and need to delete some? Your old projects are over and you…
You will see that this is a different kind of post. Working and living in today’s time and environment is stressful. Software Development is no…
Problem You use PostgreSQL as database. Your model includes an id column type Serial with a sequence to emulate an auto increase like with MySQL.…
Problem You are busy developing and committed all code to the your central github repository. But then something happened and you need undo the commit…
You will see that this is a different kind of post. Software Development in particular can be very stressful, especially when you are working in…
If you use material-ui in React with makeStyles and need to have a button without a hover try this: Set not classNames={} but classes={root: classes.$YourClassName}…
If you are using docker-compose to start an app (doesn´t matter how many services) and use the env_file option you might have gotten a headache…
Problem You have seen “unable to locate package” often enough. You have used “apt-get update“ to add your editor to an Docker image so often…
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…
Sometimes you just need to rename a branch, might it be because you mispelled ( 😉) something or because the referenced issue was changed or…