Grab&Go
Campus Food-Tech & Real-Time Inventory Platform
Digitizing real-time inventory for campus vendors to eliminate break queue friction. Allows students to pre-order food and pick up quickly during tight breaks.
I'm Shripad Jyothinathβa builder who loves experimenting, testing ideas, and solving real-world problems through code. Whether engineering high-performance backends, maintaining Android ROM builds, or leading team execution, I focus on shipping clean, reliable software.
I enjoy taking ideas from zero to one, testing hypotheses in the real world, and learning by shipping.
My background moves between custom Android ROM maintaining, high-concurrency backend optimization, and leading web product execution. I value reliability, speed of iteration, and building software that directly solves friction for people.
When I noticed students spending half their breaks in cafeteria lines, I built Grab&Go to digitize inventory in real time. At PromyCareer, I led a small team of 2 interns, coordinated execution, and owned the delivery of an administrative platform.
Always experimenting with new technologies, building side projects, and exploring opportunities in scalable backends, AI products, and systems engineering.
System workflow designed to handle peak surge pre-orders on a lightweight 1 vCPU / 2GB RAM instance:
Students browse real-time inventory from local campus vendors, select items, and place pre-orders before break time starts.
{
"vendor_id": "vendor_01",
"status": "OPEN",
"items_in_stock": [
{ "id": 102, "name": "Crispy Paneer Wrap", "qty": 14, "eta_mins": 3 },
{ "id": 105, "name": "Cold Coffee", "qty": 28, "eta_mins": 1 }
]
}
A minimal single-tap interface designed for fast-paced campus vendors to update item availability in real time.
// Vendor Dashboard Toggle Event
{
"vendor_id": "vendor_01",
"item_id": 102,
"action": "TOGGLE_STOCK",
"is_available": false
}
Node.js / TypeScript event loop backed by optimized SQLite transaction queries. Engineered to handle 4,000 user concurrency on a single 1 vCPU / 2GB RAM server.
// High-Throughput DB Connection Setup
const db = new Database('grabandgo.db');
db.pragma('journal_mode = WAL');
db.pragma('synchronous = NORMAL');
// Handled 4,000 req/sec benchmark on 1 vCPU / 2GB RAM
Orders generate a verification token so students can retrieve food quickly at vendor counters without queueing.
{
"order_token": "GG-9842",
"pickup_window": "12:15 PM - 12:20 PM",
"verification_status": "READY_FOR_PICKUP"
}
Campus Food-Tech & Real-Time Inventory Platform
Digitizing real-time inventory for campus vendors to eliminate break queue friction. Allows students to pre-order food and pick up quickly during tight breaks.
Professional Career Platform & Administrative Ops
Took ownership of building a web platform with administrative controls and operational functionality. Led a small team of 2 intern developers to coordinate execution and ship reliably.
Android System Architecture & Release Maintenance
Developed and maintained a custom Android OS build for Redmi Note 11. Managed device trees, kernel patches, release pipelines, and user bug triage for 300+ active daily drivers.
Explore each core area of focusβfrom low-level backends to product leadership:
Building event-driven async REST APIs with type safety.
PRAGMA tuning, transaction indexes, and query paths.
Optimizing server memory footprints to handle 4,000 user surges on a 1 vCPU server.
Integrating LLM & AI endpoints for smart product features.
Building device trees, vendor HALs, and patches for RisingOS on Redmi Note 11.
Triage using logcat, kernel dmesg, and tombstones for stability.
Shell scripting, environment setup, and system profiling.
Managing update pipelines, multi-device testing, and issue triage.
Directing execution at PromyCareer, task breakdown, and code reviews.
Translating user pain points into technical specs and milestone plans.
Building role-based controls and operational management dashboards.
Engaging directly with users to refine platform functionality.
Click any quick command or type below to inspect telemetry, tech stack, or contact links:
Campus Food-Tech Platform
Leading product strategy, engineering, and vendor onboarding. Built a fast, reliable inventory digitizer and pre-order pipeline serving 300+ students and local merchants. Optimized backend performance to handle high concurrency with low overhead on a 1 vCPU / 2GB RAM server.
Professional Web Platform
Owned the development of admin controls and operational web platform. Managed and mentored 2 intern developers, defined product requirements, established shipping workflows, and delivered administrative capabilities.
Custom Android OS for Redmi Note 11
Maintained a custom Android OS build for 300+ daily active users. Handled Android source compilations, device tree configuration, release notes, and community bug reporting loops.
Iβm open to high-impact opportunities, technical collaborations, backends, AI products, and leadership.