mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
website: misc tweaks
This commit is contained in:
@ -54,7 +54,7 @@ With COVID around, many companies are doing remote interviews even for the onsit
|
|||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Formats of famous companies
|
## Formats of top companies
|
||||||
|
|
||||||
### Airbnb
|
### Airbnb
|
||||||
|
|
||||||
|
@ -7,6 +7,8 @@ title: Introduction
|
|||||||
|
|
||||||
The **Tech Interview Handbook** contains carefully curated content to help you ace your next technical interview with a focus on algorithms. While there are a ton of interview resources on the internet, the best ones are either not free, or they do not cover the complete interview process, usually only focusing on algorithms. Tech Interview Handbook goes straight to the point and tells you the minimum you need to know to pass your technical interviews.
|
The **Tech Interview Handbook** contains carefully curated content to help you ace your next technical interview with a focus on algorithms. While there are a ton of interview resources on the internet, the best ones are either not free, or they do not cover the complete interview process, usually only focusing on algorithms. Tech Interview Handbook goes straight to the point and tells you the minimum you need to know to pass your technical interviews.
|
||||||
|
|
||||||
|
Over 500,000 people have benefitted from this handbook!
|
||||||
|
|
||||||
## Why do I want this?
|
## 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.
|
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.
|
||||||
|
@ -227,19 +227,21 @@ function ProductContentsSection() {
|
|||||||
<h3>Not sure where to start? We got you covered</h3>
|
<h3>Not sure where to start? We got you covered</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('resume')}>Resume Preparation</a>
|
<a href={useBaseUrl('resume')}>Resume preparation</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('resume-case-study')}>Resume Samples</a>
|
<a href={useBaseUrl('resume-case-study')}>
|
||||||
|
Resume case studies and samples
|
||||||
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('interview-formats')}>
|
<a href={useBaseUrl('interview-formats')}>
|
||||||
Interview Formats
|
Interview formats
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('best-practice-questions')}>
|
<a href={useBaseUrl('best-practice-questions')}>
|
||||||
Best Practice Questions
|
Best practice questions
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -267,7 +269,7 @@ function ProductContentsSection() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="https://frontendinterviewhandbook.com">
|
<a href="https://frontendinterviewhandbook.com">
|
||||||
Front End
|
Front end
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -278,7 +280,7 @@ function ProductContentsSection() {
|
|||||||
'col--4',
|
'col--4',
|
||||||
styles.featuresRowItemContainer,
|
styles.featuresRowItemContainer,
|
||||||
)}>
|
)}>
|
||||||
<h3>Algorithms Deep-dive</h3>
|
<h3>Algorithms deep-dive</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('algorithms/array')}>Array</a>
|
<a href={useBaseUrl('algorithms/array')}>Array</a>
|
||||||
@ -288,7 +290,7 @@ function ProductContentsSection() {
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('algorithms/linked-list')}>
|
<a href={useBaseUrl('algorithms/linked-list')}>
|
||||||
Linked List
|
Linked list
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
@ -318,7 +320,7 @@ function FeaturesSection() {
|
|||||||
'margin-bottom--xl',
|
'margin-bottom--xl',
|
||||||
styles.sectionTitle,
|
styles.sectionTitle,
|
||||||
)}>
|
)}>
|
||||||
What is inside?
|
There's everything you need
|
||||||
</h2>
|
</h2>
|
||||||
<div className={classnames('row', styles.featuresRow)}>
|
<div className={classnames('row', styles.featuresRow)}>
|
||||||
{FEATURES.map(({title, description, link}) => (
|
{FEATURES.map(({title, description, link}) => (
|
||||||
@ -337,7 +339,7 @@ function FeaturesSection() {
|
|||||||
<a
|
<a
|
||||||
className={styles.featuresRowItemLink}
|
className={styles.featuresRowItemLink}
|
||||||
href={useBaseUrl(link)}>
|
href={useBaseUrl(link)}>
|
||||||
<strong>Learn more</strong>
|
<strong>Start reading →</strong>
|
||||||
</a>
|
</a>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user