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 BLIND_OFFER_NUMBERS_URL = 'https://www.teamblind.com/post/Sharing-my-offer-numbers-from-big-companies-for-your-reference-yNgqUPQR'; 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 (
{name}
{name}{' '} @{handle} ·{' '} {date}
{content}
); } function Home() { const {siteConfig = {}} = useDocusaurusContext(); return ( ); } function HeroSection() { const {siteConfig = {}} = useDocusaurusContext(); return (
{siteConfig.title}

{siteConfig.title}

{siteConfig.tagline}
Brought to you by FAANG engineers and the author of the{' '} Blind 75 list

Start reading now  β†’