👋 Hey, I'm Sheri Manasa

full-stack

AI developer.

Building intelligent, full-stack systems @ Unify Technologies — from production-ready RAG chatbots to voice-driven spatial XR applications.

Sheri Manasa Portrait
Based in Hyderabad, IN
INTELLIGENT ✦ ADAPTIVE ✦ SECURE
✦ What I Do

I bridge the gap between complex AI systems and responsive interfaces — building RAG pipelines that actually ground data, robust backend schemas, and cross-platform experiences that quietly do the work.

✦ Selected Work

check out some of my work

A selection of application workflows, LLM systems, and products I have helped construct.

012025

AI PDF Chat Assistant (RAG)

Chat with your PDF documents and receive grounded, source-backed answers in real time.

A Retrieval-Augmented Generation (RAG) mobile application. Orchestrated with LangChain, powered by Groq LLMs and Cohere embeddings for low-latency semantic search, utilizing Qdrant vector database and MongoDB metadata storage.

React NativeFastAPILangChainGroqCohereQdrantMongoDB
AI PDF Chat Assistant (RAG) interface preview
022025

Unifycare-SmartGlass (Android XR)

Hands-free spatial healthcare assistant displaying real-time patient charts and vitals via voice dictation.

Extended reality medical dashboard built in Jetpack Compose and Android XR SDK. Features a high-performance SpeechRecognizer voice-engine and intent mapping with weighted-keyword scoring for clinical commands.

KotlinJetpack ComposeAndroid XR SDKRoom DBCameraXZXingRetrofit
Unifycare-SmartGlass (Android XR) interface preview
032025

SplitWise - Expense Sharing App

Settle debts, track shared expenses, and split bills in real time with offline support.

A full-stack expense tracker featuring Supabase Auth, PostgreSQL schema sync, Redux state management, input validation, and offline-friendly workflows for zero-network interruptions.

React NativeReduxSupabasePostgreSQLSupabase AuthExpo
SplitWise - Expense Sharing App interface preview
042025

Student Database Application

Secure registration system executing end-to-end CRUD operations with JWT authentication.

Full-stack client-server app. Implemented JWT access/refresh token rotation, request validation middleware, CORS management, Neon PostgreSQL indexing, and Express.js rate-limiting.

React NativeExpoExpress.jsNeon PostgreSQLJWTReact Query
student-auth-middleware.js

const verifyJWT = (req, res, next) => {

const authHeader = req.headers.authorization;

if (!authHeader?.startsWith('Bearer ')) return res.sendStatus(401);

const token = authHeader.split(' ')[1];

jwt.verify(token, process.env.ACCESS_TOKEN_SECRET, (err, decoded) => {

if (err) return res.status(403).json({ message: "Session Expired" });

req.studentId = decoded.id;

next();

});

};

Database: PostgreSQL (Neon)API: REST CRUD
Sheri Manasa Profile Picture

Manasa.

✦ About Me

a little about myself

My path into engineering is driven by a deep fascination with building tools that simplify real-world workloads. I graduated with a Bachelor of Engineering in Electronics and Communication Engineering from Matrusri Engineering College (Osmania University) in 2025.

Through my software internships at Unify Technologies and Zenetia AI Labs, I have gained hands-on experience structuring production-grade full-stack systems. Specifically, I focus on integrating Large Language Models (LLMs) with vector indices (Qdrant) and structuring responsive native mobile experiences (React Native, Expo).

I thrive in settings that require cross-functional collaboration, clean typescript patterns, and robust software testing pipelines.

Technical Expertise

Languages

JavaScriptTypeScriptPythonSQL

Frontend & Mobile

React.jsNext.jsReact NativeExpoReduxJetpack ComposeAndroid XR SDK

Backend & Cloud

Node.jsExpress.jsFastAPIREST APIsSwaggerPostman

AI & ML

LLM APIsRAG (Retrieval-Augmented Generation)LangChainCohere EmbeddingsGroqWhisperPrompt Engineering

Databases & Auth

PostgreSQLNeon PostgreSQLMongoDBQdrant (Vector DB)SupabaseFirebaseOAuth 2.0

Certifications

Python Fullstack (Digital Edify, 2025) • Full Stack Web Development (Coursera) • Python Programming (Udemy) • Embedded Development (Eduskills) • Git & GitHub Essentials (Udemy).

let's build

incredible work together.

Drop me an email
Or Call / Whatsapp+91 630-487-7432
Connect

MANASA

© 2026 Sheri Manasa. All rights reserved.
Next.js 16•Tailwind CSS v4