By day: a B.Tech CSE grad from IIITDM Jabalpur shipping product at an edtech company. By night (and also by day, honestly): digging through APKs, bypassing SSL pins, and figuring out how apps actually work under the hood.
const alterEgo = {
civilianName: "Ashish Prasad",
origin: "B.Tech CSE, IIITDM Jabalpur (Graduated)",
currentGig: "SDE Intern @ Classplus",
powers: [
"Full-stack product engineering",
"Mobile security research & instrumentation",
"Reverse-engineering app internals",
"Turning chaos into shipped features"
],
motto: "Great code comes with great responsibility"
};- Building internal tools & dashboards at Classplus — Next.js, Prisma, PostgreSQL, Cloudflare Workers
- Hunting through Android internals — SSL pinning bypass, Frida instrumentation, Play Integrity attestation
- Reverse-engineered video/animation pipelines (FFmpeg compositing) to inform new product builds
- Active competitive programmer on LeetCode — hundreds of problems down
- Past lives: AI Talent Force (Japan, remote), BlueStack
- Mission: build things that survive contact with production
const frontEndWebbing = {
frameworks: ["Next.js (App Router)", "React"],
languages: ["TypeScript", "JavaScript"],
styling: ["TailwindCSS", "shadcn/ui", "Framer Motion"],
tensileStrength: "Handles production traffic without snapping"
};Cloudflare Workers. Yes, I noticed too. Felt right at home.
type BackendGadgets struct {
Runtime []string `json:"runtime"`
Frameworks []string `json:"frameworks"`
Languages []string `json:"languages"`
Focus string `json:"focus"`
}
loadout := BackendGadgets{
Runtime: []string{"Node.js", "Bun"},
Frameworks: []string{"Express.js", "FastAPI"},
Languages: []string{"Go", "TypeScript"},
Focus: "Scalable APIs & System Design",
}-- Chemical formula for the storage layer
SELECT
'MongoDB' AS NoSQL,
'PostgreSQL' AS Relational,
'Prisma' AS ORM,
'Redis' AS Cache
FROM tech_stack
WHERE expertise = 'Data Modeling & Performance';infrastructure:
containerization: Docker
deployment: Vercel, Cloudflare Workers (OpenNext)
database_hosting: Supabase, GCP Cloud SQL
auth: NextAuth.js (Google OAuth), Clerk
storage: Cloudinary
spidey_sense: Real-time monitoring & alertingclass SpideySense:
def __init__(self):
self.tingles_for = [
"SSL/certificate pinning bypass (Frida, OkHttp)",
"Android instrumentation & USB debug detection",
"Google Play Integrity attestation analysis",
"App reverse-engineering (video/animation pipelines, FFmpeg)",
"AI-powered security detection & explainability"
]
def when_it_tingles(self):
return "Chase it down, document it, ship the fix"Always swinging, always shipping, never late to save the day
- Built the end-to-end proposal tracking & approval dashboard for teams submitting Experiment/New Business proposals
- Stack: Next.js 15 (App Router), Prisma, Supabase Postgres → GCP Cloud SQL, NextAuth.js, Cloudflare Workers via OpenNext
- Engineered the strict status workflow (Draft → In Review → Feedback → Accepted/Rejected/Expired) with post-MVP implementation tracking
- Resolved production infra issues: SSL/Hyperdrive conflicts and private-IP-only GCP DB access from Cloudflare Workers
- Investigated SSL pinning bypass (Frida, OkHttp certificate pinning), Play Integrity attestation, and USB debugging detection on Android
- Authored detailed case reports — timelines, API endpoint inventories, prioritized recommendations for the next researcher on the beat
- Reverse-engineered a video template and animation system to inform a new product build
- Documented MP4 animation baking, FFmpeg compositing pipelines, and platform-specific implementations (React Native, Web, Kotlin)
- AI-based phishing email detection & deepfake voice detection (audio ML)
- Real-time Chrome Extension for Gmail with multi-language support (EN/JP)
- Shipping internal tools & production features at Classplus
- Going deeper into Go & backend systems
- Exploring security × AI intersections
- Prepping for SDE new-grad roles





