update resume
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions

This commit is contained in:
Divyam Ahuja 2026-07-22 01:13:53 +05:30
parent 00ac4fc0a2
commit 686ea08037
5 changed files with 986 additions and 959 deletions

View file

@ -1,5 +1,5 @@
name: Divyam Ahuja name: Divyam Ahuja
role: Software Engineer role: Systems & Software Engineer
contact: contact:
phone: phone:
@ -38,9 +38,9 @@ experience:
bullets: bullets:
- "Owned the end-to-end Responsible AI (RAI) evaluation pipeline, executing critical harms assessments to gate model releases. Engineered custom retry mechanisms and architectural optimizations, reducing average pipeline execution time by **50%**." - "Owned the end-to-end Responsible AI (RAI) evaluation pipeline, executing critical harms assessments to gate model releases. Engineered custom retry mechanisms and architectural optimizations, reducing average pipeline execution time by **50%**."
- "Engineered an automated synthetic data generation framework using LLMs, generating **70,000+** diverse queries and multi-step interaction trajectories across **20,000+** real-world Excel workbooks to power large-scale model evaluation pipelines." - "Engineered an automated synthetic data generation framework using LLMs, generating **70,000+** diverse queries and multi-step interaction trajectories across **20,000+** real-world Excel workbooks to power large-scale model evaluation pipelines."
- "Served as on-call Shield Engineer, owning incident triage and partner bug resolution across AI evaluation pipelines—maintaining **>95%** uptime by engineering comprehensive telemetry dashboards with an adjacent team." - "Served as on-call Shield Engineer, driving infrastructure reliability across evaluation pipelines—resolving session instabilities, engineering deterministic failure classification, and automating bug workflows to maintain **>95%** uptime."
- "Accelerated engineering velocity by building LLM-based agents for automated bug triage, PR summarization, and reviewer assignment." - "Spearheaded evaluation observability by building KQL-driven health dashboards, modularizing queries to monitor infrastructure failures, clean run rates, and overall platform reliability."
- "Shipped high-impact performance optimizations and accessibility fixes directly to the core Microsoft Excel product." - "Designed and shipped RAI refusal handling for the UI-less agent evaluation path, ensuring policy refusals propagate correctly with full diagnostics and achieving evaluation parity between UI and headless execution modes."
- company: Advanced Micro Devices (AMD) - company: Advanced Micro Devices (AMD)
role: System Software Designer role: System Software Designer
@ -71,7 +71,7 @@ experience:
- WebAudio - WebAudio
- WebWorkers - WebWorkers
bullets: bullets:
- "Engineered a high-performance, lock-free C++ ring buffer library for real-time audio processing, establishing optimal design patterns to integrate the WebAudio API with WebAssembly and WebWorkers." - "Engineered a lock-free C++ ring buffer as a reference library for real-time audio streaming between WebAudio, WebAssembly, and WebWorkers, benchmarking multiple concurrency strategies."
skills: skills:
- type: Programming Languages - type: Programming Languages
@ -80,38 +80,26 @@ skills:
- Python - Python
- Go (Golang) - Go (Golang)
- Java - Java
- JavaScript/TypeScript - TypeScript
- Bash - Bash
- type: AI & Data - type: Frameworks & Tools
items: items:
- PyTorch - PyTorch
- Azure OpenAI - Azure OpenAI
- Antigravity
- Pandas
- NumPy
- Claude Code
- type: Backend & Web
items:
- Node.js
- Django/Flask
- React/Next.js - React/Next.js
- Django/Flask
- Node.js
- gRPC - gRPC
- Playwright - Playwright
- type: Infrastructure & Systems - type: Infrastructure
items: items:
- Kubernetes - Kubernetes
- Docker - Docker
- Linux/POSIX - Linux/POSIX
- WebAssembly - WebAssembly
- WireGuard - WireGuard
- CI/CD
- type: Databases
items:
- PostgreSQL - PostgreSQL
- Redis - Redis
- MySQL
- SQLite
- MongoDB
projects: projects:
- name: "fastbin: a code sharing webapp" - name: "fastbin: a code sharing webapp"
@ -123,7 +111,7 @@ projects:
- Docker - Docker
- Kubernetes - Kubernetes
bullets: bullets:
- "Pastebin-style app with a Go backend, gRPC service layer, and Kubernetes deployment." - "Code sharing service with a gRPC microservices architecture, containerized and live-deployed on a self-hosted Kubernetes cluster."
links: links:
- display: "git.divyam.dev/divyam/fastbin" - display: "git.divyam.dev/divyam/fastbin"
url: "https://git.divyam.dev/divyam/fastbin" url: "https://git.divyam.dev/divyam/fastbin"
@ -138,7 +126,7 @@ projects:
- Rancher - Rancher
- MetalLB - MetalLB
bullets: bullets:
- "Self-hosted Kubernetes cluster with WireGuard tunnel to a public VPS for secure external access." - "Personal infrastructure hosting containerized services, with WireGuard VPN tunneling to a public VPS for secure external access."
education: education:
- school: Deenbandhu Chhotu Ram University of Science and Technology - school: Deenbandhu Chhotu Ram University of Science and Technology

View file

@ -1,5 +1,5 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{ .Site.Language.Locale | default "en" }}"> <html lang="{{ site.Language.LanguageCode | default "en" }}">
<head> <head>
{{- partial "head.html" . -}} {{- partial "head.html" . -}}
</head> </head>

View file

@ -1,5 +1,5 @@
{{ define "main" }} {{ define "main" }}
{{- $r := hugo.Data.resume -}} {{- $r := site.Data.resume -}}
<div class="resume-page"> <div class="resume-page">
<div class="resume-header"> <div class="resume-header">
<h1 class="resume-name">{{ $r.name }}</h1> <h1 class="resume-name">{{ $r.name }}</h1>

View file

@ -107,7 +107,7 @@
// --- Header --- // --- Header ---
#text(size: 28pt, weight: "semibold")[#data.name] \ #text(size: 28pt, weight: "semibold")[#data.name] \
#v(9pt, weak: true) #v(9pt, weak: true)
#text(size: 14pt)[Systems & Software Engineer] #text(size: 14pt)[#data.role]
// Contact links — first row // Contact links — first row
#linksBar(( #linksBar((

File diff suppressed because it is too large Load diff