Everyone who works a long time on any given project gets this: I hate this code, it should not exist, I should rewrite it all! Well, I think this is not the best idea. Although you want to make the code less bad, maybe even ‘good’, but to entirely refactor it, well, that’s a bad…
Hi, after adding GNU to our Symfony project, I was wondering if it would be just as simple to add to a Spring Boot project, and I found out, it is! All we need is to add one little file, I’ve named mine XClacksOverhead, but you are free to come up with your own name…
We wanted to use Adobe After effects to generate 200+ compositions, because the documentation of Adobe is kinda lacking, it took me some time to do this.What the program does is a couple of things: Ask for a folder, and take all the files from that folder Look for the composition named ‘template’ and look…
Today I wanted to do something other than usual: I wanted to convert a couple of fields in my database and fill them automatically while doing the migration. Now I’ve done this before, create a preUp, save the data I need, and in the postUp convert this data to the new fields. This day was…
Leave a Reply