️ Front End interview preparation materials for busy engineers
Go to file
Ralph Dominick Cordeta 21bee0ba43
Partial tl_PH Localization #1 [1143 WORDS] (#37)
* Staging File for PH Translation 2/21/18

* Staging File for PH Translation 2/21/18

* Staging File for Tl_PH Translation 2/21/18

* Staging Files for tl_PH Translation

* Staging Files for tl_PH Translation 2/21/18

* Staging Files for tl_PH Translation 2/21/18

* Partial tl_PH Localization #1 [1043 WORDS]

File : css-questions.md
Location : https://github.com/yangshun/front-end-interview-handbook/blob/master/translations/tl_PH/questions/css-questions.md
A total of 1043 Words translated including backlink support 
Added backlink for 
"How is responsive design different from adaptive design?" in Filipino Translation

We are required to start a pull request first
2018-02-23 15:43:51 +08:00
assets Change logo colors 2018-01-13 12:06:27 -08:00
questions Added Vue devtools to debugging section (#34) 2018-02-22 07:36:00 -08:00
topics Extract Front End to be standalone 2018-01-13 11:49:14 -08:00
translations Partial tl_PH Localization #1 [1143 WORDS] (#37) 2018-02-23 15:43:51 +08:00
utilities Add debounce 2018-01-13 12:38:45 -08:00
.editorconfig Squash commit 2017-09-20 15:27:28 +08:00
.gitignore Add gitignore 2018-02-17 21:42:13 +08:00
.travis.yml Allow 429 in awesome bot 2017-09-26 17:42:56 +08:00
CODE_OF_CONDUCT.md Fix typo in CODE_OF_CONDUCT 2018-02-13 19:21:33 -08:00
CONTRIBUTING.md Update CODE_OF_CONDUCT and CONTRIBUTING 2018-02-13 19:19:42 -08:00
LICENSE Fix copyright header 2018-02-16 21:46:47 -08:00
README.md Split mono README into smaller individual files for each section (#25) 2018-02-16 21:59:14 -08:00

README.md

Front End Interview Handbook

What is this?

Unlike typical software engineer job interviews, front-end job interviews have less emphasis on algorithms and have more questions on intricate knowledge and expertise about the domainHTML, CSS, JavaScript, just to name a few areas.

While there are some existing resources to help front end developers in preparing for interviews, they aren't as abundant as materials for a software engineer interview. Among the existing resources, probably the most helpful question bank would be Front-end Developer Interview Questions. Unfortunately, I couldn't find many complete and satisfactory answers for these questions online, hence here is my attempt at answering them. Being an open source repository, the project can live on with the support of the community as the state of web evolves.

Looking for Generic Interview Preparation?

You might be interested in the Tech Interview Handbook which has helpful content on general coding interviews such as algorithms, behavioral questions and an interview cheatsheet!

Table of Contents

  1. HTML Questions
  2. CSS Questions
  3. JavaScript Questions

If you are interested in how data structures are implemented, check out Lago, a Data Structures and Algorithms library for JavaScript. It is pretty much still WIP but I intend to make it into a library that is able to be used in production and also a reference resource for revising Data Structures and Algorithms.

Contributing

Feel free to make pull requests to correct any mistakes in the answers or suggest new questions.