Skip to main content

Useful/Other Stuff

AI​



Some AI Coding Projects you can throw on your resume:

Cloud​

AWS Cloud Practitioner Exam speed-Prep:

  • Visit SkillBuilder and search for:AWS Cloud Practitioner Essentials
  • Go on udemy and find like 5 or 6 practice exams (such as CLF-C02)
  • Make a cheatsheet and study it

Design/Web​

Interview Prep​

Security​

OSINT Tools:

  • [Adv. OSINT TOOL]: Maltego - OSINT Tool.
    • Maltego Transform Hub -> Search for "social" -> Download "Standard Transform", google & Social Links CE
    • Make a new case and search for "person"
  • [Phone OSINT]: PhoneInfoga - Phone OSINT Terminal tool

Software Engineering​

Other Stuff​

Helpful git commands:

git instaweb             # See commit via browser
git submodules # Used when u have a repo within a repo
git diff # See differences between files
git blame # See who wrote a line of code
git logger # See logs
git checkout # Change branch