You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tech-interview-handbook/website/sidebars.js

93 lines
2.4 KiB

module.exports = {
docs: [
{
Preface: ['introduction', 'landscape'],
},
{
'Step 1: Preparing your resume': [
'resume/guide',
'resume/ats-proof-template',
'resume/write-effective-content',
'resume/optimize-resume',
'resume/free-tools-to-review-resume',
'resume/final-tips',
],
},
{
type: 'category',
label: 'Step 2: Acing the interview',
collapsed: false,
items: [
{
'Interview formats': [
'interview-formats',
'interview-formats-top-companies',
],
},
'self-introduction',
{
'🔥 Coding interviews': [
'coding-interview',
'picking-a-language',
'study-and-practice',
'best-practice-questions',
'during-coding-interview',
'cheatsheet',
'coding-signals',
'mock-interviews',
'interviewer-cheatsheet',
{
Algorithms: [
'algorithms/algorithms-introduction',
'algorithms/array',
'algorithms/binary',
'algorithms/dynamic-programming',
'algorithms/geometry',
'algorithms/graph',
'algorithms/hash-table',
'algorithms/heap',
'algorithms/interval',
'algorithms/linked-list',
'algorithms/math',
'algorithms/matrix',
'algorithms/oop',
'algorithms/permutation',
'algorithms/queue',
'algorithms/recursion',
'algorithms/sorting-searching',
'algorithms/stack',
'algorithms/string',
'algorithms/tree',
'algorithms/trie',
],
},
],
},
'system-design',
{
'Behavioral interviews': [
'behavioral-interview',
'star-format',
'behavioral-questions',
'psychological-tricks',
],
},
'questions-to-ask',
],
},
{
'Step 3: Negotiating the best offer': [
'understanding-compensation',
'negotiation',
],
},
{
'Step 4: Getting ready for your job': [
'choosing-between-companies',
'engineering-levels',
// 'team-selection',
],
},
],
};