DEV Community

Danish Saleem
Danish Saleem

Posted on

 

Free Resources to Help You Ace Your Interviews

Free Resources to Help You Ace Your Interviews

  1. https://github.com/careercup/CtCI-6th-Edition

  2. https://en.wikipedia.org/wiki/Fizz_buzz

  3. https://en.wikipedia.org/wiki/Fibonacci_number

  4. https://www.hackerrank.com/

  5. https://www.hackerearth.com/

  6. https://leetcode.com/

  7. https://www.freecodecamp.org/news/coding-interview-preparation/

  8. https://www.freecodecamp.org/news/linked-lists-in-technical-interviews/

  9. https://www.freecodecamp.org/news/how-to-implement-binary-tree-algorithms-in-technical-interviews/

  10. https://www.freecodecamp.org/news/coding-interview-graph-traversal-crash-course-the-only-one-youll-ever-need/

  11. https://www.freecodecamp.org/news/senior-software-engineer-interview-questions-how-i-got-a-job-as-an-sde-3-and-how-you-can-prepare-for-the-rounds/

  12. https://www.freecodecamp.org/news/how-to-stand-out-during-your-react-coding-interview/

  13. https://www.freecodecamp.org/news/coding-interview-tree-traversal-crash-course-the-only-one-youll-ever-need/

  14. https://www.freecodecamp.org/news/graph-algorithms-for-technical-interviews/

  15. https://www.freecodecamp.org/news/solve-coding-interview-backtracking-problem/

  16. https://www.freecodecamp.org/news/javascript-interview-prep-cheatsheet/

  17. https://www.freecodecamp.org/news/coding-interview-backtracking-problems-crash-course/

  18. https://www.freecodecamp.org/news/system-design-interview-practice-tutorial/

  19. https://www.freecodecamp.org/news/how-to-acing-your-coding-interview-advice-from-senior-software-engineer/

  20. https://www.freecodecamp.org/news/learn-to-speak-the-security-lingo/

  21. https://seths.blog/2010/01/quieting-the-lizard-brain/

  22. https://www.careereducation.columbia.edu/resources/prepare-software-or-technical-interview


NOTE: If you found this help. Like and share. Thanks, Happy Learning!


Let's connect 💜

You can follow me on Twitter, Instagram, LinkedIn & GitHub

Support Me

If you like this post. Kindly support me by Buying Me a Coffee

Top comments (2)

Collapse
 
Sloan, the sloth mascot
Comment deleted
Collapse
 
mrdanishsaleem profile image
Danish Saleem

Glad you like this!

An Animated Guide to Node.js Event Loop

Node.js doesn’t stop from running other operations because of Libuv, a C++ library responsible for the event loop and asynchronously handling tasks such as network requests, DNS resolution, file system operations, data encryption, etc.

What happens under the hood when Node.js works on tasks such as database queries? We will explore it by following this piece of code step by step.