Architect & Full-Stack Lead | Intelligent RAG Platform
Recent
Google Gen AI, LangChain, RAG Architecture, Vector Embeddings, Angular, Node.js, Express.js, Docker, AWS (S3, CloudFront, EC2)
Live Production Engine: intelligent-rag.prasadaraodarla.co.in
Reference Architecture Validation Data: rag-test-sample.txt.pdf
Designed and engineered a production-ready, highly secure Intelligent Retrieval-Augmented Generation (RAG) platform capable of context-aware document processing and deterministic query rate limiting.
- AI & Orchestration Frameworks: Built the orchestrator layer using LangChain and Google Gen AI models to manage smart prompt templates, track conversational history contexts, and handle deterministic system data parsing pipelines.
- Data Ingestion & Verification: Implemented automated parsing, chunking, and vector embedding pipelines optimized for context retrieval, utilizing the hosted reference validation data to run end-to-end system verification, validate response accuracy, and eliminate LLM hallucinations.
- Frontend & Static Hosting: Developed a modular, high-performance Angular frontend optimizing client-side state management. Leveraged Amazon S3 for decoupled static web hosting and AWS CloudFront for global content caching, edge routing, and root-object routing (
index.html).
- Backend Architecture & Security: Architected a scalable Node.js/Express backend deployed within a containerized multi-service cloud environment. Engineered custom middleware handlers (
response.js, query_route.js) to strictly manage core responses and enforce aggressive, production-grade IP rate limits capped at 10 queries per window.
- Containerization & DevOps: Orchestrated the entire infrastructure lifecycle using Docker and Docker Compose, building completely isolated container layers to facilitate zero-downtime microservice restarts, unified log management, and clean environment variable injection.
Architect & MERN Full-Stack Developer / Project Lead | Cloud-Native Video Conferencing Platform (Zoom Architecture)
Recent
MongoDB, Express.js, React.js, Node.js (MERN), Socket.io, WebRTC (PeerJS Server), AWS (EC2, S3, CloudFront), PM2
Live Production Engine: zoom-clone.prasadaraodarla.co.in
Architected an end-to-end cloud-native video conferencing topology leveraging a decoupled single-page application structure and WebRTC protocols to handle low-latency peer-to-peer media streams.
- System Design & Cloud Architecture: Leveraged AWS S3 for secure static React SPA asset hosting paired with an AWS CloudFront Distribution over HTTPS to achieve low-latency global delivery and eliminate edge-connection overhead.
- API Gateway & Proxy Integration: Designed a custom CloudFront routing behavior matrix, structuring strict path boundaries to proxy core REST API endpoints (
/api/*) and WebSocket channels (/socket.io/*) directly to an independent Node.js cluster on AWS EC2 managed via PM2.
- Real-Time Signaling Mesh: Engineered a hybrid real-time signaling engine combining Socket.io orchestration with a backend-integrated
ExpressPeerServer instance to handle multi-user handshakes (SDP Offers, Answers, and ICE Candidates) for cross-device media tracking.
- Data Modeling & Security Gates: Enforced cryptographic regex match patterns for 9-digit numeric virtual room boundaries within Mongoose schemas, building a secure token-verification entry gate (
/verify-gate) to validate room and pin presence before initializing hardware allocations.
- Concurrency & Lifecycle Optimization: Resolved production infrastructure anomalies, including asynchronous environment variable hydration race conditions within ES Modules, strict data-type casting failures (
CastError), and engineered graceful multi-peer teardowns to preserve server stability during abrupt network drops.
Full-Stack Lead / Architect | Task Manager Workspace
Recent
Spring Boot, React, Vite, MySQL, AWS (S3, CloudFront, EC2, RDS, Route 53), Nginx, GitHub Actions, JWT, GitFlow
Live Production Engine: tasks.prasadaraodarla.co.in
Architected and delivered a decoupled, production-live Task Manager application utilizing a split-subdomain infrastructure (tasks and tasks-api) to strictly isolate client-side assets from backend API traffic.
- Robust Backend Engineering: Developed secure RESTful endpoints with Spring Boot and MySQL, implementing efficient data persistence via Spring Data JPA and structural cross-domain protection through tailored CORS policies.
- Modern SPA Architecture: Designed a modern Single Page Application using React and Vite, utilizing Axios for optimized async API consumption and managing clean state transitions for dynamic task lifecycles.
- Global Content Delivery: Deployed a serverless frontend infrastructure leveraging Amazon S3 and CloudFront for global content caching, configuring custom error-handling overrides to ensure seamless client-side routing on refreshes.
- Hardened Cloud Infrastructure: Provisioned and hardened AWS EC2 and RDS (MySQL) environments, establishing isolated VPC security groups to restrict direct database accessibility solely to the backend compute layer[cite: 1].
- Automated CI/CD Workflows: Orchestrated independent CI/CD pipelines using GitHub Actions across separate repositories, enabling zero-downtime, automated deployments triggered instantly upon code pushes to the prod branch[cite: 1].
- Reverse Proxy & DNS Configuration: Configured multi-subdomain routing via Nginx on Ubuntu, securing end-to-end web traffic transit using GoDaddy delegated nameservers and an enterprise Wildcard SSL certificate[cite: 1].
Sole Architect & Developer | Weather Lens β Progressive Web Application (PWA)
Recent
PWA, Service Workers, Vanilla JavaScript, HTML5, CSS3, AWS S3, Amazon CloudFront (OAC), Route 53, ACM
Live Production Engine: weather-lens.prasadaraodarla.co.in
A lightweight, lightning-fast, offline-first weather tracking application built completely from scratch using native web standards to achieve maximum performance and zero ongoing server maintenance overhead.
- Native Frontend Architecture: Engineered the entire user interface and application layer using pure HTML5, CSS3 (Grid/Flexbox), and Vanilla JavaScript, ensuring an incredibly small bundle size, zero framework overhead, and instant DOM rendering.
- Serverless Hosting & Global Delivery: Architected a highly secure, cost-effective infrastructure on AWS by deploying production assets to a private Amazon S3 bucket. Configured Amazon CloudFront as a global CDN using Origin Access Control (OAC) to keep the S3 origin fully isolated from the public internet.
- Custom DNS & Managed SSL: Configured advanced routing via AWS Route 53 to handle custom subdomains, integrated with free, auto-renewing SSL certificates provisioned via AWS Certificate Manager (ACM) to enforce strict HTTPS transport channels.
- Advanced PWA Caching Lifecycle: Authored a robust native Service Worker implementing an advanced multi-tier caching architecture to guarantee comprehensive offline functionality: Cache-First for core App Shell assets, Network-First with automatic offline JSON state fallbacks for external REST weather/geocoding APIs, and Stale-While-Revalidate for Google Fonts.
- Automated Cache-Busting Pipeline: Resolved complex mobile container lifecycle challenges where devices hold onto stale assets by implementing an automated upgrade pipeline using custom S3 Cache-Control metadata headers, service worker version increments, and a native DOM
controllerchange event listener to force clean, background refreshes on live client viewports upon new code deployments.
Project Lead & Senior Full-Stack Engineer | Atlassian Jira Clone Deployment
Recent
React, Node.js, Express.js, MongoDB Atlas, Mongoose, AWS (EC2, S3), GitHub Actions, PM2, SSL/TLS
Live Production Engine: jira-clone.prasadaraodarla.co.in/login
Designed, developed, and architected an enterprise-grade Atlassian Jira Clone supporting multi-tenant developer sandboxes, dynamic Agile Kanban task workflows, and rigorous administrative user lifecycle management built on a decoupled full-stack architecture.
- Engineered Decoupled CI/CD Pipelines: Designed automated GitHub Actions workflows orchestrating a dual-pipeline strategy that builds and syncs the React frontend directly to an AWS S3 bucket, while concurrently handling automated server tests and hot-deploying the Node.js backend to an AWS EC2 instance using PM2.
- Architected Automated Server Isolation (CORS): Engineered a rigorous dynamic server access policy whitelist array to screen incoming transactions, completely blocking multi-origin vector vulnerabilities while seamlessly supporting both production cloud environments and local development environments.
- Implemented Dual-Layer User Security Governance: Designed a multi-state account lifecycle engine (PENDING, ACTIVE, SUSPENDED) built directly into the Mongoose schema, coupled with a secure backend interceptor middleware stack (
protect, adminOnly) to handle account activation and secure token filtering.
- Developed Workspace Administration Console: Created a corporate governance dashboard allowing real-time administrative approvals, role escalations (standard user to admin), and direct user onboarding while maintaining full backward-compatibility with legacy boolean field tracking (
isBlocked).
- Engineered One-Click Guest Demo Mode: Implemented a pre-seeded, pre-hashed cryptographic guest simulation pathway using custom pre-compiled Bcrypt strings, giving recruiters and visitors instant workspace authorization without bypassing underlying system security filters.
- Secured Automated Base URL Switching Engine: Built an environment-aware API lookup client leveraging Viteβs structural tracking state configurations (
import.meta.env.MODE) to eliminate hardcoded URLs and ensure smooth transitions between local development ports and live cloud servers.
- Deployed Production SSL Environments: Configured secure, live HTTPS native Node server bindings on AWS EC2 backed by certified Let's Encrypt SSL/TLS certificates, establishing secure data transport channels for all frontend client actions.
Empower Platform
Angular, Nest.js, PostgreSQL, JIRA, Bitbucket
Frontend and backend framework ecosystem built for cardinality.ai.
- Built the Secure Messaging Channel Feature alongside comprehensive API Caching using Caching manager to eliminate latency bottlenecks.
Genesis Care Healthcare Portal
AEM, React.js, HTML5, CSS3, REST Web Services
Custom application implementation for a private global cancer care provider.
- Managed 2 Frontend Developers and 1 AEM developer, structuring clean layout integration patterns via React components linked into AEM.
AIS Telecommunications Hub
AEM, Figma, REST APIs, JIRA, Responsive Web Design
Core customer touchpoint application for a premier 5G mobile network provider in Thailand.
- Supervised a cross-functional unit (2 Frontends, 1 AEM dev, 1 Tester) parsing component specs directly from Figma designs.
Roche COCP (Content Owner Community of Practice)
React.js, Node.js, Express.js, AWS S3, AWS DynamoDB, SSO
Internal full-stack interactive content sharing and collaboration ecosystem with enterprise SSO integration.
- Acted as Full-Stack Lead managing a team of 4 to design robust routing configurations across React.js (client) and Express.js (server).
- Provisioned dynamic storage environments using AWS S3 and automated unstructured datasets onto DynamoDB tables.
Connected Air Purifier App (Blueair)
React.js, Node.js, AWS Cognito, AWS Lambda, Raspberry Pi API
Firmware automation portal enabling precise configurations for QA/QC operator roles.
- Integrated secure access layers via AWS Cognito and coordinated automated QR code generation mechanisms mapping onto Raspberry Pi boards.
Tata Steel Connected 3M Portal
Angular 10, React.js, Node.js, Google Maps API, Highcharts, PowerBI
Enterprise operations map visualizer integrating live CCTV stream feeds and complex industrial networks graphs.
- Led 3 software engineers to implement complex topology graphics via Highcharts and embed interactive mapping layouts for industrial operations.
Molson Coors Draftfox
Angular 8, Node.js, Angular Material, Charts.js, Azure Graph API
IoT telemetry dashboard used to track status markers and supply-chain conditions across retail points.
- Engineered real-time data visualizers using Charts.js and constructed unified user dashboards using Angular Material.
CitizenHub Mobile Application
Apache Cordova, Angular, Native Plugins, OCR API, OAuth 2.0
Hybrid mobile application processing document verification securely via optical character recognition.
- Wired SQLite storage layers and camera hardware access channels via specialized Cordova plugins; linked smart backend OCR systems to automate text data parsing.