SHSamprita Hegdeinsamprita.hashnode.dev·Jul 27, 2025 · 3 min readThe DevOps Hack That Lets PMs Experiment with Prompts (Safely)In fast-moving AI applications, prompt iteration is critical—but constantly rebuilding and deploying your app just to tweak prompts can be a major bottleneck. This post introduces a scalable pattern for separating prompts from code using AWS Paramete...00
SHSamprita Hegdeinsamprita.hashnode.dev·Jan 2, 2024 · 7 min readSimplifying Infrastructure Deployment on AWS with GitOps and GitHub Actions - Part 2In the first part of this blog series, we learned how to create infrastructure as code in Terraform. Now that we have defined the infrastructure in Terraform, we will attempt to automate its deployment through a CI platform. While numerous CI platfor...00
SHSamprita Hegdeinsamprita.hashnode.dev·Dec 4, 2023 · 5 min readSimplifying Infrastructure Deployment on AWS with GitOps and GitHub Actions - Part 1What is GitOps? GitOps is an operational framework that puts Git version control at the center of your operations and software. This means every change you want to make to your code or your infrastructure results in a change being pushed to your vers...00
SHSamprita Hegdeinsamprita.hashnode.dev·Jun 17, 2023 · 5 min readTips and tricks for high-quality bash scriptingBash is a very popular shell, especially in Linux environments. Having a good knowledge of bash can get you far in terms of getting things done. Especially if you are a System Admin or a DevOps engineer or anyone who likes working with command line/t...00
SHSamprita Hegdeinsamprita.hashnode.dev·Jun 10, 2023 · 2 min readThe GitHub command line utilityIt has been some time since GitHub released its command line tool. For someone who spends a ton of their time creating PRs, reviewing them, and merging PRs. If you are someone like me who prefers command line tools over GUI then this is a great tool ...00