mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 20:52:00 +08:00
website: update footer links
This commit is contained in:
@ -97,11 +97,11 @@ module.exports = {
|
|||||||
href: '/software-engineering-interview-guide/',
|
href: '/software-engineering-interview-guide/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Resume preparation',
|
label: 'Prepare a FAANG-ready resume',
|
||||||
href: '/resume/',
|
href: '/resume/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Algorithms',
|
label: 'Algorithms cheatsheets',
|
||||||
href: '/algorithms/study-cheatsheet',
|
href: '/algorithms/study-cheatsheet',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -118,7 +118,7 @@ module.exports = {
|
|||||||
href: '/coding-interview-prep/',
|
href: '/coding-interview-prep/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Study plan',
|
label: 'Coding interview study plan',
|
||||||
href: '/coding-interview-study-plan/',
|
href: '/coding-interview-study-plan/',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -138,14 +138,14 @@ module.exports = {
|
|||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Telegram',
|
|
||||||
href: 'https://t.me/techinterviewhandbook',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Discord',
|
label: 'Discord',
|
||||||
href: 'https://discord.gg/usMqNaPczq',
|
href: 'https://discord.gg/usMqNaPczq',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Telegram',
|
||||||
|
href: 'https://t.me/techinterviewhandbook',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
label: 'Twitter',
|
label: 'Twitter',
|
||||||
href: 'https://twitter.com/techinterviewhb',
|
href: 'https://twitter.com/techinterviewhb',
|
||||||
@ -159,11 +159,15 @@ module.exports = {
|
|||||||
label: 'Grind 75',
|
label: 'Grind 75',
|
||||||
href: 'https://www.techinterviewhandbook.org/grind75',
|
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||||
},
|
},
|
||||||
{label: 'Advertise', href: '/advertise'},
|
// {label: 'Advertise', href: '/advertise'},
|
||||||
{
|
{
|
||||||
label: 'Contact us',
|
label: 'Contact us',
|
||||||
href: 'mailto:contact@techinterviewhandbook.org',
|
href: 'mailto:contact@techinterviewhandbook.org',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Facebook',
|
||||||
|
href: 'https://www.facebook.com/techinterviewhandbook',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -91,6 +91,34 @@ export default [
|
|||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Rahul Senguttuvan',
|
||||||
|
title: 'Software Engineer Intern, Meta',
|
||||||
|
thumbnail: 'https://avatars.githubusercontent.com/u/26223361?v=4',
|
||||||
|
quote: (
|
||||||
|
<>
|
||||||
|
I started my interview preparation sometime during September of 2021. I
|
||||||
|
was introduced to the famous Blind 75 list while browsing through
|
||||||
|
LeetCode forums. The author of Blind 75, Yangshun Tay, had mentioned The
|
||||||
|
Tech Interview Handbook in one of the comments. I immediately checked
|
||||||
|
out the website and was extremely impressed.
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
The most use- section for me was the Coding and Algorithms along with
|
||||||
|
Company interview formats where I learnt the process beforehand. The
|
||||||
|
questions covered in the list along with the resources helped me get a
|
||||||
|
broad understanding of concepts like BFS, DFS and array operations which
|
||||||
|
I struggled with earlier. This helped me get into Mathworks, Microsoft
|
||||||
|
and Meta for my internships.
|
||||||
|
<br />
|
||||||
|
<br />
|
||||||
|
Moving forward, I will continue to use this resource along with Grind 75
|
||||||
|
(A list of coding questions created by the same author) for my full time
|
||||||
|
job hunt! I'm also excited to try out the System Design material as
|
||||||
|
well!
|
||||||
|
</>
|
||||||
|
),
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Zongran Mo',
|
name: 'Zongran Mo',
|
||||||
title: 'Software Engineer, Abnormal Security',
|
title: 'Software Engineer, Abnormal Security',
|
||||||
@ -111,29 +139,4 @@ export default [
|
|||||||
</>
|
</>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
|
||||||
name: 'Rahul Senguttuvan',
|
|
||||||
title: 'Software Engineer Intern, Meta',
|
|
||||||
thumbnail: 'https://avatars.githubusercontent.com/u/26223361?v=4',
|
|
||||||
quote: (
|
|
||||||
<>
|
|
||||||
I started my interview preparation sometime during September of 2021. I was introduced
|
|
||||||
to the famous Blind 75 list while browsing through leetcode forums. The author of Blind 75,
|
|
||||||
Yangshun Tay, had mentioned The Tech Interview Handbook in one of the comments. I immidiately
|
|
||||||
checked out the website and was extremely impressed.
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
The most used section for me was the Coding and Algorithms along with Company interview
|
|
||||||
formats where I learnt the process beforehand. The questions covered in the list
|
|
||||||
along with the resources helped me get a broad understanding of concepts like BFS, DFS and
|
|
||||||
array operations which I struggled with earlier. This helped me get into Mathworks, Microsoft and
|
|
||||||
Meta for my internships.
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
Moving forward, I will continue to use this resource along with Grind 75 ( A list of coding questions
|
|
||||||
created by the same author ) for my full time job hunt! I'm also excited to try out the System Design
|
|
||||||
material aswell!
|
|
||||||
</>
|
|
||||||
),
|
|
||||||
},
|
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user