Things I've
built
Real-world projects spanning iOS development, AI algorithms, and embedded robotics.
Scalable iOS app for group financial management. Automated bill calculation logic eliminates manual reconciliation errors. Analytics-ready data structures with CoreData persistence.
- Scalable expense-splitting for group financial management
- Automated bill calculation to eliminate reconciliation errors
- Persistent local storage using CoreData
- Analytics-ready data structures for expense insights
Rule-based chess engine using OOP principles and the Minimax algorithm for intelligent move prediction. Full game state management with check detection and optimized recursive evaluation.
- Rule-based engine using object-oriented programming
- Minimax algorithm for intelligent move prediction
- Validation logic for legal moves and check detection
- Optimized recursive evaluation functions
Four-wheel autonomous robot with real-time IR-based line tracking. L298N motor driver interfacing with dynamic speed adjustment for precise path correction and stability.
- Four-wheel autonomous robot with real-time line tracking
- IR sensors to detect contrast between surfaces
- Embedded control logic for dynamic motor speed adjustment
- Motor driver (L298N) interfacing for directional control
Privacy-first iOS app with MVVM architecture for meal logging, calorie tracking, and nutritional analysis. Fully offline, blazing fast, with PhotosUI and HealthKit integration.
- MVVM architecture for clean separation of concerns
- PhotosUI integration for meal photo logging
- HealthKit sync for nutritional data
- Fully offline, privacy-first design
Production-grade iOS weather app with CoreLocation geolocation, REST API integration, and smooth MVVM state management with animated UI and responsive design.
- Real-time weather forecasting via REST APIs
- CoreLocation for accurate geolocation-based updates
- Responsive, production-ready UI with smooth animations
- Clean MVVM architecture with scalable code practices