Skills

Essential Work Habits

My artifacts include an assignment from PHIL 355E and IDS 300W. Phil 355E is a good example of my ability to analyze and consider a problem from multiple angles. IDS 300W is a good example of my ability to stick with difficult subject matters and follow through with assignments.

PHIL 355E

Loader Loading…
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

IDS 300W

Loader Loading…
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Soft Skills

My artifacts include a website I worked on for CCI Innovate cyber & CYSE 201. The website is a fantastic example of collaboration and design thinking. The Meme showcases my unique sense of humor and ability to analyze and communicate complex ideas.

FishOutPhish

FishOutPhish is a good example of my ability to make and present information, both as a narrator and as a presenter. It also demonstrates my ability to collaborate and assist team members as needed.

CYSE 201

Loader Loading…
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

Solid Technical Foundation

My artifacts include an assignment from IT 363 and IT 205. IT 363 displays my understanding of technical systems and my ability to understand and map out use cases and classes. IT 205 shows my understanding of Python coding and my ability to think through multiple processes and find decent solutions.

IT 363

Loader Loading…
EAD Logo Taking too long?

Reload Reload document
| Open Open in new tab

IT 205

#this program is desgined to output a person's informaion and if they are a customer, ask if they want to be added to the mailing list.

#import person class
import person

#main fuction
def main():
    
    x = input ("Would you mind answering a few questions? [y] or [n] ")
    while True:
        if x == 'y':
            n = input("Please enter a name? ")
            a = input("Please enter an address? ")
            p = input("Please enter a phone number? ")
            I = person.Person(n,a,p)

            print ("Hello,", n , "your address is:", a, "and your phone number is:", p + ".")

            y= input("Is this user a customer? ")
            if y == 'y':
                mailing_list(n,a,p,y)
            else:
                break
        else:
            exit()
    exit()

def mailing_list(n,a,p,y):
    c = person.Customer(n,a,p)
    c.mailing_list(n,y)
    #print(c.print_list())


    
    z = input ("Would you like to continue? [y] or [n] ")
    if z== 'y':
            pass
    else:
        exit()


# Call the main function.
if __name__ == '__main__':
      main()

Detailed Knowledge of Key Technologies

My artifacts include an assignment from CYSE 462 and IT 450. Cyse 462 shows that I understand how a trace route works and understand network topology. IT 450 shows that I understand how to design and layout a Relationship diagram for databases.

CYSE 462

IT 450

General Skills:

Knowledgeable in, but not limited to (More skills listed in resume)

  • Microsoft-based products:
    • Microsoft Office (Word, Excel, PowerPoint)
    • Microsoft tools (App Deployment toolkit, MECM, Active Directory, Group Policy, Entra)
    • Operating systems (XP, 7, 10, 11, Server)
  • Mac
    • JAMF
    • OS (11+)
  • Linux
    • OS (Ubuntu, Kali, Pop_OS, Fedora,)
  • CLI
    • Bash
    • Batch
    • Powershell
    • ZSH
    • MySQL
    • PuTTy (Network card)
  • Coding
    • Python,
  • Cybertools
    • Wireshark
    • Metasploit
    • Splunk
    • Penetration testing