Skip to content
View muhammadzaid-99's full-sized avatar

Highlights

  • Pro

Block or report muhammadzaid-99

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.

Content in all repositories owned by your account will be closed.
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
muhammadzaid-99/README.md

Muhammad Zaid

Software Engineer from Pakistan, interested in backend development, systems programming, and distributed systems.

I primarily work with Go, C++, and TypeScript and enjoy building software while understanding how the pieces fit together.

Software Engineering graduate from NUST SEECS.

Find me

Portfolio LinkedIn LeetCode

Pinned Loading

  1. FederatedHealthcareDataLakes FederatedHealthcareDataLakes Public

    A federated healthcare data platform for querying and managing data across hospitals while keeping each institution's data under its own control. Part of University Final Year Design Project.

    TypeScript

  2. MonopolyDeal MonopolyDeal Public

    Real-time multiplayer card game server in Go, featuring concurrent room architecture, server-authoritative gameplay and seamless reconnection.

    Go

  3. p2pDistributedFS p2pDistributedFS Public

    Peer-to-peer distributed file store in Go. Content addressable storage, encrypted streaming replication, pluggable transport with a TCP implementation.

    Go

  4. http-from-tcp http-from-tcp Public

    An HTTP/1.1 server written in Go directly on top of TCP sockets. Hand-written incremental request parser, concurrent connection handling, and chunked transfer encoding with trailers.

    Go

  5. BraveDave BraveDave Public

    A 2D Platformer Game in C++ and SFML. Collect gems, grab the trophy, reach the door across three levels. OOP Project, 2023.

    C++

  6. BatchAISubtitleTranslator BatchAISubtitleTranslator Public

    Fast, resumable .srt subtitle translation. Groups thousands of subtitle lines into sentence-aware batches, runs them concurrently, and checkpoints after every batch so an interrupted run resumes in…

    Go