I'm a software engineering graduate that's intrested in cybersecurity and looking for an internship ...
This was my second-year web development project: a web-based quiz platform that allows users to log in, select categories, and take timed quizzes.
Built using HTML, CSS, and JavaScript for the frontend, with PHP and MySQL for authentication and data storage.
Security measures included server-side input sanitization to mitigate SQL injection and password hashing.
My Arch Linux System is a long-term personal project focused on building a minimal, performant Linux environment.
I configured the system manually, managing bootloader, system services, networking, and hardware drivers.
I developed Bash scripts to automate system tasks such as environment setup, theme switching, package management, battery monitoring.
This project deepened my understanding of Linux internals, process management, file systems.
I built a network-wide ad blocking system using a Raspberry Pi Zero 2 W running Pi-hole as a custom DNS server.
The Raspberry Pi intercepts DNS requests from devices on the network and blocks domains associated with ads, trackers, and telemetry services.
I configured router DNS settings, managed blocklists, and monitored DNS query logs to analyze and control network traffic.
To extend the system outside my home network, I integrated Tailscale VPN, allowing my devices to securely connect to the Raspberry Pi and continue using the Pi-hole DNS filtering even when connected to external Wi-Fi networks.
This project strengthened my skills in Linux system administration, DNS infrastructure, VPN networking, and remote server management via SSH.