Skip to content
View Wcoder547's full-sized avatar
💭
Full-Stack Developer | React, Next.js, Node.js, NestJS | MERN, PostgreSQL, Docke
💭
Full-Stack Developer | React, Next.js, Node.js, NestJS | MERN, PostgreSQL, Docke

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

Pinned Loading

  1. safepay safepay Public

    A production-grade P2P payment platform with a custom-trained Random Forest model that blocks fraudulent transactions in real time.

    TypeScript

  2. 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

  3. MERN-CHAT-APP MERN-CHAT-APP Public

    Real-time full-stack chat app built with MERN + Socket.io. Features JWT auth, private & group messaging, instant WebSocket delivery, Winston logging, and Docker containerization with GitHub Actions…

    JavaScript

  4. TrueFeedback TrueFeedback Public

    Anonymous feedback platform — share your unique link, receive messages without revealing senders. Built with Next.js, TypeScript, MongoDB, NextAuth & AI-powered message suggestions.

    TypeScript

  5. MediLens MediLens Public

    AI-powered Android app for medication safety — real-time YOLOv11 pill detection (99% mAP), prescription OCR via Donut + Gemini NER, and smart reminders. Built for Pakistan's healthcare context.

    Kotlin

  6. Nodejs-ExpressJs-Advance Nodejs-ExpressJs-Advance Public

    Advanced Node.js & Express.js — hands-on modules covering security (CSRF, rate limiting, bcrypt vs Argon2), file uploads, email, MySQL, cookies, sessions & Node internals.

    JavaScript