This is a simple yet functional CRUD (Create, Read, Update, Delete) application developed using core PHP and MySQL,
designed to manage employee records efficiently. This project demonstrates mastery of PHP procedural scripting and
database interaction without the use of frameworks. It is ideal for showcasing foundational back-end development and CRUD operations.
Restaurant Ordering System
Technologies: PHP · MySQL · Bootstrap · REST API (JSON)
This project is a full-stack restaurant ordering system developed using raw PHP and MySQL. It features a custom-built REST API and a
structured backend to manage restaurant operations such as customers, menu items, and orders.
Restaurant Ordering System
Tech Stack: PHP · MySQL · HTML · Bootstrap
Highlights:
Developed a RESTful API in pure PHP to handle all CRUD operations using JSON.
Created modular, object-oriented backend logic with a reusable database access class (RosDB_Access).
Implemented dynamic views for creating, updating, and displaying related records (e.g., customer orders).
This project is a PHP-based RESTful web application demonstrating how to interact with a MySQL database using
both server-side and client-side technologies.
It supports procedural and OOP approaches to display and interact with student-related records.
Employee Management System (CRUD App)
Features:
Create new employee entries with name, address, and salary.
Read: View all employees in a neatly formatted table.
Update existing employee details using dynamic form prefill.
Delete employee records with confirmation to prevent accidental removal.
Responsive Design powered by Bootstrap for ease of use across devices.
The Future Value Calculator is a JavaFX desktop application that calculates the future value of a monthly investment based on user input:
monthly investment amount, annual interest rate, and investment duration in years. It stores each calculation result in a LinkedList and
allows the user to review a sorted list of all calculations made during the session.
This application combines user-friendly GUI elements, input validation, object-oriented modeling, and collection management, making it an ideal demonstration of core Java programming skills, especially in GUI, input handling, and data formatting..
This project demonstrates my ability to build and consume RESTful APIs using core PHP, MySQL, and JSON. The application allows
users to retrieve and display student records from a database through both procedural and object-oriented PHP approaches. It also
features a client-side interface that consumes the API using asynchronous JavaScript (AJAJ) with jQuery