I’m a Computer Science student driven by a deep passion for low-level programming, operating systems, and high-performance computing. Whether I’m bootstrapping a custom kernel, accelerating computations with CUDA, or experimenting with complex algorithms, I’m constantly pushing the boundaries of technology from the ground up.
| Project | Description | Tech Highlights |
|---|---|---|
| AlkOS | An ambitious x86_64 operating system built from scratch. The immediate goal is to implement a preemptive multitasking scheduler. Future plans include developing a shell and support for user-mode programs. | C, C++, Assembly, Multithreading |
| Project | Description | Tech Highlights |
|---|---|---|
| CudaMCTS-Checkers | A Monte Carlo Tree Search engine for Checkers with multi-threaded CPU and CUDA GPU simulation. | C++, CUDA, MCTS, Multithreading |
| CpuRenderEngine | A CPU-based rendering engine optimized for parallel computation and data structures. | C++, QT, Multithreading |
| CudaKMeans | GPU-accelerated clustering with CUDA and C++, plus optional 3D visualization. | C++, CUDA, Thrust, OpenGL |
| EasyVault | A full-stack app for file sharing at events, leveraging a serverless architecture on Google Cloud. | Go, Python, Flutter, Terraform, GCP |
| ColorSpaceConverter | Convert images between color profiles with adjustable rendering intents and out-of-gamut visualization. | C++, Qt, Image Processing |
| PolygonEditor | An editor for polygons under geometric constraints and continuity conditions. | C++, QT, Computer Graphics |
| FlightManager | A modular Airport Management System handling real-time flight operations, data serialization, and TCP streams. | C#, OOP Principles, Networking |
| Project | Description | Tech Highlights |
|---|---|---|
| Intro to ML 2024 | CNN-based authorized/unauthorized detection via audio processing. | Python, CNN, Data Pipelines |
| SnakeAI | DQN-based agent mastering the Snake game environment. | Python, Reinforcement Learning, DQN |
| TalkTales | Speech-to-text tool aiding deaf/hard-of-hearing individuals, providing context-aware transcripts. | Python, Vosk, Audio Processing |
| Competition & Year | Achievement | Project | Core Idea |
|---|---|---|---|
| BestHackingLeague '24 | 1st Place | AI-powered phishing simulation & training | Enhancing cybersecurity awareness through realistic simulations |
| AngelHack 2024 Warsaw | 2nd Place | TikTok-inspired educational platform | Engaging bite-sized learning experiences, blockchain-backed |
| HackYeah '24 | 2nd Place | Health-monitoring app for children’s stool patterns | Early illness detection via subtle health indicators |
| Llama Hackathon 2024 | N/A | AI-based product recommendations & intelligent search | Personalized shopping experiences using AI |
| AngelHack '24 Bounty 1 | N/A | Decentralized multi-chain smart contract testing | Ranking and interacting with live contracts across blockchains |
| AngelHack '24 Bounty 2 | N/A | Secure ticketing system on blockchain | Trustless ticket resale and verification |
| AngelHack '24 Bounty 3 | N/A | Inter-blockchain NFT trading | Simplifying multi-chain game asset exchanges |
| HackYeah '24 | N/A | Community-driven crowdfunding platform | Supporting local businesses through loyalty rewards & benefits |
- ArchDotfiles: Automated Arch Linux setup scripts & configs.
- C-Posix-Operating-Systems: POSIX-compliant C programs demonstrating concurrency, IPC, and system-level operations.
- Matlab-Numerical-Recipes: Numerical methods in Matlab for interpolation, integration, and ODE solving.