Here's an archive of things that I've worked on. I really enjoy creating new projects and coming up with new ideas. Each one showcases my skills and my passion.

Sky Quest is a flight search platform with a clean, responsive UI and excellent performance. Built using Next.js, TypeScript, and Tailwind CSS, it integrates the Amadeus API, featuring advanced passenger selection, detailed flight results, and full SEO optimization for a smooth and accurate travel booking experience.

A fully functional e-commerce platform built with MERN stack, offering secure authentication, admin dashboard to manage products, users, and orders, dynamic product filtering with sorting and pagination, and secure PayPal payment integration handled on the backend.

A full-featured Contact Management System built with PHP and Laravel, offering secure user authentication, advanced contact search, status-based filtering, and efficient pagination. Developed using Laravel Livewire for dynamic interactions and styled with Tailwind CSS, the application delivers a responsive, modern, and seamless user experience.

A responsive e-commerce website built based on a Frontend Mentor design, showcasing a clean and intuitive user experience. It features responsive images. This project highlights development using Vanilla JavaScript and CSS, focusing on interactivity and performance.

A complete GitOps pipeline built with ArgoCD, ArgoCD Image Updater, and Kustomize. Implements a full CI/CD loop where GitHub Actions builds and pushes Docker images, Image Updater detects new tags and commits updated manifests back to Git, and ArgoCD syncs the cluster automatically. Features separate dev and prod environments with distinct update strategies newest-build for dev and semver for prod managed through Kustomize overlays.

A Laravel-based Contact Management System API with authentication using Sanctum, allowing users to securely manage personal contacts. Implements robust request validation, authorization policies, custom middleware, and structured exception handling. Supports search, filtering, sorting, and starring contacts, ensuring consistent, secure, and user-friendly JSON API responses.


A full-featured React Shopping Cart project demonstrating how to properly use React Context API together with custom hooks. The project focuses on managing application state efficiently and organizing Context logic in a clean and scalable way.