mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-14 10:30:03 +08:00
87 lines
3.5 KiB
JavaScript
87 lines
3.5 KiB
JavaScript
import React from 'react';
|
|
|
|
export default [
|
|
{
|
|
name: 'Erin Teo',
|
|
title: 'Front End Engineer, Facebook',
|
|
thumbnail: 'https://avatars1.githubusercontent.com/u/5081708?s=460&v=4',
|
|
quote: (
|
|
<>
|
|
Preparing for my first rounds of tech interviews was really daunting - I
|
|
wasn't sure what to expect and where to start. This handbook together
|
|
with the{' '}
|
|
<a
|
|
href="https://github.com/yangshun/front-end-interview-handbook"
|
|
target="_blank"
|
|
rel="noreferrer noopener">
|
|
Front End Interview Handbook
|
|
</a>{' '}
|
|
was a great starting point for me. It clearly describes each part of the
|
|
process and has tons of awesome tips and resources. With this handbook
|
|
and lots of practice, I managed to get offers from Facebook, Dropbox and
|
|
Amazon!
|
|
</>
|
|
),
|
|
},
|
|
{
|
|
name: 'Siddhesh Karekar',
|
|
title: 'Software Engineer, Google',
|
|
thumbnail: 'https://avatars1.githubusercontent.com/u/18223888?s=460&v=4',
|
|
quote: (
|
|
<>
|
|
Most of us are familiar with having the prospect of having to grind tons
|
|
of Leetcode problems before the interview, but I really wanted a sense
|
|
of direction, an outline of sorts to prepare efficiently; I wanted to
|
|
pick questions that covered all the important concepts one can be tested
|
|
on. The Tech Interview Handbook provides just that; the Algorithms
|
|
section was an absolutely invaluable resource and a great overall
|
|
reference to brush up my fundamentals with the helpful hints and tips
|
|
provided, and also solve some of the most popular questions categorized
|
|
by type. I certainly have Yangshun to thank for helping me land my dream
|
|
job at Google!
|
|
</>
|
|
),
|
|
},
|
|
{
|
|
name: 'Kevin Huang',
|
|
title: 'Software Engineer, Uber',
|
|
thumbnail: 'https://avatars1.githubusercontent.com/u/25380336?s=460&v=4',
|
|
quote: (
|
|
<>
|
|
The Tech Interview Handbook played a crucial role in the success of my
|
|
previous job search. The contents are carefully curated and well
|
|
organized. It served as an excellent roadmap for my interview prep.
|
|
<br />
|
|
<br />
|
|
In addition to the thorough Data Structures and Algorithms section, the
|
|
handbook also provides a lot of resources on other aspects of the
|
|
application process that helped me see the tech interviews in a more
|
|
holistic way. My favorite non-technical part was "Questions To Ask"! I
|
|
used quite a few insightful questions from there to challenge and
|
|
impress my interviewers. The results were great!
|
|
<br />
|
|
<br />
|
|
With the help of Tech Interview Handbook, I was able to land offers from
|
|
Google, Amazon, Uber and several other great companies. Really
|
|
appreciate Yangshun and other contributors for putting out such quality
|
|
content for the community. I'd wholeheartedly recommend this handbook to
|
|
anyone!
|
|
</>
|
|
),
|
|
},
|
|
{
|
|
name: 'Yangshun Tay',
|
|
title: 'Front End Engineer, Facebook',
|
|
thumbnail: 'https://avatars1.githubusercontent.com/u/1315101?s=460&v=4',
|
|
quote: (
|
|
<>
|
|
I always thought that getting a job at Facebook was a dream beyond my
|
|
reach. However, with help from this handbook, determination and
|
|
preparation, my job hunt went beyond my expectations and was pretty
|
|
successful, landing me offers with Facebook, Google, Airbnb, Dropbox,
|
|
and Lyft. Huge thanks to the authors for sharing their knowledge!
|
|
</>
|
|
),
|
|
},
|
|
];
|