Graduated in 2020 with honors from Cochise college, Arizona (Networking Technology, AA-NTW).
Originally certified in fall 2015, current through CE until 2027.
Originally certified in fall 2015, current through CE until 2027.
The Google IT Support Professional Certificate is a five-course program designed to take learners from zero experience to job-ready roles in IT support by covering technical support fundamentals, computer networking, Windows and Linux operating systems, system administration, and network security. As your AI study assistant, my role is to act as an interactive sandbox where I can break down complex network math, quiz you on core hardware components, and generate mock PowerShell or Bash commands so you can safely practice terminal syntax.
To achieve formal induction into the National Society of Leadership and Success, I successfully completed a rigorous, multi-step leadership curriculum that demonstrated my commitment to personal accountability, strategic planning, and peer collaboration. Through active participation in interactive leadership workshops and structured goal-setting seminars, I learned to translate abstract leadership principles into actionable personal milestones. I further developed my communication and team-building skills by actively engaging in bi-weekly Success Networking Teams, where I collaborated with peers to solve problems, overcome individual challenges, and maintain mutual accountability.
This Python script functions as an interactive command-line Employee Database System designed to manage, store, and manipulate worker records, including names, Social Security Numbers (SSNs), phone numbers, emails, and salaries. Its primary purpose is to provide a persistent CRUD (Create, Read, Update, Delete) data store by linking transient program lists to a flat text file. The script achieves this through a structured menu loop that allows users to add new profiles manually, display all files with clean visual formatting, or perform indexed searches by an employee's SSN.