Blogs
My scribbles on tech and various topics
I started using vim so here is a cheatsheet which I refer too.
People are very hyped about AI, especially generative AI. While it is impressive, I was also thinking why it makes us so fascinated.
Like anything else, wealth is also a matter of discipline, The clear line between wealthy and rich can by simplified into two words, Discipline and Lifestyle.
Steps I follow to setup a CI CD workflow around docker, skaffold, argocd and kubernetes.
On a high level, Programming is simply writing instructions to a computer on how to compute or process data and give the desired output, in a programming language.
When we query a database there are certain operations performed, the main operation to consider is the type of scan it would result in.
As we know that, the concept of Authorization is simply checking if a verified user is allowed to do something.
Docker compose is a tool that helps us define and run multiple services together. We declare the services and their attributes in a configuration file.
Docker images are built from a Dockerfile, which is a blueprint for how to prepare a ready-to-run image. We can relate it to steps we perform in a computer to get something installed and running.
Docker is a platform that provides lightweight isolated runtimes for software. It helps us to package the software and its dependencies in a ready to run format.