PROJECTS

Software engineering, full-stack applications, and system design experiments.

Engineering & Dev

(09) ITEMS
[01]

ZeroTex: Professional LaTeX Resume Builder

A next-generation resume/CV builder that outputs pure LaTeX for flawless typesetting and PDF quality. Designed for professionals, researchers, and students who demand beautiful, ATS-friendly resumes with zero coding required.

Next.js 15React 18TypeScriptTailwind CSS
2024
[02]

Mime Tech-Collective (MTC)

Digital infrastructure for the preservation, protection, and transmission of Bangladesh's theatre heritage. Features 847+ archived documents, 23+ artist profiles, booking management system, and structured curriculum based on Dr. Fr. Tapon De Rozario's 'Echoes of Silence'.

HTMLCSSJavaScriptStatic Site
2024
[03]

C Compiler - Intermediate Code Generator

Two-pass compiler transforming C-like source code into three-address intermediate code using Abstract Syntax Tree (AST) based code generation. Implements complete compilation pipeline from lexical analysis to intermediate representation.

C++FlexYacc/BisonAST
2023
[04]

Mini-VSFS: Virtual File System Implementation

Single-handedly designed and implemented a complete virtual file system from scratch in C. Features custom superblock management with CRC32 checksums, Unix-style inode system, and utilities for creating and managing VSFS images.

CFile SystemsOS ConceptsCRC32
2022
[05]

CourseHUB: University Course Management System

Comprehensive web-based course management system built with Flask. Enables students to enroll in courses and access resources, while providing administrators with tools to manage courses, upload materials, and view enrollment analytics.

PythonFlaskSQLiteHTML
2023
[06]

CampusCompanion: Full-Stack University Platform

Led the development of a comprehensive university platform with React, TypeScript, and Tailwind CSS. Implemented MVC architecture, role-based access control, and deployed on Vercel.

ReactTypeScriptNext.jsTailwind CSS
2023
[07]

Portfolio v1

The first iteration of my personal portfolio, acting as an interactive playground. It heavily utilizes 3D web technologies to build immersive, shader-driven experiences right in the browser.

ReactNext.jsThree.jsReact Three Fiber
2024
[08]

Last Stand Arena

A 3D Battle Royale shooter built entirely from scratch in Python using raw OpenGL fixed-function pipeline calls. Features a custom first-person renderer without any existing game engines, implementing hand-written collision physics, wave-based AI, and a fully functional weapon/ammo economy.

PythonOpenGLGLUTLinear Algebra
2026
[09]

Red Light Green Light: Squid Game 3D

A fully playable 3D survival game built entirely from scratch in Python using raw OpenGL fixed-function pipeline and GLUT. Inspired by Squid Game, it adds a full shooting system, sprint mechanics, jump physics, enemy bullet dodging, and a shield power-up.

PythonOpenGLGLUTPhysics Engine
2026