Work
Learning through practice.
These projects started with a question: can I automate this, secure it, or understand it more deeply? Each write-up covers the goal, the implementation, and what I would improve next.
01
Automatic Sudoku Solver
A Python script that solves web-based Sudoku puzzles and enters the answers automatically.
- Python
- PyAutoGUI
- Automation
02
Cybersecurity News Scraper
A Python scraper that gathers security headlines from several sources into one CSV report.
- Python
- Pandas
- lxml
03
Secure New Environment
A Bash script for applying a basic security baseline to a fresh Kali Linux virtual machine.
- Bash
- Linux
- Hardening
04
IPTables Toolkit
A Bash toolkit for learning, applying, backing up, and restoring Linux firewall rules.
- Bash
- Networking
- Security