Hi everyone,
I came across a LinkedIn post about preparation for a front-end developer position where the author mentioned all the resources he followed during his interview preparation time. So, I’m adding all the content here to benefit others as well.
Original post credit: LinkedIn Post
Frontend Interview Prep
LeetCode
LeetCode is a treasure trove for coding practice, especially for frontend development. Focus on easy and medium difficulty problems in the following categories:
- Array
- String
- LinkedList
- Stack
- Queue
Get started here: LeetCode – Easy and Medium
30 Days of JavaScript on LeetCode
This challenge is excellent for deepening your understanding of JavaScript. It covers essential topics like Promises, Polyfills, and Closures. Start your 30-day journey here: 30 Days of JavaScript on LeetCode
YouTube Channels
Akshay Saini 🚀
Akshay Saini’s channel is a goldmine for JavaScript concepts. He explains complex topics in an easy-to-understand manner. Check out his channel: Akshay Saini YouTube Channel
Chirag Goel
For system design and interview preparation, Chirag Goel’s videos are extremely helpful in clearing concepts. Explore his content here: Chirag Goel YouTube Channel
Piyush Agarwal
Piyush Agarwal’s channel is great for preparing for the machine coding round. His practical examples are very insightful. Watch his videos here: Piyush Agarwal YouTube Channel
Piyush Garg
Piyush Garg’s channel offers comprehensive content for full stack development. It’s an all-in-one resource. Discover his channel: Piyush Garg YouTube Channel
Websites
Great Frontend
This website contains a collection of high-quality questions that are perfect for frontend interview preparation. Visit Great Frontend here: Great Frontend
Big Frontend Dev
A great set of questions tailored for frontend developers. It’s a fantastic resource to practice and polish your skills. Check it out: Big Frontend Dev
Machine Coding Questions
If you are preparing for machine coding rounds, this website offers excellent practice questions. Practice here: Machine Coding Questions
Tools
JS Visualizer 9000
This tool helps visualize how the JavaScript event loop works, which is crucial for understanding asynchronous behavior. Try it out: JS Visualizer 9000
Excalidraw
For system design visual practice, Excalidraw is an excellent tool. It allows you to create and share diagrams easily. Start using it: Excalidraw
Miscellaneous GitHub Repositories
JavaScript Questions
A comprehensive GitHub repository for JavaScript questions. It’s a great resource to practice and learn. Explore it here: JavaScript GitHub Repo
React Questions
This repository offers a variety of React-related questions, helping you get a strong grip on React concepts. Check it out: React GitHub Repo
I hope you find these resources helpful in your preparation. Good luck!
Leave a Reply