My collection of interview challenges, concepts and patterns.
- Front End Interview Handbook - loads of pop-quiz style questions and lists of concepts to focus on
- Tech Interview Handbook - great tips on studying algo/data structures and mastering the behavioral interview
- Educative.io's Ace The Front End Interview - I went ahead and paid for access to this course, it's been hugely valuable and pushed me to implement many of the challenges in this repo
- Leetcode.com - A great place to push yourself and find new challenges
- 3 Month Coding Interview Bootcamp - written by the creator of Educative.io so it heavily suggests you signup for their site but still a good getting-started outline for making your study plan
Some of the directories or source files are empty as placeholders, they'll be filled as I get to them.
In this repo we have:
- Challenges - leetcode style coding questions
- Components - some common components you may be asked to build in an interview
- Concepts - aspects of JS that you want to know throughly
- Data structures - common DSs that you may be asked to write or elaborate your understanding of
- Patterns - common creational, structural, behavioral & architectural patterns you should be familiar with
- Utilities - utility functions you may asked to write