$
VG
ProjectsExperienceContactResume
~/vatsal/projects.sh
$

Projects

A collection of my work in software development and system design

~/vatsal/i4 ops infrastructure security.sh
$
i4 Ops Infrastructure Security

i4 Ops Infrastructure Security

Founding-engineer work on zero-exfiltration infrastructure security for AI-era data risk. This portfolio intentionally keeps company architecture, customer context, and operational details private.

GoPythonSecurityAWS
Read Case Study
~/vatsal/dynamic queue adaptation.sh
$
Dynamic Queue Adaptation

Dynamic Queue Adaptation

Offline Python prototype for intent-aware music recommendation. It tests whether manual queue insertions can improve short-term ranking versus a static seed-only baseline, with deterministic artifacts and evaluation plots committed for reproducibility.

PythonMachine LearningRankingValidation
Read Case StudyView on GitHub
~/vatsal/aws powertools (typescript).sh
$
AWS Powertools (TypeScript)

AWS Powertools (TypeScript)

Implemented JSON Schema validation utilities including a @validator decorator, recognized as a major contributor across 3+ public releases through review with AWS maintainers.

AWSMiddy.jsSchema Validation
View on GitHub
~/vatsal/aws powertools (python).sh
$
AWS Powertools (Python)

AWS Powertools (Python)

Delivered 4+ production-ready schema utilities including AppSync/WebSocket event parsing and recursive DataMasking with 100% test coverage across 40+ unit tests.

PythonPydanticAWSAppSyncWebSocket
View on GitHub
~/vatsal/opentelemetry go sdk.sh
$
OpenTelemetry Go SDK

OpenTelemetry Go SDK

CNCF OpenTelemetry Go work focused on distributed tracing and production observability patterns in public open-source telemetry infrastructure.

GoOpenTelemetryDistributed TracingCNCF
Read Case StudyView on GitHub
~/vatsal/digital preservation automation.sh
$
Digital Preservation Automation

Digital Preservation Automation

University of Utah data engineering workflows that reduced manual verification by 70% while maintaining 99.9% accuracy across 1M+ archival records through Python and Bash validation pipelines.

PythonAutomationData ProcessingValidation
~/vatsal/dns server.sh
$
DNS Server

DNS Server

Built a recursive DNS resolver supporting AAAA & CNAME queries with 98% resolution accuracy. Improved response time by 35% using an in-memory LRU cache and optimized query delegation across DNS hierarchy.

PythonSocket ProgrammingCaching
View on GitHub
~/vatsal/raft key-value store.sh
$
Raft Key-Value Store

Raft Key-Value Store

Built fault-tolerant distributed key-value store using Raft consensus, including leader election, log replication, and state-machine execution that resolved 95% of partition scenarios.

GoDistributed SystemsRaftConsensus
View Reference Paper