️ Front End interview preparation materials for busy engineers
Go to file
Yangshun Tay 790940826f Fix cheatsheet 2017-10-14 15:26:43 +08:00
algorithms Fix mention of Lago 2017-10-10 23:19:04 +08:00
assets Rename logo to purge CDN cache 2017-09-26 10:12:37 +08:00
design Clean up apostrophes 2017-09-27 22:55:20 +08:00
domain Squash commit 2017-09-20 15:27:28 +08:00
front-end Fix typos in Front End interview questions (#43) 2017-10-14 01:08:21 +08:00
non-technical added missing back tic and added resume layout (#42) 2017-10-13 05:20:46 +08:00
preparing Fix cheatsheet 2017-10-14 15:26:43 +08:00
utilities Remove empty scripts 2017-10-11 01:36:39 +08:00
.editorconfig Squash commit 2017-09-20 15:27:28 +08:00
.travis.yml Allow 429 in awesome bot 2017-09-26 17:42:56 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2017-09-25 17:37:03 +08:00
LICENSE Create LICENSE 2017-09-25 17:36:30 +08:00
README.md Add in interview cheatsheet 2017-10-14 14:31:19 +08:00

README.md

Tech Interview Handbook

What is this?

Carefully curated content to help you ace your next technical interview, with a focus on algorithms and the front end domain. System design questions are in-progress. Besides the usual algorithm questions, other awesome stuff includes:

This handbook is pretty new and help from you in contributing content would be very much appreciated!

Why do I want this?

This repository has practical content that covers all phases of a technical interview; from applying for a job to passing the interviews to offer negotiation. Technically competent candidates might still find the non-technical content helpful as well.

Who is this for?

Anybody who wants to land a job at a tech company but is new to technical interviews, seasoned engineers who have not been on the other side of the interviewing table in a while and wants to get back into the game, or anyone who wants to be better at technical interviewing.

How is this repository different?

There are so many awesome books like Cracking the Coding Interview and interview-related repositories out there on GitHub, what makes this repository different? The difference is that many existing interview repositories contain mainly links to external resources whereas this repository contains top quality curated content directly for your consumption.

Also, existing resources focus mainly on algorithm questions, and lack in coverage for more domain-specific and non-technical questions. This handbook aims to cover content beyond the typical algorithmic coding questions. 😎

Contents

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

There are no formal contributing guidelines at the moment as things are still in flux and we might find a better approach to structure content as we go along. You are welcome to contribute whatever you think will be helpful to fellow engineers. If you would like to contribute content for different domains, feel free to create an issue or submit a pull request and we can discuss further.

Maintainers