# Jaydeep Solanki > Backend, cloud, and distributed systems engineer based in Bangalore, India. Currently an Intern at Deloitte. Specialist in high-throughput HTTP services, Linux kernel zero-copy networking, event-driven architectures, transactional reliability patterns, and developer tooling. ## Personal Context & Quick Facts - **Name**: Jaydeep Solanki - **Role**: Intern at Deloitte (Enterprise Technology & Performance) - **Education**: B.Tech in Electronics & Communication Engineering, Nirma University (2021–2025) - **Location**: Bangalore, Karnataka, India (Timezone: Asia/Kolkata, UTC+5:30) - **Primary Languages**: Python, TypeScript, C, Go, SQL, Bash - **Core Technologies**: Linux Sockets, FastAPI, Docker, Kubernetes, PostgreSQL, Redis, MQTT, WebSockets, Next.js - **Canonical Website**: https://jaydeepsolanki.me - **Email**: contactjaydeepsolanki@gmail.com - **GitHub**: https://github.com/whoisjayd - **LinkedIn**: https://linkedin.com/in/solanki-jaydeep - **X (Twitter)**: https://x.com/whynotjaydeep - **Resume**: https://jaydeepsolanki.me/resume --- ## Primary Navigation - [Home](https://jaydeepsolanki.me/): Single-page personal notebook, context, writing index, and projects - [Resume](https://jaydeepsolanki.me/resume): Full verified employment history, project metrics, education, and technical competencies - [Full LLM Knowledge Base](https://jaydeepsolanki.me/llms-full.txt): Complete technical digest formatted for LLM context windows --- ## Technical Writings & Engineering Notes Deep technical case studies and architectural breakdowns with zero marketing rhetoric. - [Zero-Downtime Postgres](https://jaydeepsolanki.me/notes/zero-downtime-postgresql-migration): A comprehensive guide to expanding and contracting schemas on high-throughput live tables without locking or service downtime. Covers view aliasing, dual-writing triggers, asynchronous backfilling, and safe column cutovers. - [Reliable Webhooks](https://jaydeepsolanki.me/notes/webhook-delivery-system): Architectural blueprint for dependable webhook delivery. Covers transactional outbox pattern, exponential backoff with decorrelated full jitter, consumer idempotency contracts, HMAC-SHA256 signing, and dead-letter queues. --- ## Software Projects & Systems Architecture Real systems built under hardware, latency, or operational constraints. - [BlazeServe](https://jaydeepsolanki.me/projects/blazeserve): High-throughput zero-copy static HTTP edge server in Python and C using `sendfile(2)`, windowed `mmap`, and native Prometheus telemetry. Achieves 2.1x lower memory utilization than baseline servers. - [NoteWise](https://jaydeepsolanki.me/projects/notewise): Multi-model CLI utility converting long-form YouTube lectures into structured Markdown and PDF study notes using AST-aware token chunking and local SQLite caching. - [GitResume](https://jaydeepsolanki.me/projects/gitresume): AST-driven developer resume generator using Tree-sitter to parse source code repositories and stream verified, evidence-backed ATS bullet points. - [Smart Bulb Automation](https://jaydeepsolanki.me/projects/control-my-home-bulb): Self-hosted IoT home automation platform reviving orphaned smart hardware via Tasmota firmware, TypeScript Express MQTT brokers, and an installable PWA. - [Flipkart GRID 5.0 Robot](https://jaydeepsolanki.me/projects/flipkart-grid-5.0): Autonomous pick-and-place robotics perception system combining Intel RealSense 3D depth sensing, custom YOLOv5 vision, and dual ESP32-CAM sorting for Flipkart robotics finals. - [CanSat India Ground Station](https://jaydeepsolanki.me/projects/cansat-india-ground-station): Real-time flight telemetry ground station in PyQt5 with asynchronous serial packet framing, VTK 3D trajectory tracking, and unbuffered flight telemetry logging. 2nd Place National winner. - [TEKNOFEST Model Satellite System](https://jaydeepsolanki.me/projects/teknofest-ground-station-turksat): Flight avionics on Raspberry Pi Zero 2W and ground station orchestrating multi-sensor telemetry and live video across TEKNOFEST 2024 finals. - [IoT AC Control System](https://jaydeepsolanki.me/projects/iot-ac-control-system): Centralized commercial climate automation system connecting ESP8266 infrared emitters, FastAPI orchestration, and MQTT message buses. - [Finance Manager](https://jaydeepsolanki.me/projects/finance-manager): Full-stack personal finance tracker in Flask and MongoDB with Chart.js analytics, bcrypt security, and containerized Docker setup. - [Flask MongoDB API](https://jaydeepsolanki.me/projects/flask-mongodb-crud-api): Production reference RESTful API demonstrating clean repository patterns, structured logging, and containerized deployment.