Engineering projects

Software projects focused on usability, logic, and practical implementation.

This page highlights your software engineering and web development work in a cleaner, more professional format. The same design language has been carried across your portfolio so all project pages feel visually connected.

Selected projects

These project cards keep your original work while improving wording, hierarchy, and overall portfolio presentation.

Portfolio website
01

Personal Portfolio

Web development project

  • Built a personal portfolio website to present skills, project work, and professional profile in one place.
  • Designed the site to improve discoverability, create stronger first impressions, and support networking or hiring opportunities.
  • Serves as a central hub for your data, software, and project portfolio presence.
HTMLCSSJavaScriptPortfolio Design
Django application
02

Advanced Password Manager using Django

Python and Django based project

  • Built a password manager application using Django to explore backend logic, authentication flow, and secure data handling concepts.
  • Used the project to deepen hands-on understanding of Python web development and structured application building.
  • The temporary deployment is no longer live, but the source code remains an important part of your software portfolio.
PythonDjangoWeb AppAuthentication
Algorithm visualization
03

Sorting Algorithm GUI

Python GUI project with Tkinter

  • Created an intermediate-level GUI application for visualizing sorting algorithms and their behavior on arrays.
  • Built the interface in Tkinter with controls for algorithm selection and array interaction.
  • Packaged the project with an executable workflow so it can be run locally as a desktop-style learning tool.
PythonTkinterAlgorithmsGUI