Welcome to My Portfolio

Here, you'll find a collection of my latest and most significant work as a web developer. Each project showcases my skills in various areas, from front-end design to back-end development, and demonstrates my commitment to creating user-friendly and visually appealing applications. Take a moment to explore the different projects, and feel free to reach out if you have any questions or if you're interested in collaborating on a future project. Enjoy!

Featured Projects

Issue Tracker App

A MERN app built with React for the frontend and Node.js with Express and MongoDB for the backend. I tackled challenges with authentication and role-based access control by developing custom middleware. MongoDB's querying capabilities helped optimize database performance and scalability.

Deployed using: Google Cloud for hosting the app, MongoDB Atlas for the database.

Nail Shop Site
Nail Shop

A "Coming Soon" Website for a customer's Nail Business, developed using 100% HTML, CSS, and Bootstrap's JavaScript library. While my other projects utilize C# for backend functionality, this project focused on creating a clean, responsive frontend. The main challenges included ensuring cross-browser compatibility and implementing mobile-responsive design principles. I solved these by using custom media queries, thorough testing on multiple browsers, and Bootstrap for enhanced interactivity.

Deployed using: GitHub Pages for hosting the app.

Visit Site
Math Saver App
Math Saver App

A helpful C# ASP.NET application for students to practice and improve their math skills. Users can save math problems of varying difficulty levels, select the level they prefer, and leave comments, answers, and explanations for how they arrived at their solutions. I encountered challenges with implementing real-time progress tracking and ensuring a smooth user experience. These were addressed by developing efficient data handling in C# and utilizing SQLite for local data storage and retrieval.

Guitar Haven
Guitar Store

Building the Guitar Store e-commerce platform using C# and SQLite came with challenges. I had to manage the database to store user data, products, and transactions effectively. To tackle this, I created a well-organized database structure and used SQLite for its efficiency. Setting up a secure and easy-to-use login system with ASP.NET Identity was essential to keep user information safe. For a smooth and attractive user interface, I used ASP.NET Core MVC and Bootstrap. To ensure the app ran well, I conducted thorough testing to fix any issues. These steps made the e-commerce platform reliable, secure, and user-friendly for guitar enthusiasts.