Skip to content
View ajayryeruva's full-sized avatar

Block or report ajayryeruva

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ajayryeruva/README.md

Hi there 👋

Ajay Reddy Yeruva — DevSecOps / SRE Subject Matter Expert & Independent Researcher

Senior Site Reliability Engineer on Tesla's Cloud Platform team (Austin, TX), with 11+ years keeping mission-critical, multi-cloud systems fast, secure, and 99.99% available. Published author of End-to-End Observability with Grafana.

  • 🔭 Currently engineering reliability & observability across multi-cloud (AWS · Azure · GCP) + on-prem infrastructure at Tesla
  • 🥅 Ajay's goal: more contributions to open-source Cloud Native tooling
  • 👯 He is looking to collaborate with other content creators and open-source contributors
  • 📖 Author of End-to-End Observability with Grafana and published research on observability, privacy & ethics
  • 🎓 AWS DevOps Pro · CKA · CKAD · MIT xPRO · IEEE Senior Member · BCS Chartered IT Professional
  • 💬 Ask him about SRE, DevSecOps, Kubernetes, and observability
  • ⚡ Fun fact: He loves to play Chess ♟️, Cricket 🏏 and Tennis 🎾

Connect with Ajay

Portfolio LinkedIn GitHub Medium X

Languages and Tools

AWS

Azure

Google Cloud

Kubernetes

Docker

Helm

Terraform

Ansible

Jenkins

Grafana

Prometheus

Elasticsearch

Python

Go

Java

Bash

PostgreSQL

MySQL

MongoDB

Git

Linux




Also hands-on with DataDog · Splunk · Honeycomb · Snyk · CircleCI · Vault · OPA · Gremlin · Kafka

⚡ GitHub

GitHub followers GitHub stars Profile views


📁 About this repository

This repo holds the source for Ajay's personal portfolio website — a hand-coded rebuild of the previous Wix site.

Stack: Vite · React 19 · TypeScript · Tailwind CSS v4 · Framer Motion · custom canvas + SVG graphics (particle hero & live observability dashboard).

Run locally

npm install
npm run dev      # http://localhost:5180
npm run build    # type-check + production build → dist/
npm run preview  # serve the production build

Editing content

All site content lives in src/data/site.ts — edit the strings there and the UI updates automatically.

Deploy

Any static host works. This project deploys to Vercel (framework preset Vite, build npm run build, output dist); every push to main auto-redeploys.

ℹ️ This repository is ajayryeruva/ajayryeruva, so this README also renders on Ajay's GitHub profile.

Pinned Loading

  1. DevOps-Guide DevOps-Guide Public

    Forked from Tikam02/DevOps-Guide

    DevOps Guide - Development to Production all configurations with basic notes to debug efficiently.

    HTML

  2. kube-fledged kube-fledged Public

    Forked from senthilrch/kube-fledged

    A kubernetes operator for creating and managing a cache of container images directly on the cluster worker nodes, so application pods start almost instantly

    Go 1