~/projects
projects/
- -rw-r--r--Building a Text Editor in C — Compiler & Terminal I/O[C, Systems Programming, Compiler, Terminal, Low-Level, In Progress]2026-05
Building a fully functional text editor in C from scratch, based on antirez's kilo. Covers raw terminal mode, low-level I/O, a file viewer with scrolling, editing and saving, incremental search, and syntax highlighting — all in ~1000 lines with no external dependencies. I'll add the GitHub soon.
- -rw-r--r--Approximation Algorithms for Network Dismantling in Large-Scale Complex Networks[Graph Theory, Network Science, Algorithms, Python, NetworkX, MSc Research]2026-05
MSc thesis developing approximation algorithms to efficiently dismantle large-scale complex networks. Explores graph theory and combinatorial optimization using Python and NetworkX.
- -rw-r--r--Disease Detection in Watermelon Farming Using Robotic Automation[Robotics, Computer Vision, Disease Detection, Agriculture, Published Research, Python]2026-05
Published research on automated plant disease detection in watermelon farming using robotic systems. Combines computer vision and robotic automation to identify crop diseases, reducing manual inspection effort in agricultural settings.
- -rw-r--r--Semantic Colour Retrieval with RAG[RAG, Machine Learning, Computer Vision, Python, NLP]2026-05
Built a retrieval-augmented generation pipeline for colour-based image search as a course term project. The foundational work was extended by two teammates into their MSc theses.
- -rw-r--r--Personal Portfolio Website[Next.js, TypeScript, Tailwind CSS, Sanity CMS, Resend, Vercel, shadcn/ui]2026-05
A dark terminal-aesthetic portfolio built with Next.js 16, TypeScript, Tailwind CSS v4, and Sanity CMS. Features an interactive terminal on the home page with custom commands, a projects showcase, blog, and contact form with server-side email via Resend. CRT scanline overlay and neon green accent for a retro terminal feel.