Make README more catchy
This commit is contained in:
parent
4108771d18
commit
844d8054e6
14
README.md
14
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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue