DEV Community

Discussion on: Need help - First coding interview in 2 weeks

Collapse
 
alexparra profile image
Alex Parra

Practice a lot but don’t lose your mind over it.
There are lots of websites like leetcode that can give you material to practice on.
Some interviews are focused on algorithms but others, which I find better to assess someone’s skills in practice, focus on developing a small project or a feature of a larger app. As such, I’d focus on creating apps during this time as most of them will eventually require algorithms skills.
This is a good challenge: github.com/gothinkster/realworld

Best of luck.

Collapse
 
martinho profile image
Martinho

That repository looks amazing! Thank you so much.