object Prajwal {
val name = "Prajwal Kumar"
val username = "amackpro"
val degree = "Masters in Computer Application"
val country = "India"
val focus = "Android Low-Level Development"
val interests = listOf(
"Android Kernel Development",
"Systems Programming (Rust / C)",
".NET & Desktop App Development",
"Cross-Platform Apps with Tauri",
"Open Source Contributions"
)
val currentlyLearning = "Kernel Internals & Android HAL"
val openToCollaborate = true
}
| Project |
Description |
Tech |
| xydra.core |
High-performance multi-threaded download engine for .NET with pause/resume and chunk-based transfers |
C# / .NET |
| xydra-manager |
WPF download manager with MVVM architecture, real-time WebSocket updates, and light/dark theme support |
C# / WPF |
| VibeStock |
Cross-platform inventory management system with Rust backend, Tauri desktop app, and real-time sync |
Rust / Svelte |
| xiaomi_touch |
Touch driver enhancements for Xiaomi devices |
C |

"First, solve the problem. Then, write the code."