Skip to content
View maazkhan75's full-sized avatar
Innovating with code
Innovating with code

Block or report maazkhan75

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maazkhan75/README.md

Greetings 👋

#!/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"]

🛠  Technologies and tools:

html5   css3   javascript   typescript   bootstrap   tailwind css   wordpress   react   next js   node js   express js


c plus plus   c language   bash   python  


microsoft sql server   mysql   postgresql  


git   github   vim   npm   webpack   vercel   linux   ubuntu  


🌐 Connect

 

Pinned Loading

  1. Social-Network-App Social-Network-App Public

    A console-based social network application designed as a miniature version of Facebook

    C++

  2. RailSync RailSync Public

    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

  3. BrickBreaker BrickBreaker Public

    A classic arcade-style game implemented in C++

    C++

  4. ThreadedPong ThreadedPong Public

    A minimilistic multi threaded Pong game in c++ using SFML graphics library for linux environment

    C++

  5. CustomLinuxShell CustomLinuxShell Public

    A custom linux shell inplemented in c++ which gets command as input and then execute the command

    C++

  6. TetrisGame-0x88 TetrisGame-0x88 Public

    A nostalgic Tetris game designed with 8088 assembly having various difficulty levels and classic gameplay.

    Assembly