Home About Me Courses Projects Content Contact

Personal & Self-Built

View GitHub →
✓ Completed
🖥️ Self-Hosted Cloud Server
Deployed a private Nextcloud instance on Linux using Docker Compose. Overcame ISP port-443 restriction with Cloudflare Proxy Tunnel and custom DNS on GoDaddy. Diagnosed and resolved a recursive Git loop conflict via manual IP configuration.
DockerLinuxNextcloudCloudflare
🌐 Personal Portfolio Website
This website — modern developer portfolio built with pure HTML, CSS, and JavaScript. Separate pages per section, shared stylesheet, responsive design with dark terminal aesthetic.
HTML5CSS3JavaScript
⟳ In Progress / Paused
🤖 Simple AI Chatbot
Python-based chatbot using basic NLP and data structures. Currently paused while focusing on university coursework.
PythonNLP

University Projects

📊 Data Structures & Algorithms (Java)
Implementation of core algorithms — sorting, tree traversal, graph search — and abstract data types with complexity analysis.
JavaAlgorithms
🔧 C Fundamentals — 12-Week Programme
12 weeks of C programming exercises: basic I/O, loops, functions, arrays, pointers, memory management, structs, file I/O, and recursion. Interactive viewer below.
CSystemsPointers

C Programming
12-Week Course.

Select a week and program to view the C source code and simulate execution.

// Select Week
main.c
Select a program
Click any week, then choose a program from the sidebar.
C Source Code
// Your C code will appear here.
Execution Console
>>> Select a program and click Run.