DEV Community

Discussion on: leetcode and Side projects which plays vital role in getting the job

Collapse
 
mikewheaton profile image
Mike Wheaton • Edited

LeetCode builds skills for solving fairly narrow technical problems. These are the types of questions you'll likely get in an interview, so it's valuable to practice and prepare. I wouldn't be concerned about getting a high score. Just make sure you're comfortable tackling common types of questions and can explain your process.

Side projects demonstrate a (mostly) different set of capabilities. Do you have the knowledge to build a complete application? Did you persevere when nothing was working? Can you write documentation? Can you debug real-world issues and find solutions? Are you creative? Able to make reasonable compromises to ship something?

The role and the opinions of those who are hiring will decide the relative importance of coding challenges and side projects. It's best to have both. A complete failure on the challenge can cost you the job, while a side project is your best bet at pushing yourself ahead of others. Use it as an opportunity to explain your process, decision making, and talk about challenges you faced.

Collapse
 
mraza007 profile image
Muhammad

Interesting reply
You are right both helps build certain skills