1 min read 0 QuickBitesRemoving the last migration – EF ShajithApril 13, 2024 I was working on a .net project yesterday. I did some migrations and that included deletion of a column in…
2 min read 0 KubernetesQuickBitesMounting a kubernetes secret or config as a volume ShajithMarch 29, 2024 This approach makes secrets accessible as files. This file based access can be helpful in some specific situations like “I…
1 min read 0 QuickBitesWhat are containers ? ShajithOctober 22, 2023 Containers are like digital treasure chests for software. They package up an application, its code, and dependencies in a portable,…