Ask HN: Does LeetCode/HackerRank make you a better developer?
11–20 of 29 posts
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#12Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#13They make you code under pressure for sure.
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#14Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#15So 1) don't feel bad. it's just like a muscle you don't normally exercise. Start exercising it and you will get better. 2) accept that this is part of our shifty industry - it is what it is. It's pretty dumb but you will have to go through this hazing ritual every time you get a new job.
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#16Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#17Most HN posts are way technical for me, but there's a lot of other good tech news on here.
I'm interviewing now and I feel like I chose the wrong career because leetcode is a requirement everywhere. I graduated 10 years ago and didn't even know what leetcode was until around 5 years ago. Although to be fair I wasn't taking programming as a career very seriously during my degree which was in CS, I have to embarrassingly admit.
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#18I think they make for poor evaluations, though understanding the underlying performance characteristics and limitations of common data structures and algorithms can certainly be important. That said, you'll probably need to get at least somewhat comfortable with these sorts of problems if you want to interview successfully. FWIW, the last time I was on the job hunt, I found it quicker and more helpful to use a guided…
Some good ones are:
https://seanprashad.com/leetcode-patterns/
https://www.techinterviewhandbook.org/grind75?weeks=1&hours=...
I can add more later.
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#19It’s pretty well established that the skills required for interviewing in the tech industry are not in line with the skills necessary to be an effective software engineer.
Anecdotally, I’ve worked with some complete utter doofuses who somehow passed the leetcode tests, but are completely incompetent otherwise.
Re: Ask HN: Does LeetCode/HackerRank make you a better developer?
#20There's certainly a positive to being able to work through some complex/theoretical problems. These skills won't help you much at all in practical every day development, but they would certainly help take your problem solving up a level from where ever it is.
Though.. I would argue that time is probably better spent building practical knowledge/experience through project based learning.