Project portfolio

Systems, tooling, and implementation work that supports the research story.

This page prioritizes projects that best demonstrate systems depth, technical judgment, and research-adjacent engineering. The goal is not to list everything equally, but to make the strongest work easier to scan and trust.

12
Total Projects
7
Featured Narratives
5
Archive Projects
10
Long-Form Showcases

Featured project narratives

The strongest project stories appear first: research-adjacent systems work, deeper engineering builds, and projects with the clearest technical through-line.

Making AI Reliable: Design by Contract for Large Language Models

An in-depth exploration of applying "Design by Contract" principles to Large Language Models, offering a comprehensive taxonomy, detection methods, and enforcement strategies to make AI systems more reliable...

LLM Systems API Design Software Engineering Artificial Intelligence Python
Date January 2025 Scope Long-form narrative
Building a Go Database Engine from Scratch
Systems Programming

A comprehensive implementation of a custom database engine in Go featuring ACID compliance, B+ tree storage, MVCC concurrency control, adaptive indexing, and ML-enhanced query optimization - built entirely...

Go Systems Programming Database Systems B+ Trees Concurrency Control +2
Date December 2024 Scope Long-form narrative
Building a Bangla Handwritten Digit Recognizer from Scratch

A custom convolutional neural network implementation from scratch using only NumPy that achieves 95.87% accuracy on Bangla handwritten digit recognition, without relying on deep learning frameworks.

Python NumPy Computer Vision Neural Networks Deep Learning
Date June 2023 Scope Long-form narrative
Enhancing TCP Fairness: TCP Vegas+ Implementation

Modified TCP Vegas implementation with dynamic aggressiveness to address fairness issues when competing with TCP Reno, achieving near-perfect fairness while preserving Vegas' efficiency advantages.

C++ NS3 Networking TCP/IP Protocol Design
Date May 2022 Scope Long-form narrative
Yet Another C Compiler
Projects

A sophisticated multi-pass compiler for a subset of C programming language, featuring lexical analysis, syntax analysis, semantic analysis, intermediate code generation, and assembly optimization.

C++ Flex Bison Assembly Compiler Design
Date April 2022 Scope Long-form narrative

A blockchain ticketing prototype for fraud-resistant issuance, controlled resale, and verifiable entry. Built as a BCOLBD 2021 finalist project.

Ethereum Solidity Smart Contracts Web3.js NFT +3
Date April 2021 Scope Long-form narrative

Project archive

Everything here is intentionally non-overlapping with the featured showcase section.

Showcase archive

Blockchain in Healthcare 2.0

Research

An advanced blockchain framework designed specifically for healthcare data management that incorporates sharding, Layer-2 solutions, and a Directed Acyclic Graph (DAG) ledger structure.

Hyperledger Fabric Ethereum Solidity Go IPFS +2
Date April 2023 Scope Project narrative
Image Caption Generation with BERT Context Vectors

Extended the "Show, Attend, and Tell" image captioning model with BERT to improve caption quality and reduce training time, achieving 36% improvement in CIDEr...

PyTorch BERT Computer Vision NLP Deep Learning
Date January 2023 Scope Project narrative
EventFly – Distributed Microservices Event Platform

A comprehensive microservices-based event management platform engineered for scalability, resilience, and rapid feature delivery, supporting end-to-end workflows for event creation, promotion, participant engagement, and...

TypeScript Node.js Python React Kubernetes +10
Date June 2022 Scope Project narrative

Built complete compiler for subset of C language using Flex (lexical analysis) and Bison (parsing). Implemented symbol table management with scope handling and comprehensive...

Flex Bison C++ Compiler Design Symbol Table +1
Date Jan 2022 - April 2022 Scope Project archive

Implemented and analyzed TCP congestion control variants (Reno vs Vegas) using NS3 network simulator. Designed TCP Vegas+ modification addressing fairness issues through dual-mode operation....

NS3 C++ TCP Reno TCP Vegas Network Simulation +1
Date Jan 2022 - May 2022 Scope Project archive