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. ⚡" };
Highlights
- Pro
Pinned Loading
-
Food-Palace-Management-System-Basic-OOP-Project
Food-Palace-Management-System-Basic-OOP-Project PublicA console-based Restaurant Management System built with C++ for Second-semester CS/IT students. Features food ordering, staff management, customer ratings, and order tracking with a colorful, full-…
C++
-
Library-Management-System-CP-Basic-project
Library-Management-System-CP-Basic-project PublicA console-based Library Management System built with C++ for first-semester CS/IT students. Features book inventory control, user management, search functionality, and transaction tracking with a s…
C++
-
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
If the problem persists, check the GitHub status page or contact support.