RealCADENCE
Production iOS app for enterprise field operations. Action tracking, service dispatch, in-app messaging, QR scanning. 229 Swift files, 3 CoreData stores, MVVM with 26+ models.
> initializing portfolio_
|
I craft production-grade mobile & web applications with scalable design patterns, obsessive attention to detail, and a focus on real-world impact.
const developer = {
name: "Prasad Rawas",
role: "Senior Software Developer",
skills: ["Flutter", "Swift", "React", "Laravel"],
passion: "Building things that matter",
testCoverage: 100,
coffeeLevel: Infinity,
};
I'm Prasad Rawas, a Senior Software Developer at VoloX Private Limited based in Chh. Sambhaji Nagar, India, with 4.8+ years of experience turning ideas into production-grade software that real people depend on every day.
I don't just write code. I build systems that run in production and handle real-world scale. From an enterprise iOS app used by field teams across cities to manage live service operations, to a FastAPI platform that processes thousands of product records in bulk with async queues. I build software that businesses rely on daily. I've built dispatch APIs that orchestrate real-time field service delivery, shipped mobile apps used by delivery drivers to book loading bays across congested city areas, and architected CI/CD pipelines that deploy across iOS, Android, and Web with zero downtime.
My strongest suit. I've built an enterprise iOS app that field teams use daily to manage live operations offline, and Flutter apps that delivery drivers rely on to book parking in real time. Shipped to both the App Store and Play Store.
Built APIs that power real business workflows: a dispatch system orchestrating live field service delivery, and a product platform processing bulk CSV imports with thousands of records asynchronously.
Built a multi-tenant parking & EV charging portal with role-based access serving drivers and admins, and a monorepo hosting 260+ web tools used by thousands of visitors.
720+ production tests across projects, catching bugs before users ever see them. Achieved 100% coverage on client-facing apps, earning direct client recognition for reliability.
Architected pipelines that ship code to production without a second of downtime. Automated testing on real devices via BrowserStack, and zero-downtime deploys via symlink swaps.
Designed a pluggable connector/strategy system handling multiple dispatch channels in production, and layered architectures that let teams onboard and ship features without breaking existing flows.
VoloX Private Limited (Division of ITDM)
Aeologic Technologies
MGM Institute of Technology
Chh. Sambhaji Nagar, Maharashtra, India
Projects built with each technology across personal and professional work
Production iOS app for enterprise field operations. Action tracking, service dispatch, in-app messaging, QR scanning. 229 Swift files, 3 CoreData stores, MVVM with 26+ models.
Two-phase dispatch API with pluggable connector/strategy pattern, distributed batch locking, retry with backoff, immutable DTOs. 193 tests, 528 assertions.
Enterprise product management. Bulk CSV import via Celery, QR bulk export, passwordless OTP auth (AWS SES/SNS), role-based access. 416 tests, SOLID architecture.
Production app for booking loading bays. Led full mobile dev, optimized state management by 30-40%, 100% unit test coverage.
QR code-powered lost & found. Users generate unique tags; finders scan to contact owners securely without exposing personal details.
Multi-tenant platform for booking parking and EV charging. Built Admin UI with role-based access for Drivers, Admins, and Super Admins.
Security proxy layer that hides API keys from frontend, mitigates CORS issues, and centralizes request validation and auth.
Cross-browser automated testing with BrowserStack + Bitrise CI/CD. Parallel execution, real-device testing, auto-retries, video reports.
Deployed 4 micro front-end apps for RealCADENCE via Bitbucket Pipelines. Automated builds, tests, SCP deploy, and failure notifications.
Mobile app for one of the largest electronics retailers in the US with 30 stores and 22M+ customers. Product browsing, store inventory, and shopping experience.
async function hireMe() {
const developer = "Prasad Rawas";
const email = "contactprasadrawas@gmail.com";
const response = await sendMessage(email, {
subject: "Let's build something amazing",
availability: true,
coffeePreference: "always yes",
});
return response; // I usually reply within 24 hours
}