Projects
Here are some of the projects I've worked on. Each project represents a journey of learning, experimentation, and problem-solving.
Aurras Featured
Advanced audio platform with modular plugin architecture, real-time streaming, and dynamic configuration - demonstrating enterprise-level Python development and system design patterns.
python plugin-architecture real-time-processing system-design concurrent-programmingFerret Featured
A minimal rust based kernel created to explore the operating system concepts following the series of Philip Opperman, "Writing a Simple Operating System from Scratch".
kernel-development no-std x86_64 bootloader vga multiboot2Telelog Featured
High-performance structured logging library for Rust and Python with rich visualization capabilities
logging profiling visualization developer-tools performance component-trackingRusk Featured
Rusk is a minimal terminal-based text editor written in Rust. It has features like syntax highlighting, a vim-mode and is designed to be fast and efficient.
text-editor terminal rust syntax-highlighting vim cli performance theming developer-toolsVim Engine Featured
A textual adpater for Vim, allowing users to run vim directly on the textarea widget of textual and interact with it as if it were a normal vim instance.
vim library textual developer-tools ease-of-use extensibleTusk Featured
A modern terminal-based Markdown editor with real-time preview.
vim tui cli-app textualTerminal Chess
Terminal Chess is a text-based chess game implemented in Python
chess tui