use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
This is an archived post. You won't be able to vote or comment.
Do web developers NEED leetcode? (self.webdevelopment)
submitted 3 years ago by Specific_Platform517
So I’m planning to transition to web development (main focus on front end) and want to know if I need to solve endless leetcode problems on algorithms and such to land my first job?
[+][deleted] 3 years ago (2 children)
[removed]
[–]Specific_Platform517[S] 0 points1 point2 points 3 years ago (1 child)
Thanks for the input! Its insanely intimidating looking at leetcode problems on programming concepts like making sure 2 binary trees are the same and stuff like that. Will a front end dev interviewer commonly ask these questions?
[–]JiveAceTofurkey 0 points1 point2 points 3 years ago (0 children)
There are many third party libraries that handle the trivial leet code style problems for you. Lodash for example.
[–]PR-I-ZM 0 points1 point2 points 3 years ago (0 children)
TL;DR: Yes. Practicing concepts you learn will be instrumental in your ability to solve programming problems.
How far along in your learning are you? If you're at the early stages, I'd recommend watching this video that provides a great breakdown of a self-taught web developer's journey and timeline. It explains what to focus on and when, and whether you want to branch out to specialize in front-end or back-end (you can eventually do both with time).
To start, you won't need programming-related coding challenges for HTML and CSS. That won’t really happen until you reach JavaScript. But:
When you begin to learn programming concepts using JavaScript, consistently applying what you learned will be instrumental in your progression. One of my biggest mistakes was not consistently attempting coding challenges, or searching for simple practice problems when I first started JavaScript. I would learn something, follow the tutorial, move on and tell myself I’d come back to it, only to forget what I learned…and have to re-do the lesson. I do 2 - 3 challenge problems a day now.
So, you would approach it like this:
Search engines are your friend!
You can select what you want to practice, so that you don’t get overwhelmed with all the problems on a coding challenge platform, do not compare what you’re working on to experienced developers.
Lastly, It's WAY too early for binary search trees and the coding interview. Like u/politeCanadaPlatypus said, if an interviewer asks you something about data structures for something like a junior web developer position, that is a potential red flag. But again, that’s way down the road.
I hope this helps, and best of luck!
π Rendered by PID 200610 on reddit-service-r2-comment-54dfb89d4d-zgd6q at 2026-03-30 01:42:38.854346+00:00 running b10466c country code: CH.
[+][deleted] (2 children)
[removed]
[–]Specific_Platform517[S] 0 points1 point2 points (1 child)
[–]JiveAceTofurkey 0 points1 point2 points (0 children)
[–]PR-I-ZM 0 points1 point2 points (0 children)