Major Deployments

Java | JavaScript | MySQL | Capacitor JS

Engineered a comprehensive social media platform functioning seamlessly across both web and mobile environments.

Utilized Capacitor JS [a cross-platform native runtime that allows web applications to run natively on mobile devices] to bridge the web application architecture into a native APK [Android Package Kit, the file format used by the Android operating system for the distribution and installation of mobile apps].

Implemented a Split-Query Search Engine [a database design pattern that runs entirely separate SQL queries to decouple distinct data types, merging them into a single formatted JSON array] to drastically reduce query clutter and improve data retrieval speed.

Deployed a Deep-Link Glow Engine [a custom routing system that mathematically reconstructs thread hierarchy, smoothly scrolls the target component into view, and triggers CSS animations] to handle complex cross-platform user navigation.

Integrated a robust Mobile Notification Engine utilizing Firebase Cloud Messaging [a cross-platform messaging solution that allows developers to reliably send messages and notifications] to route foreground and background taps directly to specific application states.

House Price Predictor

Python | pandas | scikit-learn | Streamlit

Developed a Supervised Regression [a type of machine learning where the model learns from a dataset that includes both the input features and the correct output answer] model to accurately forecast real estate values.

Constructed a robust Data Preprocessing Pipeline utilizing pandas [a software library written for data manipulation and analysis] and scikit-learn [a robust machine learning library] to handle missing numerical values via Median Imputation and categorically scale features through Standardization.

Evaluated algorithmic efficacy by comparing Baseline Ordinary Least Squares models against advanced Random Forest Regressors [an ensemble learning method that constructs a multitude of decision trees during training to improve accuracy and control overfitting].

Deployed the serialized model into a live production environment utilizing Streamlit [an open-source app framework that turns Python scripts into interactive web applications], providing users with dynamic input Widgets [graphical control elements] to execute live Inference.

Secure User Authentication System

Node.js | Express | MongoDB | JavaScript

Architected a full-stack MEN [MongoDB, Express, Node.js] application utilizing the Client-Server Model [a distributed application structure that partitions tasks or workloads between servers and clients].

Developed a responsive Frontend [the visual layer of the application that the user interacts with directly] featuring a Glassmorphism aesthetic and utilizing the URLSearchParams interface to trigger dynamic DOM Manipulation [the process of using JavaScript to visually change the HTML structure after the page has loaded].

Constructed a robust Backend [the server-side logic responsible for routing traffic, enforcing security, and processing data] adhering to RESTful principles [a set of rules for creating web services] and secure Middleware Implementation via Express.js.

Configured a MongoDB Atlas cluster, strictly enforcing a Database Schema via Mongoose Object Data Modeling to ensure unique user credentials, and managed secure CI/CD deployment via Render using protected Environment Variables.