You may not always want files in your GIT repository to be committed or to be “committable”, in fact, and the easiest way to do…
Tag: Tip
Problem You need to develop with using Amazon SNS, but you don´t have enough Budget. Or you want to impress your Boss by saving money.…
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.…
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…
Saleor is an opinionated Platform (using the opinionated Python Framework Django). If you need to fool around with discount codes, here is a quick hint:…
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…