
|
I'm an aspiring IT professional with a strong foundation in Windows 10/11, MacOS, cybersecurity, programming languages like Python, JavaScript, Rust, HTML, and CSS, and Linux distros: NixOS, Arch, Debian, Ubuntu, & Fedora
I'm currently working as a Help Desk Technician while studying Cybersecurity. I spend most of my free time breaking my linux system 😃 and then rebuilding it all again (I'm a bit obsessed with ricing but it has taught me a lot of valuable troubleshooting skills). On a more serious note, I really do enjoy making things. I just finished rewriting my password-strength-checker in Rust (admittedly with a little help from copilot 😅) and now I'm starting to see why there's so much hype surrounding it.
I'm currently pursuing industry certifications including CompTIA A+, CompTIA Network+, and CCNA to expand my expertise in cybersecurity and network adminstration.
Projects
🔐 password-strength-checker.py
A Python script that checks password strength against common security criteria, including length, complexity, and common password databases.
🔐 password-strength-checker.rs
A Rust script that checks password strength against common security criteria using zxcvbn. It works fine for now, but I want to add a strong password generator to this project later down the line.