Introduction
Below are the resources I find most useful to study for coding interviews. Those include:
- Practicing problems
- Algorithms
- Java (my main language)
- Multithreading
- Scalability
- Low-level computing.
Practice Problems
Reddit has a great page with a free good collection of interview problems to solve:
Great Collection Of Free interview problems to solve
Jenkov Java Tutorials
Java Success
There are many questions about java multithreading the web site java-success is very good at describing compactingly many items.
Cracking the code interview book (it's a good read but i would then practice on leetcode)
Study Algorithms
The best resource I found is not a book, nor a video, nor blog, it's an android app - Algorithms: Explained&Animated from the play store.
Study Java
Study Multithreading
Study Scalability
Reddit scaling
Best practices for scaling web apps
Scalability Rules Book
Scaling Google
Comments
Post a Comment