Skip to content
View MalikShujaatAli's full-sized avatar

Block or report MalikShujaatAli

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

Malik Shujaat Ali

Software developer. I build complete applications, from the database to the screen, using agentic AI tools like Claude Code and Cursor. I decide what gets built, direct the work, and test that it does what it should.

Computer Science, UET Lahore (2026). Based in Lahore, Pakistan.


Selected work

Azeem Style View · C#, .NET 8, WinForms, ASP.NET Core MVC, SQLite (private — client work) A shop management system built and delivered to a tailoring business: a Windows desktop app that works fully offline, and a web portal where the shop's customers check their orders with their phone number and a PIN. Its receipts print in Urdu on a thermal printer that has no Urdu font, because the app draws the whole receipt as an image and sends the printer a picture.

MindSpace — Multimodal Emotion Recognition · Python, FastAPI, TensorFlow Final year project: a mobile app that reads emotion from text, voice and facial expression. I built the backend as four FastAPI services and trained the models behind them (94.04% test accuracy for text, 81.03% for facial expression). The repository also carries a nine-phase rebuild log explaining why each earlier architecture was replaced.

Nortixx · ASP.NET Core (.NET 10), PostgreSQL, React, TypeScript (private) A multi-tenant SaaS web application built with agentic AI tools, with Twilio, Paddle and Supabase integrations, deployed on Railway.

ASP.NET Core API suite · .NET 8, EF Core, SQL Server Three smaller Web APIs — authentication, job portal, inventory — covering JWT login with refresh tokens, role-based access, and orders that check and reduce stock.


Stack

Main: C# · .NET · ASP.NET Core · Entity Framework Core · SQL Server · PostgreSQL Also: Python · FastAPI · TypeScript · React · SQLite · Supabase · Docker · Git AI tools: Claude Code · Cursor Machine learning: TensorFlow · Keras · scikit-learn


A note on the READMEs here

Every repository on this profile says plainly what it is — client work, a learning project, or coursework — and each one ends with its real limitations. I would rather be read that way than oversell any of it.


📧 shujaatali12344@gmail.com · 💼 LinkedIn

Pinned Loading

  1. EIMMAS_Backend_APIs EIMMAS_Backend_APIs Public

    Multimodal emotion recognition: four FastAPI microservices fusing text, speech and facial expression, plus a nine-phase rebuild log. Final year project.

    Python

  2. Authentication-Microservice Authentication-Microservice Public

    ASP.NET Core 8 authentication service: JWT access tokens with database-backed revocable refresh tokens, BCrypt hashing, role-based authorisation.

    C#

  3. JobPortalAPI JobPortalAPI Public

    ASP.NET Core 8 job board API: three roles, an admin approval workflow, and Controllers to Services to Repositories layering.

    C#

  4. InventoryAPI InventoryAPI Public

    ASP.NET Core 8 inventory API: stock-validating order creation with price snapshots on line items, repository pattern over EF Core.

    C#

  5. MiniTube MiniTube Public

    WPF desktop video platform in C#: dual Creator and Viewer roles, Entity Framework over SQL Server, 11 XAML views.

    C# 1

  6. Blood-Group-Detection-using-Fingerprints Blood-Group-Detection-using-Fingerprints Public

    8-class CNN predicting blood group from fingerprint images (84% test accuracy, 111K parameters), served with Flask. The research premise is contested - see README.

    HTML