Developed a query system using AVL trees in C++ to efficiently perform text range queries, leveraging the balancing properties of AVL trees to maintain query performance.
Built a full stack e-commerce website with React for the frontend, Node.js and Express.js for the backend, and MongoDB for the database. Integrated authentication, shopping cart functionality, and product management.
Created an interactive travel map using HTML, CSS, Node.js, and EJS for server-side rendering, with PostgreSQL for database management. Users can add, edit, and view travel destinations on a dynamic map.
Developed a classic Snake game in Java using Swing for the GUI. Implemented game mechanics including player movement, score tracking, and collision detection.