PROJECTS

NeuroPulse Fitness - Cyberpunk Workout Tracker

Full Stack Developer

February 2024

Developed a cyberpunk-themed fitness application using React Native and Firebase, featuring real-time workout tracking, augmented reality exercise form checking, and a gamified progression system inspired by cyberpunk aesthetics.

Technologies Used

React NativeFirebaseTensorFlow.jsNode.jsExpressAR KitTypeScript

Key Highlights

Implemented AR exercise form detection using TensorFlow.js for real-time feedback

Created a gamified progression system with cyberpunk-themed achievements and ranks

Designed responsive UI with neon aesthetics and animated transitions

Integrated Firebase for real-time data synchronization and user authentication

Microservices-Based Medical Clinic System

Lead Developer

March 2024

Architected and implemented a comprehensive medical clinic management system using microservices architecture, focusing on scalability, security, and HIPAA compliance. The system handles patient records, appointment scheduling, and billing operations with real-time synchronization.

Technologies Used

JavaSpring BootDockerKubernetesPostgreSQLRabbitMQJWTMaven

Key Highlights

Designed and implemented 8 microservices with domain-driven design principles

Integrated OAuth2 and JWT for secure authentication across services

Implemented event-driven architecture using RabbitMQ for inter-service communication

Containerized services with Docker and orchestrated with Kubernetes

Achieved 99.9% uptime and sub-200ms response times under load

Implemented comprehensive logging and monitoring using ELK stack

UCNow – Crime Analysis & Reporting Platform

Lead Developer

April 2024

Built a comprehensive crime analysis and reporting platform that combines official NYC crime data with community-sourced reports. The application features interactive heat maps, real-time alerts, and machine learning-powered incident classification.

Technologies Used

ReactNode.jsMongoDBExpressNYC Open Data APITensorFlowMapboxGLWebSockets

Key Highlights

Integrated real-time data streaming from NYC Open Data API with WebSocket connections

Developed machine learning model for incident classification with 92% accuracy

Created interactive heat maps and visualization using MapboxGL

Implemented real-time notification system for user-defined areas

Built responsive dashboard with crime statistics and trend analysis

Deployed automated CI/CD pipeline using GitHub Actions

CyberKernel - Custom Linux Kernel Module

Systems Developer

January 2024

Developed a custom Linux kernel module that implements a cybersecurity-focused system monitoring solution. The module provides real-time process tracking, system call interception, and rootkit detection capabilities while maintaining minimal performance overhead.

Technologies Used

CLinux Kernel APISystem CallsAssemblyMakefileGDBftrace

Key Highlights

Implemented system call hooking mechanism for process activity monitoring

Created efficient data structures for tracking system events with minimal latency

Developed anti-rootkit detection features using kernel memory scanning

Achieved less than 1% performance overhead in system operation

Built kernel module installation and configuration tools

Integrated with Linux Security Modules (LSM) framework