Useful/Other Stuff
- [Developer Roadmaps]: Roadmaps for various dev paths.
AI​
- [Coding LLMs - Leaderboards]: Evaluation of LLMs for code generation.
- Image Generators: Midjourney | Flux 1.1 Pro Ultra - Krea.ai
- Video Generator | Music Generating | Voice Cloning
- AI Avatars | 3D Model Generator
- All-In-One
- Presentation
- Coding Assistant | Coding Agent
Some AI Coding Projects you can throw on your resume:
- AI Chess Bot: Fun way to get familiar w/ AI + gets you familiar w/ OOP.
- AI Stock Market Predictor: Good into to ML + finance based app's are always impressive.
- AI Image Generator: Experience w/ GenAI + learn how to use API's.
- AI Chatbot: Not just a ChatGPT wrapper + learn to work w/ NLP.
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​
- [Figma - Design Systems] - A collection of design systems (i.e. microsoft, Shopify, Uber, etc.) that can be exported over into Figma.
- [Savee.it] - Inspo site, High Quality Pictures
- [Logosystem.co] - Logo Design Inspo
- [Maneken.app] - Mockups Made Easy
- [Hoverstat.es] - Alternate design inspo
- [URL Shortner: Long || Short]: System Design 101: Create a URL shortner
- [URL Shortner | LinkTree Clone | Messaging App]: This video does a good job explaining all of these projects that can be done in a week.
- [Soft UI CSS Tool]: Generate Soft UI CSS code.
Interview Prep​
- [LeetCode]: Practice coding problems.
- [Google's Interview Warmup] - Google's Interview Warmup Tool.
- [Prampt]: Practice live 1:1 interviews w/ ppl (free'ish?)
Security​
- [Disk Encryption]: Great disk encryption tool w/ strong 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​
- [Visualize Algorithms]: Visualize algorithms and data structures.
Other Stuff​
- [Window Tweak Tool]: Customize Windows features (disable telemetry, etc.)
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