Avoiding Leetcode Anxiety
leetcodetherapy.com
Avoiding Leetcode Anxiety
1–10 of 157 posts
Re: Avoiding Leetcode Anxiety
#2Re: Avoiding Leetcode Anxiety
#3I used to admin a large Discord server for junior software job hunters. It's pretty insane how many struggle from anxiety and stress directly caused by the interview formats popularized by Leetcode. The author here makes a pretty good point, honestly:
>Leetcode is a competitive programming platform at its core, not an interview platform.
I think this is where a lot of the stress comes from. Like the author, I mostly avoided Leetcode and focused on fundamentals (literally reading CLRS and implementing foundational algorithms).
Re: Avoiding Leetcode Anxiety
#4Re: Avoiding Leetcode Anxiety
#5Re: Avoiding Leetcode Anxiety
#6What’s a good way to pickup CS skills in a well rounded manner outside of a CS degree? Moving from Sysadmin to DevOps rolls and need to learn this stuff.
A lot of people recommend the super heavy tome textbooks, which could be useful, but I feel like from your description you'd be better off with this
Re: Avoiding Leetcode Anxiety
#7Re: Avoiding Leetcode Anxiety
#8What’s a good way to pickup CS skills in a well rounded manner outside of a CS degree? Moving from Sysadmin to DevOps rolls and need to learn this stuff.
2. CS stuff is widely available for self-study if you've got good discipline. "The Algorithm Design Manual" by Skiena is my favorite textbook on algorithm fundamentals. CLRS is a bigger book with more mathy crunch, if you're into that.
There's a lot more to computer science and software engineering than just algorithms, but it's what you'll get grilled on the most in junior level interviews. By the same token, the skills you need as you get more senior in this industry aren't really taught in school.
Re: Avoiding Leetcode Anxiety
#9What’s a good way to pickup CS skills in a well rounded manner outside of a CS degree? Moving from Sysadmin to DevOps rolls and need to learn this stuff.