Projects by proXDhiya
8 projects
- Projects
- 8
- Total stars
- 91
- Total forks
- 2
- Last active
- Feb 2025
QR-code-component
proxdhiya/qr-code-component
simple-database-c
proxdhiya/simple-database-c
A lightweight SQLite clone written in C, designed to explore how databases work from the ground up. This project follows a step-by-step approach to building a simple relational database, implementing key database concepts such as indexing, transactions, and storage formats.
UHBC-L1-Students-dashboard
proxdhiya/uhbc-l1-students-dashboard
UHBC L1 Students dashboard - web 2023
Advice-Generator-app
proxdhiya/advice-generator-app
Social-media-dashboard
proxdhiya/social-media-dashboard
expenses-chart-component
proxdhiya/expenses-chart-component
Game-of-life
proxdhiya/game-of-life
CacheForge
proxdhiya/cacheforge
CacheForge is a Redis-inspired data structure store built from scratch using TypeScript and the RESP3 protocol. It features simple caching, persistence, replication, streams, and transactions. Developed following Codecrafters, this project offers a deep dive into building robust key-value storage solutions.