/ projects

Projects

secure-auction-ledger

Decentralized auction platform using blockchain, S/Kademlia P2P routing, and cryptographic consensus.

security · blockchain · university

trusted-data-lake

Secure and privacy-preserving collaborative data lake using Intel SGX enclaves and remote attestation.

security · privacy · sgx · university

secure-docs

Secure real-time collaborative document editing platform built with a security-by-design approach.

security · web · university

smart-doorbell-system

Smart doorbell system with camera, motion detection, RTSP streaming, and Android notifications using Arduino, Raspberry Pi, and Home Assistant.

iot · embedded · systems · university

notekeeper.nvim

Neovim plugin for keeping simple notes directly inside the editor.

plugin · neovim · lua

Credit-Card-Fraud-Detection

Machine learning project focused on detecting fraudulent credit card transactions.

security · machine learning · university

c0-compiler

Compiler for the C0 language that reads source code and generates MIPS assembly.

compiler · haskell · systems · university

Interpreter

C++ interpreter inspired by Thorsten Ball's “Writing an Interpreter in Go”.

interpreter · c++ · educative