Some foods can make different kind of problems, like make you have more slime in nose and throat. Or increase inflammation in your body. Others…
Category: Uncategorized
Sometimes you crave some soul food. Something delicious, nourishing and making you feel good. Something like the hot bowl of chicken soup in your childhood.…
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…