Skip to content
View talalvirk's full-sized avatar

Highlights

  • Pro

Block or report talalvirk

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
talalvirk/README.md

Typing SVG


whoami 🧠

const me = {
  name:       "Muhammad Talal Virk",
  degree:     "BSc Software Engineering πŸŽ“",
  vibe:       "build β†’ break β†’ learn β†’ repeat",
  status:     "cooking something open source rn πŸ‘¨β€πŸ³",
  lookingFor: [
    "open source collabs 🀝",
    "cool projects to contribute to πŸ”§",
    "people who get it 🫑"
  ],
  funFact:    "i push to main when i'm feeling dangerous πŸ˜…"
}

πŸ› οΈ tech stack (the usual suspects)

Python JavaScript TypeScript React Node.js Git Linux VS Code


πŸš€ what i'm on rn

vibe what's cookin
πŸ”¨ building cool OSS project (drop a ⭐ it helps fr)
🌍 contributing actively hunting PRs to merge into the wild
πŸ“– learning system design + distributed systems
🀝 open to collabs, open source, anything interesting tbh

πŸ“Š my github wrapped

GitHub Streak


🌱 open source journey

"the best way to learn is to build in public"

  • πŸ” always looking for good first issues to pick up
  • πŸ’¬ love discussing architecture, APIs & dev tooling
  • 🧩 believe open source is the real cs degree
  • ✍️ trying to document everything so others can learn too

🀝 let's connect

LinkedIn Twitter Dev.to Gmail


if my code helped you, a ⭐ goes a long way 🫢

visitors

Popular repositories Loading

  1. covid19-data-analysis covid19-data-analysis Public

    COVID-19 data analysis project using Python, Pandas, NumPy, and Matplotlib for statistical insights and visualization.

    Jupyter Notebook

  2. aes-image-cipher aes-image-cipher Public

    Description: Browser-based AES image cipher built with native JavaScript, HTML, and CSS. Encrypts uploaded images into secure files directly on your device. Zero-knowledge architecture ensures that…

    JavaScript

  3. Hospital-Management-System-SFML Hospital-Management-System-SFML Public

    A lightweight, desktop-based Hospital Management System built in C++ using the SFML library for a clean, interactive graphical user interface.

    C++

  4. SVD-image-Compression SVD-image-Compression Public

    A Python-based implementation of lossy image compression leveraging **Singular Value Decomposition (SVD)** from linear algebra. This project demonstrates how an image can be approximated by keeping…

    Python

  5. agent-based-food-delivery-system agent-based-food-delivery-system Public

    A Python-based simulation of an Online Food Delivery System leveraging Agent-Based Software Engineering (ABSE). The system models Customers, Restaurants, and Delivery Drivers as autonomous, intelli…

    Python

  6. SDL2-MazeSolver SDL2-MazeSolver Public

    A real-time 2D maze generator and solver written in C++ using SDL2, featuring visual pathfinding algorithms like BFS, DFS, and A*.

    C