DEV Community

Discussion on: What Front-End Developer Skills Should You Focus on Leading Into 2020?

Collapse
 
shamyyl profile image
Shamil

No, you shouldn't have put "Algorithms and Data Structures" as high priority field of knowledge.

Of course, it is important to know base structures and algorithms, but it won't be very helpful in frontend projects. "Algorithms and Data Structures" don't teach you how to structure your frontend data.

What I can only suggest is to search for books, articles and examples of normalizing stored data in the backend RDBMS solutions. Using the same rules can be helpful in your frontend project and can save a lot of time of your team, when they start to improve your code.