Skip to content
View Wcoder547's full-sized avatar
💭
Working on a project, responses may be delayed.
💭
Working on a project, responses may be delayed.

Block or report Wcoder547

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

LinkedIn Portfolio Email Resume


Waseem Akram — Full-Stack Developer

I build production-grade web applications. Three years of hands-on experience across the full stack — from designing REST APIs and real-time systems to integrating ML pipelines and shipping on cloud infrastructure.

Based in Sargodha, Pakistan. Available for remote full-time, part-time, or freelance work.


Projects

SafePay — Digital Wallet with ML Fraud Detection

P2P payment platform — send and receive money with a fraud detection layer that blocks suspicious transactions in real time. The core differentiator is a Random Forest model (served via FastAPI) that scores every transaction; anything above 70% fraud probability is blocked before it settles.

Built on a React frontend, Node.js/Express REST API, PostgreSQL + Prisma ORM. Dockerized and deployed on AWS with a CI/CD pipeline.

React Node.js PostgreSQL Prisma FastAPI scikit-learn Docker AWS


MERN Chat App — Real-Time Messaging

Full-stack chat application with real-time bidirectional communication. Socket.io handles event emission and broadcasting on the backend; the React frontend reflects state instantly without polling. Supports private messaging, group rooms, JWT-authenticated sessions, and MongoDB-persisted message history.

React Node.js Express MongoDB Socket.io JWT


E-Commerce Platform — Full-Stack Store

Production-ready store with a Redis caching layer on the REST API, full checkout flow (cart, orders, inventory, payment gateway), and an admin dashboard for analytics, product management, and order tracking. TypeScript end-to-end.

React Node.js Express MongoDB TypeScript Redis JWT


SocialHub.Support — Task-Based Coin Reward Platform

Users earn coins by completing social media tasks (follow, like, share, subscribe) and submit proof for admin review. Admins manage campaigns, review proofs, publish LMS articles, and monitor the platform via a dedicated dashboard. Monetized via Google AdSense.

Built on Next.js App Router with MongoDB/Mongoose, NextAuth (Google OAuth), and Edge-compatible middleware for route protection.

Next.js TypeScript MongoDB Mongoose NextAuth Tailwind CSS


MstryMessage — Anonymous Feedback Platform

Sign up, get a unique shareable link, receive anonymous messages — no account required for senders. An AI endpoint generates contextual icebreakers so senders are never staring at a blank box. Edge middleware cleanly separates public anonymous routes from the protected dashboard.

Next.js TypeScript MongoDB NextAuth Resend Vercel


Stack

Layer Technologies
Frontend Next.js · React · TypeScript · Tailwind CSS · Framer Motion · shadcn/ui
Backend Node.js · Express · NestJS · FastAPI · Socket.io
Databases MongoDB · PostgreSQL · Prisma · Supabase · Redis · Firebase
AI / ML LangGraph · LangChain · RAG · YOLOv11 · scikit-learn · Hugging Face
DevOps Docker · AWS · Linux · Vercel · Kubernetes · Terraform · Ansible · Jenkins

Work & Education

Period Role Organisation
2024 Full-Stack Intern Kivro Solutions
2023 Full-Stack Intern DevelopersHub Corporation
2023 Laravel Intern Ultimabyte Software House
2022 – present Freelance Developer Fiverr
2022 – 2026 BS Information Technology University of Sargodha

Other Repositories

Repo What it covers
MediLens Android — YOLOv11 pill detection (99% mAP), prescription OCR via Donut + Gemini NER. Final Year Project.
devops-zero-to-hero Linux, Docker, Kubernetes, Ansible, Terraform, Jenkins — notes and hands-on configs.
Agentic-Ai 17 LangGraph notebooks — sequential/parallel/conditional workflows → RAG → human-in-the-loop → subgraphs.
NestJS Architecture, dependency injection, modules, pipes, validation, exception filters.
Generative-AI 13 LangChain modules from basic LLM calls to full RAG pipelines with vector stores.
DSA-JavaScript Linked lists, trees (BST/AVL/B+), BFS/DFS, sorting — pure JS, no libraries.

LinkedIn Email

Popular repositories Loading

  1. ECOMMERCE-PROJECT ECOMMERCE-PROJECT Public

    Full-stack MERN e-commerce platform with Stripe payments, Google OAuth via Firebase, Redis caching, Cloudinary media storage, and an admin analytics dashboard. TypeScript throughout. Dockerized wit…

    TypeScript 1

  2. beyond-basics-python beyond-basics-python Public

    Intermediate-to-advanced Python — decorators, OOP, closures, memory management, APIs, SQLite & MongoDB CRUD, and 50+ practice exercises. Real code, real patterns.

    Python 1

  3. WaseemMalik-portfolio WaseemMalik-portfolio Public

    This is the personal portfolio of Waseem Malik, built using pure HTML and CSS to showcase projects, skills, and professional background in a clean and responsive layout. Ideal for demonstrating fro…

    HTML

  4. Javascript Javascript Public

    JavaScript learning repo covering fundamentals, DOM manipulation, OOP, async/await, closures, events & the call stack — 13 topic folders with working examples and inline comments.

    JavaScript

  5. typeScript typeScript Public

    Structured TypeScript learning repo — 10 topic folders covering basics to generics, interfaces, classes & advanced types. Each folder has working code + theory notes + interview questions.

    TypeScript

  6. React React Public

    10 hands-on React projects from basics to Redux Toolkit — components, hooks, Context API, React Router, theme switching, localStorage, and a custom React renderer built from scratch.

    JavaScript