#A curated list of great resources for the job search
###General Advice:
- How to ace an algorithms interview
- The Coding Interview
- List of great resources on resumes, negotiations, and more
###Practice interview questions:
- 28 common interview questions and their solutions
- CodeEval
- Codewars
- HackerRank
- LeetCode
- GeeksForGeeks
###Stuff you should definitely know:
- The best definition of REST I've read yet
- How to make a pull request
- Common sorting algorithms with visualization
- Big-O cheat sheet
- Big O in plain english
- And another
- 18 tough JS questions
- 10 most common JS mistakes
###Random stuff
- Data Structure Visualization
- The big JS frameworks pros and cons
- Ruby Weekly Newsletter and JavaScript Weekly Newsletter Good tutorials and articles every week
- [more git tips and tricks] (http://thelinell.com/2014/12/23/curated-git-links-of-2014/)
###Scalability and distributed systems:
- Resources on how to learn high scalability
- Scalable systems design patterns
- Why distributed systems are hard
- This one is a great high level overview of the cycle of tech: Cache is the new RAM
- Some common large system implementations