Haripriya Veluchamy

Haripriya Veluchamy @techwithhari

About: software engineer with a deep passion for DevOps and cloud technologies.

Location:
Tamilnadu, India
Joined:
Aug 11, 2024

Haripriya Veluchamy
articles - 66 total

When Cron Jobs Fail in Cloud: How I Solved It in Azure App Service

As engineers, we’re used to relying on cron jobs. On a Linux VM, it’s simple you set your schedule,...

Learn More 3 2Oct 27

Docker Architecture and Installation: Getting Started with Docker 🏗️

After understanding container basics, I figured it would be helpful to explain Docker's architecture...

Learn More 2 0Oct 25

Solving a Multi-Region Deployment Challenge in GitHub Actions

When we talk about multi-region deployments, one of the most common mistakes I see is building...

Learn More 3 0Oct 21

Docker Fundamentals: Understanding Containers and the Docker Ecosystem 🐳

I've been working with Docker for a while now, and I often find that newcomers get confused about...

Learn More 4 0Oct 19

When “Just Routing” Wasted 2 Days My Multi-Region Lesson

Deploying an app to multiple regions sounds straightforward just route traffic, right? That’s what I...

Learn More 2 1Oct 17

CORS Almost Broke Me But Preflight Saved the Day

When I first built my frontend-backend setup, I thought everything would be smooth. Frontend hosted...

Learn More 11 2Oct 14

From VM Chaos to Serverless Zen: My GitHub Webhook Journey 🚀

The Problem That Started It All If you’ve ever managed a growing dev team, you know the...

Learn More 1 0Sep 29

🚀 My First Microservice Deployment Journey: Lessons from Amplify + Next.js

When I started working on launching web app, I wanted to try something new: deploy two microservices...

Learn More 1 0Sep 25

The Day I Learned Why DynamoDB Costs More

Introduction A year ago, I was working with a team that planned to use Amazon DynamoDB for...

Learn More 4 2Sep 21

Deploying a Django Blog on AWS: Terraform Infrastructure as Code Best Practices

In today's world of cloud computing, managing infrastructure manually is becoming a thing of the...

Learn More 3 1Sep 19

Enhancing AWS CodePipeline for Real-Time Batch Processing: Lessons from My Experience

Working with AWS in real-world projects is always a learning experience. Recently, I worked on...

Learn More 2 1Sep 15

Smart Log Anomaly Detection with Python and Isolation Forest

Ever stared at thousands of log lines wondering which ones actually matter? Or worse, have you been...

Learn More 7 1Sep 12

Building and Deploying Kubemate: An AI-Powered Kubernetes DevOps Chatbot on AWS Elastic Beanstalk

As a DevOps engineer, I’m always looking for tools that streamline Kubernetes troubleshooting....

Learn More 1 0Sep 7

Python for DevOps (Part 3): IaC & Kubernetes Automation

In the earlier parts of this series, I started small log parsing, system monitoring, security audits....

Learn More 2 1Sep 2

My Journey with Sentence Transformers, OpenAI Embeddings, and Vector Databases

When I started my Python learning journey, I’ll be honest I didn’t feel very comfortable with it....

Learn More 4 2Aug 25

Deploying a Spring Boot App on AWS EC2 with RDS (No Terraform, No CLI Just AWS Console)

Most tutorials jump straight into Terraform, AWS CLI, or Boto3 automation. That’s great for advanced...

Learn More 2 1Aug 19

🚀 Python for DevOps Week 2 & Week 3: Automating Daily Ops & Containerizing with Docker

In my Python-for-DevOps journey, Weeks 2 and 3 were all about turning theory into daily operational...

Learn More 3 1Aug 13

From Python Hesitation to Real DevOps Projects (Part 1)

As a DevOps engineer, I’ve always been confident with CI/CD, infrastructure, and automation. But...

Learn More 1 0Aug 7

🚀 End-to-End CI/CD for a MERN Blog App using GitHub Actions, Docker & Kubernetes (AKS & EKS)

⚠️ Disclaimer: The Blog app is not my application. The MERN blog app was cloned from GitHub. My goal...

Learn More 2 1Aug 4

My Netflix Clone DevSecOps Project on Azure: A Case Study

Introduction Hey there! I recently completed an exciting project where I deployed a...

Learn More 3 3Jul 24

A Monorepo Success Story: Path-Based Pipeline Triggering in Azure DevOps

Introduction Managing CI/CD pipelines for a monorepo can quickly become challenging as...

Learn More 1 0Jul 16

Backup vs. Disaster Recovery: Know the Difference Before It's Too Late

🔄 Backup vs ⚡ Disaster Recovery: What Every Developer Should Know In the world of infrastructure,...

Learn More 3 0Jul 9

Choosing the Right CI/CD Platform: AWS vs Azure DevOps vs GitHub Actions vs Jenkins

Quick Reference Guide Platform Best For Watch Out For Runner Model AWS...

Learn More 1 0Jun 30

DevSecOps: How I Made Our Desktop App Updates Safe

When our team was planning our desktop app, I thought about safety from the start. I saw that many...

Learn More 2 0Jun 22

AWS Amplify vs Azure App Service: A Developer's Perspective

Having worked with both AWS Amplify and Azure App Service, I've found they serve different needs...

Learn More 0 0Jun 14

Building a User-Friendly Task Scheduler in Bash

Working with cron jobs on Linux systems can be intimidating for newcomers and tedious even for...

Learn More 1 0May 28

Complete Guide: Setting Up GUI Remote Desktop (RDP) on Linux VMs (Azure & AWS)

This guide provides step-by-step instructions for setting up a graphical user interface (GUI) on a...

Learn More 0 0May 21

Automating System Log Backups with a Simple Bash Script

System logs contain valuable information for troubleshooting, security monitoring, and compliance...

Learn More 0 0May 20

Understanding Postfix Mail Server Setup for Beginners

Email is a fundamental part of our digital lives, but have you ever wondered how it actually works...

Learn More 1 0May 17

Creating a Safer rm Command: Your Linux Safety Net

We've all been there: that moment of sheer panic when you realize you just deleted an important file...

Learn More 0 0May 13