Status: Open to High-Impact Opportunities & Experiments

Builder & product-minded engineer building scalable backends, real-world platforms, & systems.

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.

0
+
Active Campus Users
Grab&Go Platform
0
Concurrency Benchmark
1 vCPU / 2GB RAM Server
0
+
Daily Drivers
RisingOS Custom ROM
0
Interns
Engineers Coordinated & Led
PromyCareer Platform
Filter Viewpoint:

Building, experimenting, and shipping across the stack

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.

Builder Mindset

Always experimenting with new technologies, building side projects, and exploring opportunities in scalable backends, AI products, and systems engineering.

Grab&Go β€” Campus Inventory Architecture

System workflow designed to handle peak surge pre-orders on a lightweight 1 vCPU / 2GB RAM instance:

Client Layer

01. Student Pre-Ordering

Students browse real-time inventory from local campus vendors, select items, and place pre-orders before break time starts.

  • Live stock status visibility
  • Instant order placement
  • Lightweight mobile interface
GET /api/v1/inventory/live200 OK
{
  "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 }
  ]
}
Vendor Ops

02. Vendor Inventory Digitizer

A minimal single-tap interface designed for fast-paced campus vendors to update item availability in real time.

  • Single-tap stock toggle
  • Instant status sync to student app
  • Prevents order overbooking
POST /api/v1/vendor/stock-toggle200 OK
// Vendor Dashboard Toggle Event
{
  "vendor_id": "vendor_01",
  "item_id": 102,
  "action": "TOGGLE_STOCK",
  "is_available": false
}
Backend Engine

03. High-Efficiency Server Architecture

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.

  • Non-blocking async execution
  • SQLite PRAGMA WAL mode & indexed paths
  • Low memory footprint under load
SQLite Connection & Async QueueOPTIMIZED
// 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
Fulfillment

04. Counter Pickup Dispatch

Orders generate a verification token so students can retrieve food quickly at vendor counters without queueing.

  • Fast pickup verification
  • Direct feedback loop with merchants
Order Fulfillment TokenDISPATCHED
{
  "order_token": "GG-9842",
  "pickup_window": "12:15 PM - 12:20 PM",
  "verification_status": "READY_FOR_PICKUP"
}

Products Built & Shipped

Food-Tech Platform
πŸš€ Shipped

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.

300+ Active Campus Users
4,000 User Capacity (1 vCPU / 2GB)
TypeScript Node.js SQLite Tailwind CSS Vendor Ops
Product Leadership
πŸš€ Shipped

PromyCareer

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.

2 Interns Engineering Team Lead
Admin Suite Full Operational Control
Full-Stack Web Admin Controls Team Coordination Product Definition
Systems & ROM
⚑ 300+ Users

RisingOS Custom ROM

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.

300+ Active Daily Users
OS Level Android Source & HAL
AOSP Source Linux Kernel Device Trees Release Maintenance

Engineering domains

Explore each core area of focusβ€”from low-level backends to product leadership:

01

Backend & Scalable Systems

APIs, resource optimization & databases

Node.js & TypeScript Execution

Building event-driven async REST APIs with type safety.

SQLite & Datastores

PRAGMA tuning, transaction indexes, and query paths.

Resource Benchmark

Optimizing server memory footprints to handle 4,000 user surges on a 1 vCPU server.

AI & API Integrations

Integrating LLM & AI endpoints for smart product features.

02

Systems Engineering & Android Internals

Custom ROM builds, kernel diagnostics & release ops

Android OS (AOSP) & Custom ROMs

Building device trees, vendor HALs, and patches for RisingOS on Redmi Note 11.

Kernel & Log Diagnostics

Triage using logcat, kernel dmesg, and tombstones for stability.

Linux System Administration

Shell scripting, environment setup, and system profiling.

Release Discipline

Managing update pipelines, multi-device testing, and issue triage.

03

Product Engineering & Team Leadership

Team coordination, administrative suites & ownership

Team Direction (2 Interns)

Directing execution at PromyCareer, task breakdown, and code reviews.

Product Ownership

Translating user pain points into technical specs and milestone plans.

Administrative Workflows

Building role-based controls and operational management dashboards.

User Validation

Engaging directly with users to refine platform functionality.

Developer Terminal

Click any quick command or type below to inspect telemetry, tech stack, or contact links:

shripad@system-kernel: ~ (zsh)
ONLINE
Welcome to Shripad Jyothinath's Interactive Terminal
Type 'help' or click buttons above to inspect details.
shripad@kernel:~$

Journey & Milestones

Present

Founder & Product Engineer β€” Grab&Go

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.

Full-Stack & Tech Lead

Engineering & Product Ownership β€” PromyCareer

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.

Systems Foundations

ROM Developer & Maintainer β€” RisingOS

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.

Let's build something impactful together.

I’m open to high-impact opportunities, technical collaborations, backends, AI products, and leadership.

LinkedIn
shripad-jyothinath
Email
shripadjyothinath007@gmail.com
Direct Phone
+91 63793 β€’β€’β€’β€’β€’
About Work Stack Console Contact