$ ls projects

Projects

EEP-DB (Database Engine)

Building a storage engine from scratch with page-based storage, buffer pool manager, and RAII-based PageGuards for safe memory handling. Focused on correctness, eviction policies, and API design for future concurrency.

Stack: C++ · Database Internals · Buffer Pool · RAII · Systems

GitHub

Custom Memory Allocator

Implemented a malloc-like allocator using sbrk/mmap with 16-byte alignment, block splitting, and coalescing. Designed for performance and low fragmentation.

Stack: C · Memory Management · Systems · Linux

GitHub

Unipost (Posts Aggregator Backend)

Backend system that aggregates posts from multiple platforms using automated fetchers. Built with Django REST Framework.

Stack: Python · Django · REST API

GitHub

CPU Scheduling Simulator

Simulates multiple CPU scheduling algorithms with performance metrics and test scenarios. Focused on correctness, visualization, and extensibility.

Stack: Java · Algorithms · Operating Systems

GitHub

Quiz Generator Platform

Backend service that generates quizzes dynamically using AI models, with structured APIs and evaluation logic.

Stack: Python · FastAPI · AI Integration

GitHub