Category: Uncategorized


  • Done using Django 4.2.21 I recently had to migrate a Django application to Kubernetes and in the migration process one of my Pods threw the following error message at startup: Looking up some potential solutions, it appeared that this error message is thrown as a generic error and non specific to the underlying exception.I found…

  • I already have done a post on how to create a complete Devcontainer using Devpod and Neovim. See reference here. Recently I was challenged on creating the same setup but for other code editors like VSCode or Intellij. And since I spent some more time on it, I thought it would be also a good…

  • Sometimes, you need to push your code automatically to more than one repository. This is totally possible in git and here is how you do it. Note: keep in mind that the most frequent use case assumes that all secondary repositories are only used for push; otherwise, you may have conflicts. Check your current git…

  • A quick hello

    This is merely an introduction post to get me started!I decided to publish some (tech-related) content since I am doing a lot of research and experimentation with various technologies these days (code, Kubernetes, data science, DevOps related stuff, …).