From 844d8054e652e252baf434aaf8100e1b1465fc37 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Tue, 26 Sep 2017 13:02:34 +0800 Subject: [PATCH] Make README more catchy --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f1bad237..7b0dd605 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ # Tech Interview Handbook -Handbook 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 cool stuff include: +Handbook 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 include: -- [Interview formats](non-technical/format.md) of the famous tech companies! -- [Behavioural questions](non-technical/behavioral.md) categorized by companies! -- A list of [GOOD questions to ask](non-technical/questions-to-ask.md) your interviewers the end of the interviews! +- [How to prepare](preparing) for coding interviews +- [Detailed answers](front-end/interview-questions.md) to the famous "Front-end Job Interview Questions" +- [Interview formats](non-technical/format.md) of the famous tech companies +- [Behavioural questions](non-technical/behavioral.md) categorized by companies +- A list of [GOOD questions to ask](non-technical/questions-to-ask.md) your interviewers the end of the interviews This handbook is pretty new and help from you in contributing content would be very much appreciated! @@ -28,8 +30,8 @@ While there are many awesome books like [Cracking the Coding Interview](http://w - **[Preparing for a Coding Interview](preparing)** - **[Algorithm Questions](algorithms)** - Questions categorized by topics. - **[Design Questions](design)** -- **[Front End Study Notes](front-end)** - Summarized notes on the various aspects of front end. - - [Front End Job Interview Questions and Answers](front-end/interview-questions.md) 🔥⭐ +- **[Front-end Study Notes](front-end)** - Summarized notes on the various aspects of front-end. + - [Front-end Job Interview Questions and Answers](front-end/interview-questions.md) 🔥⭐ - **[Non-Technical Tips](non-technical)** - Random non-technical tips that cover behavioral and psychological aspects, interview formats and "Do you have any questions for me?". - [Behavioral Questions](non-technical/behavioral.md) - [Interview Formats](non-technical/format.md)