Skip to content
View Muhammad-Taqi-Dev's full-sized avatar

Highlights

  • Pro

Block or report Muhammad-Taqi-Dev

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
Muhammad-Taqi-Dev/README.md
╔══════════════════════════════════════════════════════════════╗
║         Muhammad Taqi Haider — Backend Engineer              ║
║         Performance Obsessive · BS CS Graduate @ NED         ║
╚══════════════════════════════════════════════════════════════╝

I get a weird kind of satisfaction when a slow API becomes fast.

LinkedIn Portfolio Email Profile Views


$ whoami

name:        Muhammad Taqi Haider
role:        Associate Software Engineer @ QBS Co.  # promoted within 3 months
education:   BS Computer Science — NED University · Graduated June 2026 (GPA: 3.32)
status:      Full-time engineer · Available for remote & relocation opportunities
focus:       Backend Performance · Microservices Architecture · ML-Backend Integration
exploring:   System Design Fundamentals · Clean Architecture · Where AI meets real engineering
open_to:     Remote & relocation opportunities globally
contact:     taqihaider591@gmail.com

Goal: Engineer backend systems that perform under real load — not just in theory. I care about latency, correctness, and systems that don't page you at 3am.


⚡ Production Impact

Numbers from real systems. Not estimates.

What I Shipped Stack Result
Redis caching on high-traffic monitoring endpoints NestJS · Redis 1.6s → <600ms — 63% drop
Refactored service-layer DB calls across endpoints PostgreSQL · NestJS 6–8 → 2–3 hits/request — 60% reduction
Rebuilt sync PDF pipeline to async Azure Queue · SignalR ~1.6s → 400–500ms — 70% faster
PostGIS spatial indexing on multi-tenant SaaS PostgreSQL · PostGIS Geospatial queries +25% faster
SBERT + Logistic Regression categorisation model Flask · Hugging Face 88% accuracy in production

🚀 TrackWise — Capstone Project

track-wise2.vercel.app · Final Year Project · Group of 3

AI-powered personal finance platform. Designed, built, and deployed end-to-end.

Backend   →  NestJS · PostgreSQL · 56 endpoints
ML        →  Flask microservice on Hugging Face Spaces (3 endpoints)
Frontend  →  Angular PWA

Three models in production:

Model Approach Result
Transaction Categorisation SBERT + Logistic Regression 88% accuracy — surfaced at entry time
Expense Forecasting Facebook Prophet Next-month prediction from 3+ months history
Anomaly Detection Custom classifier AUC-ROC: 0.87 — real-time via API response

Engineering decisions worth noting:

  • ML inference flows through NestJS — Angular never touches the ML service directly
  • Response caching + rate limiting to handle Hugging Face cold start latency
  • Async event-driven email workflows for account verification and password reset
  • Real-time anomaly alerts delivered in API response, rendered by Angular at runtime

🛠️ Stack

Daily drivers:

Skills

Used in production:

Skills

Patterns I reach for:

REST gRPC Microservices Event--Driven Clean Architecture CQRS OAuth2/JWT/RBAC


🧩 Problem Solving

Algorithmic challenges as a way to sharpen fundamentals — not just to pass interviews.

LeetCode HackerRank DSA Repo

Categories covered →

Data Structures Array Linked List Stack Queue Binary Tree BST Hash Table Heap Matrix

Algorithms Binary Search BFS DFS Dynamic Programming Greedy Divide & Conquer Backtracking Two Pointers Sliding Window Prefix Sum Bit Manipulation Graph

Database SQL 50 (complete) Joins Aggregations Subqueries Schema Optimisation


📊 GitHub Stats


If you're building something where performance and architecture matter — let's talk.

taqihaider591@gmail.com · LinkedIn · Portfolio

Pinned Loading

  1. DSA---LeetCode DSA---LeetCode Public

    This repository offers concise solutions to algorithmic problems from LeetCode, covering various topics like linked-lists, math, strings, and sorting algorithms. It serves as a valuable resource fo…

    C++

  2. TrackWise TrackWise Public

    TrackWise is a secure, easy-to-use web app for tracking personal income and expenses with real-time visualizations, built using Angular 19 and Node.js.

    JavaScript

  3. DevFolioX DevFolioX Public

    A modern, responsive developer portfolio website built with Next.js 15, TypeScript, and Tailwind CSS. Features smooth animations, type effects, and sections for showcasing experience, projects, ski…

    TypeScript 3 2

  4. CourseFlow CourseFlow Public

    CourseFlow is a web-based university course scheduling system built with Flask and SQLite, using Greedy and Backtracking algorithms to automate course assignments and resolve scheduling conflicts.

    HTML

  5. Stock-Management-System-Website Stock-Management-System-Website Public

    Stock Management System is a Python-based application designed for small to medium businesses to automate inventory control. It manages stock entries, removals, sales, and purchases, providing real…

    HTML 1

  6. CHATBOT CHATBOT Public

    This project is a simple chatbot interface built with Flask, HTML, CSS, and JavaScript. The chatbot is designed to interact with users, respond to their queries, and maintain a conversation in both…

    Python