interface Developer { name: string; location: string; focus: string[]; passions: string[]; motto: string; }const Dawood: Developer = { name: "Dawood Sajid", location: "Pakistan ", focus: [ "AI-Integrated Web Applications", "Generative AI & LLMs", "RAG (Retrieval-Augmented Generation)" ], passions: [ "Clean Architecture", "High-Performance APIs", "Scalable System Design" ], motto: "Code. Create. Innovate. ⚡" };
Pinned Loading
-
VPN-D-management-system-
VPN-D-management-system- PublicA full-stack VPN management application built with FastAPI (backend) and Vite/React (frontend) that automates WireGuard VPN setup, client device management, and configuration generation. Users can …
TypeScript
-
SFHMS_v2.0
SFHMS_v2.0 PublicSFHMS is a full-stack application designed to help educational institutions manage student health records, fitness activities, and wellness programs. The system provides role-based access for admin…
TypeScript
-
DOCUMIND-V2
DOCUMIND-V2 PublicDOCUMIND v2.0 is a state-of-the-art document interaction platform that leverages Groq's Llama 3.1 and ChromaDB to provide lightning-fast, context-aware conversations with your PDF, TXT, and DOCX fi…
Python
-
SwiftMart
SwiftMart PublicA fast and intuitive mobile e-commerce platform where users can browse, search, and purchase products conveniently. The project focuses on providing a smooth shopping experience by integrating ess…
If the problem persists, check the GitHub status page or contact support.