Skip to content
View umer-1010's full-sized avatar

Block or report umer-1010

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
umer-1010/README.md

Hi, I'm Umer

I'm a Software Engineering student at NIIT (Air University), currently in my BS program. Most of my time goes into writing C++, solving DSA problems, and turning university coursework into properly documented projects.

What I work with

Core: C++, Data Structures & Algorithms, OOP

Working knowledge: Python, SQL, C#, Assembly (MASM), Arduino/IoT

Exploring: Web Development, AI, AI Automation

Projects

Here are some of the projects I've built through university coursework:

  • Mining Management System — C++ mining operation simulator with abstract class hierarchies, dynamic memory management, and multi-department resource tracking. (Object-Oriented Programming)
  • Defence Management System — C++ national defence command simulator built around four subsystem hierarchies — units, inventory, reports, and emergency protocols. (Object-Oriented Programming)
  • Solar System Mission — C++ space exploration simulator demonstrating inheritance and polymorphism through planets and fuel-limited rockets. (Object-Oriented Programming)
  • C++ Hangman Game — Console word-guessing game with difficulty levels, categories, and ASCII art. (Programming Fundamentals)
  • Emergency Management System — Multi-file C++ system using A* pathfinding, priority queues, and a JSON-based city graph to simulate emergency dispatch. (Data Structures & Algorithms)
  • Typing Speed Tester — x86 Assembly (MASM) computation engine with a C# WPF GUI frontend, featuring real-time WPM tracking, accuracy analysis, and three typing modes. (Computer Organization & Assembly Language)

More academic projects (IoT, Digital Logic Design) are being cleaned up and published gradually.

Beyond software

I also have practical experience in lead generation, prospect research, and web scraping — and I'm currently learning AI automation tools like GoHighLevel.

Connect

LinkedIn

Pinned Loading

  1. cpp-hangman-game cpp-hangman-game Public

    A console-based Hangman game written in C++ as a Programming Fundamentals academic project.

    C++

  2. defence-management-system defence-management-system Public

    A C++ national defence command simulator demonstrating object-oriented programming with unit dispatch, inventory, mission logs, ally relations, and emergency protocols.

    C++

  3. mining-management-system mining-management-system Public

    A C++ mining management system demonstrating object-oriented design, dynamic memory management, inheritance, polymorphism, and system management workflows.

    C++

  4. solar-system-mission solar-system-mission Public

    An interactive C++ space exploration simulation demonstrating object-oriented programming through planets, rockets, and space missions.

    C++