Projects

Work I've Shipped

Infrastructure builds, ERP customizations, and open-source tools — each one solving a real problem, deployed to a real environment.

Infrastructure & DevOps

EKS Cluster on Terraform

Operational Challenge

Manual Kubernetes provisioning breaks consistency. Different environments drift apart. Security gaps appear. Scaling lags when traffic spikes.

Business Value

A fully automated cluster setup that provisions, secures, and scales itself — no manual intervention required.

Engineering Specifics

Modular Terraform configurations for an AWS EKS cluster: multi-AZ VPC with private subnets, Auto Scaling worker nodes, and least-privilege IAM via IRSA.

AWS EKSTerraformKubernetesAWS VPCIAM SecurityHCL
Frappe & ERPNext

Airplane Mode — Frappe Custom App

Operational Challenge

Standard ERP platforms aren't built for aviation. Flight routes, seat assignments, ticketing logic — none of it fits natively into off-the-shelf systems.

Business Value

Passenger flights and ticketing flows now live inside the company's core ERP — no third-party sync required.

Engineering Specifics

A standalone Frappe app with custom DocTypes, Python server scripts, REST API hooks, and optimized MariaDB queries for real-time seat and baggage logic.

PythonFrappe FrameworkERPNext DocTypesMariaDBREST APIGit
Integrations

multipart-decoder · PyPI

Operational Challenge

Lambda functions and microservices often need to parse file uploads — but every existing solution pulls in framework dependencies that balloon cold-start times.

Business Value

A zero-dependency Python library that parses multipart form data fast — keeping serverless functions lean and cheap.

Engineering Specifics

A pure Python multipart/form-data parser with streaming byte handling, zero external dependencies, and PyPI packaging via GitHub Actions and twine.

PythonPyPI / TwineRaw HTTP ParsingUnit TestingGitHub Actions
Infrastructure & DevOps

Serverless Next.js Deployment · AWS CDK

Operational Challenge

Virtual server hosting for Next.js requires OS patches, manual load balancer tuning, and slow scaling when traffic spikes unexpectedly.

Business Value

Modern web apps deployed to a fully serverless stack — scaling globally, charging only per request, requiring zero server maintenance.

Engineering Specifics

AWS CDK constructs in TypeScript orchestrating CloudFront, Lambda, API Gateway, and S3 into a unified, automated deployment pipeline.

AWS CDKTypeScriptNext.jsAWS CloudFrontAWS LambdaAWS S3