Undergraduate student driven by curiosity, experimenting with ideas and building practical solutions that work.

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.

    Tech: python mpv asyncio +2 more
    python plugin-architecture real-time-processing system-design concurrent-programming
  • Ferret 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".

    Tech: rust x86_64
    kernel-development no-std x86_64 bootloader vga multiboot2
  • Telelog Featured

    High-performance structured logging library for Rust and Python with rich visualization capabilities

    Tech: rust python mermaid
    logging profiling visualization developer-tools performance component-tracking
  • Rusk 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.

    Tech: rust crossterm
    text-editor terminal rust syntax-highlighting vim cli performance theming developer-tools
  • Vim 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.

    Tech: python textual
    vim library textual developer-tools ease-of-use extensible
  • Tusk Featured

    A modern terminal-based Markdown editor with real-time preview.

    Tech: python textual
    vim tui cli-app textual
  • Terminal Chess

    Terminal Chess is a text-based chess game implemented in Python

    Tech: python textual
    chess tui