Skip to content
View mursalfk's full-sized avatar
🇵🇰
:electron: : Learning to C.O.D.E
🇵🇰
:electron: : Learning to C.O.D.E

Organizations

@QPower-Research @Tesseract-s-Landing @DevScript @MLSA-Mehran-UET @AWS-Community-Pakistan

Block or report mursalfk

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
mursalfk/README.md
Mursal Furqan Kumbhar — Full-Stack Engineer

Note

Open to full-time engineering roles — remote or on-site, including US-facing shifts. Pakistan · UTC+5. Résumé and case studies →

What I actually built

At SISSA mathLab in Trieste I wrapped high-fidelity simulation backends in interfaces researchers could use. Three of them are still online.

flowchart LR
    U["Researcher<br/><i>browser</i>"] --> R{"React UI"}
    R -->|"REST + WebSocket"| F["Flask API"]
    F --> S["Reduced-order<br/>solver · Python"]
    S --> M[("Mesh &<br/>model store")]
    S -->|"streamed results"| F
    F --> R

    R -.-> A["argos.sissa.it"]
    R -.-> B["atlas.sissa.it"]
    R -.-> C["odyssea.sissa.it"]

    style U fill:#0d1117,stroke:#30363d,color:#c9d1d9
    style R fill:#7a1f1a,stroke:#c9563a,color:#f0f6fc
    style F fill:#161b22,stroke:#30363d,color:#c9d1d9
    style S fill:#161b22,stroke:#30363d,color:#c9d1d9
    style M fill:#0d1117,stroke:#30363d,color:#8b949e
    style A fill:#0d1117,stroke:#c9563a,color:#c9563a
    style B fill:#0d1117,stroke:#c9563a,color:#c9563a
    style C fill:#0d1117,stroke:#c9563a,color:#c9563a
Loading

Now — writing on AWS security and IAM tooling · building this portfolio on Next.js 16 · exploring Bedrock AgentCore and agent evaluation · running AWS User Group Karachi.

Before SISSA — led React and React Native at Diya Interactive, shipping QriosityNet to 1,000+ users and secure portals for two insurance providers.

Papers 7 peer-reviewed
Citations 52 · h-index 4
Certifications 54
Roles 12 across 3 countries
Venues IEEE · CRC Press · Springer


Selected work

ARGOS · ATLAS · Odyssea
Production simulation servers · Python + React · SISSA

Pixel Alchemy Studio
Batch cinematic image stylisation, desktop

SecureEntry
Face + voice dual-auth intrusion alarm

ASL CV GUI
Real-time ASL prediction with Mediapipe

Writing

More at dev.to/mursalfk


Where the time goes

Contribution calendar and language breakdown

Coding habits and topics
Coding habits
Contribution snake
fun zone

My name is on NASA's Perseverance rover.

Pinned Loading

  1. Certificate-Generator Certificate-Generator Public

    This Code can create bulk amount of certificates in a fraction of time.

    Jupyter Notebook 35 16

  2. Data-Visualization-with-Seaborn Data-Visualization-with-Seaborn Public

    Different visualization techniques for Data Science using Seaborn Library.

    Jupyter Notebook 4 1

  3. python-code-snippets python-code-snippets Public

    This repository consists of Python Code Snippets for practical problems faced by a Front-End Developer

    Python 3