A curated selection of projects I've developed over the years.
A modern art gallery website showcasing exhibitions and artworks. Built with Next.js and featuring a responsive design. Allows visitors to browse exhibitions, view artwork details, and contact the gallery.
Comprehensive UI and API test automation suite for an e-commerce platform. Includes tests for product browsing, checkout flow, user accounts, and payment processing. Integrated with CI/CD pipelines for continuous testing.
My personal website, to showcase my ideals, projects, proof of concepts, my blog and my resume. Implements with features such as responsive design, dark/light mode, component-based architecture ( my own special project structure, check README for details on how structured and why), and animations with Framer Motion and TailwindCSS.
An web based interface that can run with an new or existing Playwright test automation framework. This web application allows users to run Playwright tests, edit and create new tests as well. It also has AI built in that can generate new tests based on natural langauge input. Created to make it easier for a person new to a Playwright project or Playwright in general to be able to run tests or testruns in the given framework. Even add new ones without having to know how to code in Playwright.
A comprehensive testing framework for UI E2E, UI Components and API Testing leveraging Playwright using the various advanced features for a robust Automated Test framework that I created that is setup for Enterprise testing usage. Based off of . Documentation and example code for usage.