import React from 'react'; import classnames from 'classnames'; import Layout from '@theme/Layout'; import BrowserOnly from '@docusaurus/BrowserOnly'; import useDocusaurusContext from '@docusaurus/useDocusaurusContext'; import useBaseUrl from '@docusaurus/useBaseUrl'; import styles from './styles.module.css'; import successStories from '../data/successStories'; const BLIND_75_URL = 'https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU'; const FEATURES = [ { title: <>π― Go From Zero to Hero>, description: ( <> Go from zero to tech interview hero with this handbook. No prior interview experience needed. > ), link: '/introduction', }, { title: <>π Curated Practice Questions>, description: ( <> No one has time to practice a few hundred questions. We created the{' '} Blind 75 List {' '} to tell you which the best questions are. > ), link: '/best-practice-questions', }, { title: <>π Interview Cheatsheet>, description: ( <> Straight-to-the-point Do's and Don'ts during an interview. The battle is already half won. > ), link: '/cheatsheet', }, { title: <>πββοΈ Practical Algorithm Tips>, description: ( <> Practical tips for every algorithm topic - common techniques and corner cases to look out for. > ), link: '/algorithms/introduction', }, { title: <>π¬ Behavioral Questions>, description: ( <> Check out what behavioral questions companies commonly ask and you can prepare your answers ahead of time. > ), link: '/behavioral-questions', }, { title: <>π§ͺ Tested and Proven>, description: ( <> Countless engineers have gotten their dream jobs with the help of Tech Interview Handbook. > ), }, ]; function Tweet({url, handle, name, content, avatar, date}) { return (
{siteConfig.tagline}
Brought to you by FAANG engineers and the author of the{' '}
Blind 75 List
Over 500,000 people have benefitted from this handbook!
"{user.quote}"
Would you like to contribute a success story?{' '} Open a Pull Request here !
Support this project by becoming a sponsor! Your logo/profile picture will show up here with a link to your website.
It's free! Start improving your interview game today and get the job at the company of your dreams.
Start reading now β