Projects in Awesome Lists by ZakirCodeArchitect
A curated list of projects in awesome lists by ZakirCodeArchitect .
https://github.com/zakircodearchitect/data-structures
This course is designed to provide a comprehensive understanding of fundamental data structures and their applications. From arrays and linked lists to trees and graphs, each topic is covered in detail with explanations, examples, and exercises to reinforce learning.
Last synced: 08 May 2026
https://github.com/zakircodearchitect/backend-implementations
This repository demonstrates backend development using Node.js and Express.js, focusing on key concepts and best practices for building scalable server-side applications. It includes RESTful API design, middleware integration, database connectivity (MongoDB, PostgreSQL), user authentication (JWT, OAuth), and error handling.
backend crud-application express-middleware nodejs nodejs-server rest-api restful-api
Last synced: 07 Feb 2026
https://github.com/zakircodearchitect/web-application-framework
MERN Stack Web Application Development repository! This project showcases my journey through the comprehensive Web Application Framework course, where I am mastering full-stack development from scratch to advanced levels using MongoDB, Express.js, React.js, and Node.js.
expressjs mern-stack mongodb nodejs reactjs
Last synced: 12 Apr 2026
https://github.com/zakircodearchitect/web-scrapping
This project automates the web scraping of news articles from the Islamabad High Court website using Selenium. It continuously fetches dynamic content, categorizes it, and saves the data in a CSV file for easy access and analysis.
python selenium selenium-python selenium-webdriver webscraping-data
Last synced: 30 Apr 2026
https://github.com/zakircodearchitect/sonic-lipsync-ai
A Google Colab-based Gradio app for generating lip-synced videos using the Sonic model. It supports audio-to-video syncing with Hugging Face models and runs entirely in the cloud—no local setup needed.
deep-learning diffusers gradio huggingface lipsync openai-whisper python pytorch sonic-model
Last synced: 02 Mar 2026
https://github.com/zakircodearchitect/net-centric-programming
This repository contains Java programs covering concepts from basic to advanced, including variables, data types, control structures, OOP, inheritance, exception handling, collections, multi-threading, and more. The well-documented examples make it a valuable resource for learners and developers.
Last synced: 01 Aug 2025
https://github.com/zakircodearchitect/course-registration-system
To streamline course registration in the Department of Computer Science at Quaid e Azam University and potentially expand university-wide. Our Java-based system offers role-based access, prerequisite checks, credit hour limits, fee verification, and deadline enforcement, ensuring a transparent and efficient process for students and administrators.
Last synced: 10 Aug 2025
https://github.com/zakircodearchitect/pakistanhighercourtssearchandqasystem
Last synced: 21 Aug 2025
https://github.com/zakircodearchitect/crickboard
Cricket Dashboard Application is a web app for managing cricket data, including players, teams, series, and scores. Built with Node.js, Express.js, and MongoDB, it offers player management, real-time scoreboards, team and series tracking, and a search feature for players.
api-rest bootstrap5 database-management ejs-template-engine express-middleware mongodb-atlas mongodb-database mvc-architecture nodejs-api nodejs-server rapid-api reference-architecture schema-validation
Last synced: 10 Apr 2026
https://github.com/zakircodearchitect/react.js
This repository showcases my advanced React.js learning journey, including key concepts, best practices, and tools like state management, hooks, routing, and testing. It’s a resource with code examples and projects to help build scalable React applications.
react-components react-hook-form react-hooks react-query react-redux react-router react-router-dom reactjs
Last synced: 10 Apr 2026
https://github.com/zakircodearchitect/companywebsite
A company website for my company Code Architect
Last synced: 03 Feb 2026
https://github.com/zakircodearchitect/model-capacity-in-regression-analysis
This project examines how model complexity and training size impact prediction stability in polynomial regression. By analyzing models of degrees 1 to 4 with confidence intervals, we gain insights into balancing overfitting and underfitting for optimal model selection.
linear-regression machine-learning polynomial-regression univariate-regressions
Last synced: 28 Nov 2025
https://github.com/zakircodearchitect/flight-intent-classifier
This project uses a Bidirectional LSTM model to classify flight-related queries into 8 intents. Trained on the ATIS dataset, it achieved 97% test accuracy and is ideal for travel-related chatbots.
atis-dataset deep-neural-networks intent-classification neural-network
Last synced: 28 Nov 2025
https://github.com/zakircodearchitect/orbithome
OrbitHome is a cutting-edge House Management Application designed to streamline everyday household operations, manage finances, and enhance family collaboration. Powered by AI-driven insights and seamless bank integrations, OrbitHome offers a comprehensive platform for managing your home efficiently and effectively.
Last synced: 23 Oct 2025
https://github.com/zakircodearchitect/full-stack-development
Embark on a transformative Full Stack Development journey on GitHub. Master Angular, React, Django, MongoDB, and more. Hands-on projects included. Elevate your skills today!
Last synced: 28 Feb 2026
https://github.com/zakircodearchitect/music-app
We're a pioneering music streaming platform committed to safety, legality, and user experience. With a vast library of licensed music, we support artists and empower users to discover, enjoy, and share music effortlessly.
Last synced: 04 Mar 2026
https://github.com/zakircodearchitect/nodejs
This Node.js and Express.js backend API is designed for scalability, high performance, and real-world applications. It features secure JWT authentication, modular architecture, robust error handling, and supports both NoSQL (MongoDB) and SQL (PostgreSQL, MySQL) databases.
Last synced: 03 Jun 2026
https://github.com/zakircodearchitect/analysis-and-design-of-algorithms
Algorithms Design and Analysis (ADA) repository This repository serves as a resource for studying algorithms, data structures, and their analysis. It contains implementations of various algorithms, along with explanations, analysis, and visualizations to aid understanding.
Last synced: 05 Jun 2026
https://github.com/zakircodearchitect/clerk-role-based-authentication
The app enables secure role-based authentication using Clerk, assigning roles, restricting access, and authenticating users. Built with Next.js and TypeScript, it stores tokens in a Convex database for efficient access control.
clerk-authentication reactjs typescript-framework typescript-react
Last synced: 02 May 2026
https://github.com/zakircodearchitect/semestersync
Fostering students and educators with a centralized platform for seamless management of semester data, including lectures, assignments, quizzes, and course materials. Our mission is to enhance academic organization and productivity through efficient communication and collaboration.
Last synced: 23 Jun 2026
https://github.com/zakircodearchitect/project-assignment---part-6
Implementation of Semester Sync - Semester Management Portal using MVC Design pattern
Last synced: 08 May 2026
https://github.com/zakircodearchitect/artificial-intelligence
Coding the future with my latest GitHub repository! Delve into the world of AI with deep learning, CNN, neural networks, and insightful data analysis. Featuring diverse datasets from Kaggle and gaming realms. Explore the possibilities of tomorrow's technology today!
Last synced: 18 Jun 2026
https://github.com/zakircodearchitect/mern-role-based-access
This backend authentication system, built with the MERN stack, provides user login, registration, and role-based access control. Users can register as admin, manager, or user, with each role having specific permissions and access to resources. Designed for use in educational applications where access is controlled based on user roles.
backend-api express-middleware javascript jwt-auth jwt-authentication jwt-tokens nodejs-server role-based-access-control server
Last synced: 19 Jun 2026
https://github.com/zakircodearchitect/lexer-
This project implements a Lexical Analyzer (Lexer) for MiniLang, which tokenizes source code into types like keywords, operators, and literals. It handles errors and skips comments, laying the foundation for a MiniLang compiler.
Last synced: 17 Jun 2025
https://github.com/ZakirCodeArchitect/Net-Centric-Programming
This repository contains Java programs covering concepts from basic to advanced, including variables, data types, control structures, OOP, inheritance, exception handling, collections, multi-threading, and more. The well-documented examples make it a valuable resource for learners and developers.
Last synced: 08 May 2025
https://github.com/zakircodearchitect/contact-mangement-app---expressjs
Contact Management App API is a RESTful service that enables secure management of contacts with full CRUD functionality. It adheres to REST conventions and provides endpoints for creating, reading, updating, and deleting contacts, ensuring proper authentication and role-based access controls for enhanced security.
express-middleware expressjs nodejs nodejs-server
Last synced: 13 Apr 2026
https://github.com/zakircodearchitect/intent-classifiers-on-regression-models
This project compares five optimization algorithms (GD, SGD, Momentum, RMSProp, and Adam) on Univariate Linear Regression and a neural network for Intent Classification with the ATIS dataset. It evaluates convergence speed, stability, and final loss, showing that Adam delivers the best performance across both models.
atis-dataset intent-classification jupyter-notebook keras keras-neural-networks matplotlib numpy python regression-models tenserflow
Last synced: 02 May 2026