Technical Skills
Projects



Full Stack Online Game: Ping Pong
• Implemented server-side game logic including ball physics, collision detection, and scoring.
• Built a Next.js frontend with canvas rendering and synchronized paddle/ball state.
• Designed the system to support scalable multiplayer rooms with smooth and responsive gameplay.

Dockerized Content Management System
• Built a multi-container setup using Docker Compose for WordPress, Nginx, and MariaDB.
• Configured Nginx as a reverse proxy for WordPress, managing traffic and ensuring secure HTTPS connections.
• Connected WordPress with a MariaDB database, and managed data through Docker volumes.


CPP Object Oriented Programming
• Encapsulation, Inheritance & Polymorphism
• Virtual Functions & Override
• Function Overloading & Operator Overloading
• Abstract Classes & Pure Virtual Functions
• Exception Handling (try, catch, throw)
• Templates (Function & Class Templates) & STL (Standard Template Library).