What I work with
Experience
BDO Rise
Software Developer II
WhatBytes
Flutter developer Intern
Freelancer
FullStack Flutter developer
Work
Moms — Community & Parenting Platform
A community-driven Flutter app designed for parents to connect, share experiences, and access parenting resources. Implemented custom widgets, animations, and advanced navigation flows to enhance user engagement and deliver an intuitive onboarding experience.
DailyIQ — Real-time Community Lounge
A Flutter app featuring real-time community interactions and discussion lounges. Integrated Riverpod for state management and WebSocket for instant data updates, achieving 1,000+ daily interactions while optimizing UI performance by 20%.
KraftSolar — Smart Energy Management
A Flutter app built for managing and monitoring solar energy systems. Implemented secure authentication with BLoC, RESTful API integration, and responsive UI across devices, ensuring data reliability and smooth performance.
Project
A selection of projects I've worked on, ranging from full-stack applications to design systems and developer tools.
Nutrito
Food ML Analysis App that allows users to scan packaged or open food items to instantly analyze health risks and receive personalized alternative recommendations. The app integrates machine learning with Retrieval-Augmented Generation (RAG) to interpret ingredient data, leverages the Gemini API for intelligent analysis, and uses Firebase for secure authentication and data management. Used by 100+ students.

Prodo Mentor
Website that automatically indexes GitHub repositories using vector embeddings and provides intelligent, context-aware development guidance through a LLM pipeline. Features real-time chat interface, webhook-based auto-indexing, and microservices architecture deployed across Vercel and Render. Also provides bots that test app just like users do in beta version to gain feedback.

Cognitive
Desktop App for analyzing user behavior and understanding repetitive tasks by LLM to automate them. Multi-threaded OCR and Whisper for each FPS being recorded. Used smollm2:1.7b as offline LLM, data streaming of screen between Flutter and Python subprocess. Designed modular for cross-platform Windows production-ready, macOS/Linux compatible.
MealBook
Pre-order app for food ordering before reaching the canteen. Features real-time updates on meals, payment gateway integration, and time-tracking functionality.
Open Source
Contributing to the community, one commit at a time
hybrid_manager
lightweight state management solution for Flutter that combines the best of GetX and Riverpod patterns. Use reactive programming, class-based state notifiers, dependency injection, and hot-reload-friendly APIs — all in one clean package.
gen_connect
gen_connect is a cutting-edge package for integrating any AI model/provider (OpenAI, Gemini, Anthropic, Meta, Grok, DeepSeek, PaLM) into your Flutter app and call all methods like sendFile(), sendPrompt() etc. with type-safe, scalable connectors and unified error handling.