Skip to content

alxolr/frontend-interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Frontend interview preparation roadmap

v1.0.2 by alxolr

This repository is meant to be my preparation roadmap for a medium to advanced frontend interview.

Preparation Topics


Strategy and Psychology

Ideas on how to be mentally prepared and other points of interest that an interviewer is looking for and want to see in you.

Preparation Material (~3 hours of reading + exercises):

Javascript

A frontend interview without a solid knowledge of javascript is an utopia. Best books on the market imo are the You don't know JavaScript Series by Kyle Simpson.

Preparation Material (~24 hours of reading):

After you read all this books start again, and again, each time you will miss something.


Algorithms

It is a bit of conundrum cause in my experience as a frontend engineer I rarely need to implement an algorithm, but there are no interviews both front and back without algorithm part. For each experienced developer I guess the biggest rust lay down on algorithms.

Preparation material (~1h daily)

Theory
Practice
  • Codewars - a very good place to start tons of javascript problems, usually I hang up there when need to train.
  • Hackerrank - a better alternative a lot of people are saying, did not check.

Web Services

Even if in front you do not have to build a web service, you must know what are they, how they work, and how to handle them.

Preparation material (~10 hours)

  • RESTful best practices -the most commonly used web service mechanism
  • SOAP - lost it's popularity due the complexity
  • XML-RPC - rarely used nowadays
  • GraphQL -proposed by facebook devs, very promising technology, they aspire to be the market leaders in the next 5-10 years

About

A frontend preparation interview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages