Skip to content
View Samiullah-2004's full-sized avatar

Block or report Samiullah-2004

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

Typing SVG


const samiullah = {
  location: "Lahore, Pakistan πŸ‡΅πŸ‡°",
  education: "BSCS @ Alhamra University (NCBA&E) β€” Semester 4, CGPA 3.67/4.0",

  role: "Full Stack Web Developer",

  coreStack: {
    frontend: ["React.js", "Next.js", "TypeScript", "Tailwind CSS", "Redux", "GSAP", "Motion"],
    backend: ["Node.js", "Express.js", "REST APIs", "JWT", "bcrypt", "Zod", "NextAuth"],
    databases: ["PostgreSQL", "Prisma ORM", "MongoDB", "Mongoose", "DynamoDB"],
    realtime: ["Socket.IO", "WebRTC", "WebSockets"],
    ai: ["Groq (Llama 3.3)", "Google Gemini", "Hugging Face Embeddings", "pgvector", "RAG Pipelines"],
    tools: ["Git", "GitHub", "Docker", "Vercel", "Railway", "Supabase", "AWS SDK", "Postman"],
  },

  experience: "Web Development Intern @ Qwetrum Technologies (June 2026)",

  currentlyBuilding: "CodeMeet AI β€” Real-time technical interview platform with WebRTC, live code sync, and AI feedback",

  currentlyLearning: "AWS infrastructure (EC2, Lambda, S3), production-grade CI/CD pipelines",

  freelance: "Actively taking projects on Upwork β€” remote-first",

  motivation: "Youngest in my family, lost my father in 2022 β€” building a real career is personal, not just professional",

  funFact: "I follow crypto and financial markets daily πŸ“ˆ",

  goal: "Land a remote full-stack role or grow a freelance client base building real, production-ready products",
};

πŸ›  Languages and Tools I Use πŸ‘¨πŸ»β€πŸ’»

Languages:
Frontend:
Backend:
Databases:
AI / RAG:
Animation:
Version Control:
CI/CD:
Deployment:
Tools:
Testing:

⭐ Flagship Project

A full-stack platform for live technical interviews: peer-to-peer video calls, a real-time synced Monaco code editor, chat, and AI-generated code feedback, all in one room. WebRTC negotiates automatically through Socket.IO signaling, DynamoDB persists sessions and users, and Google Gemini reviews the candidate's code the moment the interview ends, returning a summary, strengths, improvements, and a score.

Built phase by phase with a branch-per-PR workflow and branch protection on main, with CI running lint, test, and build on every single commit from day one.

β–Ά View on GitHub


πŸš€ Featured Projects

Full-stack SaaS where users upload documents and get a custom AI chatbot trained on that content via RAG. Handles PDF extraction, chunking, embeddings, pgvector similarity search, and LLM-generated answers, with an embeddable widget for any website.

β–Ά View Live

AI application that analyzes job descriptions and tailors resumes to match, using live LLM inference via Groq. Full-stack build with PDF parsing, JWT auth, and dual match scoring (AI + deterministic).

β–Ά View Live

Full-stack invoicing platform for freelancers. Client management, auto invoice numbering, payment status tracking, and a live earnings dashboard secured with JWT auth.

β–Ά View Live

Full-stack bag store with JWT auth, live shopping cart, checkout, stock management, and an owner admin dashboard for inventory and orders.

β–Ά View Live

Real-time two-player chess synced via WebSockets. Full move validation, legal move highlighting, drag & drop, and checkmate detection with instant notifications.

β–Ά View on GitHub

Personal portfolio with GSAP scroll-triggered animations, an interactive cursor-reactive grid background, custom preloader, and a slide-in navigation drawer.

β–Ά View Live


πŸ“Š GitHub Stats


Pinned Loading

  1. Chatspark-ai Chatspark-ai Public

    AI chatbot SaaS built with Next.js 16, TypeScript & PostgreSQL. Upload documents, train a custom AI chatbot via RAG (pgvector + Groq Llama 3.3), and embed it on any website with one line of code.

    TypeScript 1 1

  2. BillMate BillMate Public

    A full-stack freelance invoicing SaaS app built with React, Node.js, Express, TypeScript, PostgreSQL, and Prisma.

    TypeScript

  3. ResumeForge ResumeForge Public

    AI-powered resume tailoring app built with Next.js, TypeScript, and PostgreSQL. Upload a resume and job description to get an AI-tailored resume, cover letter, and match score β€” powered by Groq (Ll…

    TypeScript

  4. Portfolio Portfolio Public

    Modern frontend developer portfolio built with React.js, GSAP, and Tailwind CSS β€” featuring scroll animations, page transitions, and live project showcases.

    JavaScript