You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the Insure Landing Page project, the sleek and responsive landing page of an insurance company. Users can seamlessly view the optimal layout for the site depending on their device's screen size and experience hover states for all interactive elements on the page. Explore the Insure Landing Page today!
Deep learning project for classifying cat vs. dog images, built from scratch as part of my preparation for MSc AI. Includes multiple CNN architectures, training workflows, and final evaluation.
Ad-Creatives: An Image Classification Model for Advertisements: This project involves training a machine learning model to classify whether a given image is an advertisement or not. The model is trained using a dataset of images, and the project includes all necessary code, workflows, and dependencies to reproduce the results.
BlogNarrative is a full-stack web application built with Node.js, Express, and PostgreSQL. Features include user authentication, CRUD operations for posts and comments, image uploads, and a rich text editor.
A clone of an age old arcade game that has been the most popular childhood game once a few decades ago has been redeveloped for users to play on their PC and mobile phones using vanilla JavaScript. In README file you can also see the demo video of the game showcasing its various features. Hope this brings back lots of memories just as it did for me
A collection of Python tasks completed during an internship at YoungDev Interns, a tech company based in Islamabad, Pakistan. This repository highlights practical programming solutions and showcases skills gained during the internship.
“A dynamic, responsive to-do list web application built with semantic HTML, modular CSS, and vanilla JavaScript. Features include task creation/deletion, real-time filtering (All/Done/Pending), customizable priority tags, timestamps, and a light/dark theme toggle—all optimized with event-driven DOM manipulation.”
🚀 This project demonstrates how to deploy a Virtual Machine on Azure using Azure CLI and automate the process with a Bash script. It covers resource group creation, VM setup, opening network ports, fetching the public IP, and connecting via SSH. A resource cleanup option is included to help manage cloud costs. Ideal for beginners.
A basic calculator built with HTML, CSS, and JavaScript. It performs simple arithmetic operations and demonstrates key JavaScript concepts like eval() for evaluating expressions and substring() for editing input. Ideal for beginners learning JavaScript, DOM manipulation, and interactive UI development.