Sites to Practice - rs-hash/GETTHATJOB GitHub Wiki

FRONTEND

IN PROGRESS

  1. https://www.greatfrontend.com/interviews/dashboard
  2. https://www.greatfrontend.com/questions/javascript-interview-questions/quiz
  3. https://www.greatfrontend.com/questions/html-interview-questions/quiz
  4. https://www.greatfrontend.com/questions/css-interview-questions/quiz

CONCEPTS

  1. https://bigfrontend.dev/question
  2. https://www.frontendinterviewhandbook.com/
  3. https://javascript.info/
  4. https://frontendmasters.com/learn/advanced/
  5. https://roadmap.sh/frontend
  6. https://github.com/h5bp/Front-end-Developer-Interview-Questions?tab=readme-ov-file
  7. https://frontendgeek.com/frontend-interview
  8. https://github.com/yangshun/front-end-interview-handbook

CODE

  1. https://frontendeval.com/

  2. https://bigfrontend.dev/

  3. https://www.greatfrontend.com/questions

  4. https://preparefrontend.com/home

  5. https://github.com/Devtools-Tech-Team/front-end-interview-questions?tab=readme-ov-file

  6. https://www.greatfrontend.com/questions

  7. https://frontendlead.com/

  8. https://devtools.tech/questions/all

DSA

  1. https://neetcode.io/practice?tab=neetcode150
  2. https://leetcode.com/problem-list/rabvlt31/
  3. https://algomaster.io/practice/dsa-patterns
  4. https://seanprashad.com/leetcode-patterns/
  5. https://learnyard.com/practice/dsa
  6. https://blog.algomaster.io/t/system-design
  7. https://github.com/liquidslr/leetcode-company-wise-problems/tree/main/Meta
  8. https://www.youtube.com/@hello_interview/videos
  9. https://www.youtube.com/watch?v=_vK53SnrUjk&list=PLlvnxKilk3aKju0kDq9-UbAgNk_bGCTde

DESIGN

  1. https://www.educative.io/courses/grokking-the-product-architecture-interview
  2. https://neetcode.io/practice?tab=systemDesign
  3. https://www.educative.io/courses/grokking-frontend-system-design-interview/what-is-frontend-system-design?openHLOPage=true
  4. https://www.greatfrontend.com/front-end-system-design-playbook?utm_source=frontendinterviewhandbook&utm_medium=referral&gnrs=frontendinterviewhandbook
  5. https://bigfrontend.dev/design?
  6. https://www.hellointerview.com/learn/system-design/in-a-hurry/how-to-prepare

YOUTUBE

  1. https://www.youtube.com/watch?v=qvyvysDV17w
  2. https://www.youtube.com/watch?v=3VH9FGGByfE
  3. https://www.youtube.com/@FrontEndEngineer/videos
  4. https://www.youtube.com/@JSerJSer/featured
  5. https://www.youtube.com/@gkcs
  6. https://www.youtube.com/@crackfaang
  7. https://www.youtube.com/@interviewingio/videos

Books

  1. https://web.dev/performance: learn Performance, Accessibility, Identity, and a lot more.
  2. High Performance Browser Networking by Ilya Grigorik, must-read to understand how the web really works. (https://www.f5.com/content/dam/f5/corp/global/pdf/ebooks/High_Performance_Browser_Networkng_Special_Edition_NGINX.pdf)
  3. Addy Osmani guides on JavaScript & rendering performance.