> B.S. COMPUTER SCIENCE @ UTEP | Cybersecurity & Networks Enthusiast
> Skills: C, Java, PHP, Dart, Python, HTML, CSS, JS
> Projects
- ~% MicroShell (python, Bash): Custom-built shell that supports Unix commands, pipes, I/O redirection, and system calls like
fork()
,execv()
, anddup2()
. - ~% Banking System (Java OOP): A console-based bank with accounts, transactions, overdraft protection, and inheritance-based design. Includes CSV parsing and user logging.
- ~% Connect Four Web Game (PHP + JS): Multiplayer-ready game with persistent game state, front-end interaction, and server-side logic using PHP sessions and file storage.
- ~% Secure Login System: User authentication project using hashed passwords and session management. Great for understanding web security fundamentals.
- ~% Network Analyzer: Command-line packet sniffer built using Wireshark filters and C. Captures live traffic and helps visualize network activity.