#!/usr/bin/python
# -*- coding: utf-8 -*-
# Personal information
name: str = "Maaz Khan"
role: str = "Software Engineer"
languages_spoken: list[str] = ["en_US", "ur"]
hobbies: list[str] = ["Reading", "Traveling", "Planting"]
#!/usr/bin/python
# -*- coding: utf-8 -*-
# Personal information
name: str = "Maaz Khan"
role: str = "Software Engineer"
languages_spoken: list[str] = ["en_US", "ur"]
hobbies: list[str] = ["Reading", "Traveling", "Planting"]
A console-based social network application designed as a miniature version of Facebook
C++
RAILSYNC - A comprehensive web application for railway ticket booking and management, featuring user authentication, admin panel, real-time database integration and a responsive design.
EJS
A minimilistic multi threaded Pong game in c++ using SFML graphics library for linux environment
C++
A nostalgic Tetris game designed with 8088 assembly having various difficulty levels and classic gameplay.
Assembly
A custom linux shell inplemented in c++ which gets command as input and then execute the command
C++