Read some stories about what makes my life of software dev easier (or harder)

Read about how I try to make my life of software dev easier, or how I try to survive here, maybe it will help you too

  • If you like it, do give a 🌟 on Github!

0 days since YAML indentation error

Recently, I’ve started an online course about kubernetes. In one of the lessons we covered a topic of initContainers and how we can use them to setup some stuff in our pod. The task was to start nginx with some index.html page downloaded from internet, and to use initContainers to download this page and put it as /usr/share/nging/html/index.html to be our starting page. Manifest of such pod is rather simple if you know where to put a tab 😄 I spent almost half an hour figuring it out why it didn’t work, but finally I found this incorrect spacing, which I don’t even remeber now where it was....

June 4, 2022 Â· 1 min

Use git aliases

We all work with some kind of version control systems, and if you work with git as I do, you should know how it works and what it can do for you really well. One of the features which can improve our development workflow are git aliases. And here I’m presenting to you a very good git config with nice aliases (and other git configurations) which will speed up your typing when using git....

February 3, 2022 Â· 1 min

Here we go again

Starting again with another blog

January 30, 2022 Â· 1 min