From my experience in interviewing software developers over the years, I learned that there is a bit of imposter syndrome and a few self-confidence issues devs have to overcome to be ready.
If you came here because youโre only interested in the tools review for preparing yourself for a coding interview, scroll down. However, since youโre already here, why not start from the beginning :)
Coding interviews as a GIF

Whatโs the deal with coding interviews?
For many developers, both seniors and juniors, coding interviews can be quite stressful. We all find ourselves using specific technology for quite a while, and we wonder whether weโre good enough at other stuff that might come up during an interview.
From my experience in interviewing software developers over the years, I learned that there is a bit of imposter syndrome and a few self-confidence issues devs have to overcome to be ready.
An important part of your preparation for a coding interview is getting into the right mindset. However, Iโm not going to cover this topic here. The other thing is to be ready in terms of the knowledge base you have. Even though you might already be familiar with certain concepts, thereโs always room to refresh things. That's what I'll be focusing on in this post.
Time is your most valuable resource
While preparing to write this post, I wanted to get a different angle from the one I have. So I asked Trey Huffine, whose opinion I appreciate very much, what he thinks is the most important thing developers should keep in mind regarding coding interviews?
โThe most valuable resource in preparing for interviews is your time. The more effectively you use your time or, the less time you waste, the better chance you have of learning the concepts and intuition you need to be successful in your coding interviews and being confident to handle any question possible.โ -- Trey Huffine, Founder at gitconnected and skilled.dev
What do you need to know about the existing solutions?
To keep things simple, there are no available options that are complete. There is always a tradeoff and wasted time regardless of which platform or method you choose. More specifically:
- You still need to search the internet to fill in gaps or get the full experience needed to prepare.
- Many options focus on just grinding problems instead of focusing time effectively preparing across a broad range of categories to learn whatโs needed. Time should be spent learning the most important concepts and most likely to be tested on.
- Many tell you what to study but not why youโre studying it and the learning outcomes.
- Lack of in-person support. Not everything can be done automatically with pre-existing texts and videos. Sometimes, you just need to ask a question in your own style.
Letโs review some cool tools to help you land your next job
Codewars
Achieve mastery through challenge. Codewars focus mostly on improving your skills by training together with others on real code challenges.
- Pros: Itโs Free! Good for doing practice questions and staying sharp. Good community and a points system.
- Cons: No focus on interviews. Itโs meant to stay sharp on programming and more for just the fun of codingโno categories that again mean that this forces you to focus on grinding instead of learning.
Bottom line score: 4 out of 5
Why did I give this score? Overall the concept is great and innovative. The pact you can collaborate and that itโs free is a game-changer for many devs. It didnโt get a 5 since itโs not tailor-made for interviews. Itโs a great tool to make you better at coding interviews, but youโre going to need to work hard to use Codewars.
Skilled.Dev
Skilled.dev contains years of interview expertise refined into a single platform, carefully curated to teach you exactly what you need to know to crush your coding interviews and land the job. Ii guides you step-by-step and provides all the tools to make it incredibly easy to prepare for interviews.
- Pros: Skilled.dev tries to be as complete as possible, so you never have to leave the platform (minimizes the need to search for additional knowledge outside). Itโs curated and targeted for interview preparations for seniors and devs who just came out of coding Bootcamp. I appreciate that itโs comprehensive: each question contains a step-by-step guided text article, a solution walkthrough video, and an integrated code execution environment to test your solutions.
- Cons: It was recently launched. That means itโs quite fresh, and if you canโt make the leap of faith of being an early adopter, perhaps itโs not for you.
Bottom line score: 4.5 out of 5
Why did I give this score? It provides a great solution for so many problems that current coding interview platforms miss. I couldnโt give it a 5 since itโs newly launched, and people are trying it out. Super curious to see those reviews coming in the next few months. I personally believe that skilled.dev can go big and ace that 5 out of 5.
LeetCode
LeetCode is a platform to help you enhance your skills, expand your knowledge, and prepare for technical interviews.
- Pros: Many problems and broken into categories. Why is it important? It gives solutions to problems with brief explanations. Also, there is a comment section and forums for discussions.
- Cons: No guidance or curation - itโs up to the user to decide how to spend their time, which may or may not be effective. The problem is that this forces you to focus on grinding instead of learning. We can see that the explanations are high level from user reviews and donโt go into details. It forces the reader to do more research to gain the prior knowledge needed and discover the important learning outcomes. To put the cherry on top, it also might be a bit expensive for many developers.
Bottom line score: 4 out of 5
Why did I give this score? This platform has some serious track-record. However, they still miss some of the fundamental things that an average user would expect, like proper guidance. The content is great, but it misses the user experience that would make it easier to use without wasting a lot of time.
Other common methods to prepare for coding interviews
freeCodeCamp
- Pros: Great community. Some curation.
- Cons: It mostly points to external sources. The curation is light, so you still likely are just grinding questions and forced to search the internet when you donโt understand. Not clear why certain topics or questions are chosen - you have to discover the learning outcomes for yourself
If you into things that freeCodeCamp, you might want to check these two resources as well:
YouTube Channels
- Pros: Free. Many great teachers. You can probably find a video for anything.
- Cons: Itโs not guided or curated, so it takes your own time to decide what to study, and youโre forced to figure out whatโs important. It forces you to decide whatโs important to learn and study. Uncertainty about how well things are maintained or updated. There isnโt a code execution environment to be given sample code, tests, and solutions
Crack the Coding Interview [Book]
- Pros: Many questions. Itโs cheap relative to something like LeetCode. Covers all interview topics (teaches concepts, goes through the job hunt, discusses soft skills, covers all essential data structures and algorithms).
- Cons: Itโs not a one-stop product. Explanations are still at a high level for data structures and algorithms. It likely forces you to gain further knowledge online to truly learn the topics, unless you have a computer science background and just need a refresher. Itโs a book, so you miss out on all the aspects of digital (i.e., an environment to run code and test solutions, community discussions, videos, interactive examples, easily linking and connecting between topics and concepts). Also, since itโs a book, you have no way to get updates once you buy your copy
Main things to consider before you go
- Are you only to free stuff, or are you willing to pay a bit to get higher quality presentations? My recommendation is to positively consider making an investment here and not going free-only. Most of the premium content out there isnโt free. If you care about getting the job you want fast, perhaps you should consider making an investment.
- How time-conscious are you? Several platforms tend to waste a bunch of time, which otherwise can be used to prepare itself.
- Is it your first interview? Or are you already familiar with the process? If youโre new, Iโd recommend starting with the online platforms like skilled.dev and LeetCode since it has the interface to check your answers online.
I hope you enjoyed it and that you can now make a better decision in your interview preparations.