ahmadjanjua@portfolio:~$ Links To Pages

Home - Back to the main page

Gallery - View my photography collection

INFO: My work related projects are showcased on my resume! Github is linked for each project.

ahmadjanjua@portfolio:~$ Table of Contents
ahmadjanjua@portfolio:~$ Computer Graphics

Ray Tracer

Developed a software-based ray tracer in C++ using OpenGL. This project implements recursive reflection, refraction, and shadow algorithms while employing efficient scene management for improved performance.

Ray cast scene 1 Ray cast scene 2

Solar System

Implemented a dynamic solar system simulation in C++ using OpenGL and ImGui. The project includes custom GLSL shaders for realistic Phong shading, modeling planetary surfaces and lighting effects. Interactive controls allow for real-time manipulation of orbital parameters.

Solar System

Racing Game [Repo Private]

**Work in progress.** Developing a racing game engine in C++ using OpenGL for rendering and PhysX for physics simulation. My tasks include designing an AI module for pathfinding and motion planning, a custom camera system, input handling, and integrating an Entity-Component-System (ECS) framework for modular game architecture.

Game
ahmadjanjua@portfolio:~$ Side Projects

Programming Language

Implemented a custom, Lox-inspired programming language in Golang. The language supports dynamic typing, functions, and system variables (timers). A custom interpreter and interactive REPL were developed to execute and test code snippets.

Language Code:

Language input

Output:

Language output

Emulator

Developed a Chip-8 emulator in C++ using SDL, accurately replicating the behavior of the original Chip-8 system. The emulator handles CPU instructions, input/output operations, and timing, allowing for a faithful reproduction of classic Chip-8 games.

Breakout on Chip-8
ahmadjanjua@portfolio:~$ Data Science and AI

Spotify Song Recommender

Engineered a recommendation system using ALS-based collaborative filtering in SparkML on Google Colab. This allowed for distributed training of the machine learning model. The workflow involved extensive data preprocessing, model training, and integration with the Spotify API to generate personalized song suggestions for new playlists.

Recommendations

CNN Vegetable Classifier

Implemented a convolutional neural network (CNN) in TensorFlow for the classification of vegetables from real-world images. The project involved dataset curation, model optimization through data augmentation and hyperparameter tuning, and performance evaluation.

CNN Model

AI From Scratch

Developed foundational neural network models in MATLAB to explore machine learning principles. The project covers implementations of the perceptron, Hebbian learning, pseudo-inverse methods, least mean squares, and a basic deep learning backpropagation network, with a focus on understanding weight optimization and matrix operations.

Inverse Face Reconstruction Inverse Numerical Model
ahmadjanjua@portfolio:~$ Web Apps

Hear It Here

Built a full-stack web application using Django that functions as a music forum. The platform supports user registration, profile management, content posting, and interactive community discussions, underpinned by a robust backend and responsive front-end design.

Hear It Here app

Bank Management App

Developed a comprehensive banking management system using Django and Python. The application supports multiple user roles (admins, employees, and customers) and is built on a robust database design to handle OLTP operations efficiently.

Bank Management App
ahmadjanjua@portfolio:~$ Desktop Apps

Movie Theater Reservation App

Created a Java desktop application for managing movie theater reservations. The system handles ticket booking, screening schedules, and user account management with email authentication, emphasizing secure transactions and efficient data handling.

Movie Theater Reservation App
ahmadjanjua@portfolio:~$ Embedded Apps

Etch-E-Sketch

Developed an interactive Etch-A-Sketch application using Python's Turtle graphics library. Integrated with a microcontroller to process analog input from a potentiometer for drawing control, including features for dynamic orientation adjustments. Detailed documentation and a demonstration are provided.

Etch-E-Sketch App

Stop Watch

Engineered a stop watch application in C that leverages microcontroller frequency for precise time measurement. The project involves low-level hardware interfacing, real-time processing, and thorough Detailed documentation with a live demo.

Stop Watch Setup Stop Watch Display
ahmadjanjua@portfolio:~$ Network Apps

Cloud File Conversion [Repo Private]

Developed a cloud-based file conversion service hosted on AWS. This system uses AWS Lambda to trigger serverless functions and S3 buckets to handle file storage, automating the conversion of file formats (e.g., DXF to OBJ) with scalability in mind.

Cloud File Conversion

Remote Shell

Implemented a secure remote shell tool in Python to allow command execution on a remote server. The system supports file transfers between client and server, employing secure communication protocols and robust error handling.

Remote Shell Interface
ahmadjanjua@portfolio:~$