DDiptoChakrabartyindipchak.hashnode.dev·May 5, 2024 · 4 min readStreamline Terraform Automation Using Github ActionsKubernetes resources and definitions can be deployed to clusters using gitops which ensures the state of the cluster is present in git. Can we do that for terraform also? There is a way using GitHub actions which helps us deploy resources to our desi...00
DDiptoChakrabartyindipchak.hashnode.dev·May 2, 2024 · 1 min readInstalling Terraform for WindowsRecently while working on a project with terraform I had to install terraform in my new windows laptop. Firstly head over to the official terraform website - Click Here. The windows section contains two options for amd or intel processors. To determ...00
DDiptoChakrabartyindipchak.hashnode.dev·May 2, 2024 · 2 min readThe role of Camera and Director in Midjourney ImagesFor better part of a year I have been playing around with midjourney and generating images and I would like to showcase the subtle changes we can view in an image when we specify a director and camera when generating an image. We are going to use the...00
DDiptoChakrabartyindipchak.hashnode.dev·Apr 9, 2024 · 2 min readHow to handle CORS in flask security in api PART 1Tired of seeing the red warning under your browser while running your web app? Often while developing web apps you might make use of a flask backend api and a javascript frontend. Developing such applications we must take care of CORS. Cross-Origin R...00
DDiptoChakrabartyindipchak.hashnode.dev·Feb 24, 2024 · 4 min readGitOps : Using ArgoCD along with Helm ChartsIn this blog post we will learn how to make use of helm and argocd to deploy helm charts using git ops. The overall flow will be as illustrated below. Link for the project files can be found here - > Click here Argo with Helm. First Step: Install Ar...00