diff --git a/README.md b/README.md index a5baf47c..e473cac2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
- Tech Interview Handbook + Tech Interview Handbook

@@ -15,20 +15,23 @@ --- + + Start Reading Tech Interview Handbook + + ## What is this? -Not everyone has the time to do a few hundred LeetCode questions. Here are _free and curated_ technical interview preparation materials for busy engineers, brought to you by me, the author of the [Blind 75 list](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU). Over 500,000 people have benefitted from this handbook! +Not everyone has the time to do a few hundred LeetCode questions. Here are _free and curated_ technical interview preparation materials for busy engineers, brought to you by me, the author of [Blind 75](https://www.teamblind.com/post/New-Year-Gift---Curated-List-of-Top-75-LeetCode-Questions-to-Save-Your-Time-OaM1orEU). Over 500,000 people have benefitted from this handbook! Besides the usual algorithm questions, other **awesome** stuff includes: - [Best practice questions](https://www.techinterviewhandbook.org/coding-interview-study-plan/) for coding interviews +- [Grind 75](https://www.techinterviewhandbook.org/grind75) the next evolution of Blind 75, bigger and better. - [How to prepare](https://www.techinterviewhandbook.org/coding-interview-prep/) for coding interviews - [Coding interview best practices](https://www.techinterviewhandbook.org/coding-interview-cheatsheet/) - Straight-to-the-point Do's and Don'ts - [Algorithm cheatsheets and tips](https://www.techinterviewhandbook.org/algorithms/study-cheatsheet/) categorized by topic -- [Interview formats](https://www.techinterviewhandbook.org/interview-formats/) of the top tech companies -- [Step-by-step resume guide](https://www.techinterviewhandbook.org/resume/) to prepare a FAANG-ready resume +- [Step-by-step Software Engineer resume guide](https://www.techinterviewhandbook.org/resume/) to prepare a FAANG-ready resume - [Behavioral questions](https://www.techinterviewhandbook.org/behavioral-interview-questions/) asked by the top tech companies -- [Good questions to ask your interviewers](https://www.techinterviewhandbook.org/final-questions/) at the end of the interviews - [Front end interview preparation](https://www.frontendinterviewhandbook.com) Help from you in contributing content would be very much appreciated! @@ -47,7 +50,8 @@ Anybody who wants to land a job at a tech company but is new to technical interv

💡 Stop grinding LeetCode aimlessly! Study coding question patterns efficiently with - Grokking the Coding Interview on Educative 💡

+ Grokking the Coding Interview on Educative 💡 +

--- diff --git a/assets/start-reading-button.jpg b/assets/start-reading-button.jpg new file mode 100644 index 00000000..d761fb8c Binary files /dev/null and b/assets/start-reading-button.jpg differ diff --git a/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md b/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md index 22a94758..7b49b284 100644 --- a/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md +++ b/website/blog/2021-10-30-my-experience-working-as-a-meta-engineer.md @@ -20,7 +20,7 @@ A number of the folks I referred have completed their interviews and are in the ## Products -Meta is a huge company and has teams working on all sorts of products. For big tech companies, common products include ads networks, chat, enterprise offerings, video watching, payments, hardware products, industry-leading AI tools, internal tools, etc. the other big tech companies Microsoft, Amazon, Apple and ByteDance have products in some of these areas as well. For many big companies, they are large enough that they build their our own infra and internal tools for most technologies they use because most existing technologies on the market can't meet their scale. Hence, not only will you get the chance to work on consumer products, you might also get to work on some of the lower level infrastructure work that is used by your fellow software engineers - our internal database systems, our internal Docker, our open source projects like React, React Native, GraphQL, PyTorch, Docusaurus, etc. +Meta is a huge company and has teams working on all sorts of products. For big tech companies, common products include ads networks, chat, enterprise offerings, video watching, payments, hardware products, industry-leading AI tools, internal tools, etc. the other big tech companies Microsoft, Amazon, Apple and ByteDance have products in some of these areas as well. For many big companies, they are large enough that they build their our own infra and internal tools for most technologies they use because most existing technologies on the market can't meet their scale. Hence, not only will you get the chance to work on consumer products, you might also get to work on some of the lower level infrastructure work that is used by your fellow software engineers - our internal database systems, our internal Docker, our open source projects like React, React Native, GraphQL, Jest, PyTorch, Docusaurus, etc. The impact is huge - every line of code you write has the potential to impact millions (sometimes even billions) of users due to the widespread nature of Meta's products. There was an intern who on their second day of work, changed the placeholder text of facebook.com's search bar by accident to "Hi I'm a Search Bar!" as part of a ramp up task and it was shipped to public for a brief moment before the change got reverted. With great power comes great responsibility! diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1c80ca15..826fc564 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -81,6 +81,7 @@ module.exports = { ], }, footer: { + style: 'dark', copyright: `Copyright © ${new Date().getFullYear()} Tech Interview Handbook. Built with Docusaurus.`, links: [ { diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 3cf316df..08d1a9a6 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -111,6 +111,7 @@ function Home() { description={siteConfig.tagline}> + @@ -432,13 +433,15 @@ function FeaturesSection() { function EducativeSection() { return ( -
+
-

+

Tired of grinding LeetCode? Grokking the Coding Interview is the recommended way to quickly learn coding question @@ -465,9 +468,49 @@ function EducativeSection() {

); } + +function FAANGTechLeadsSection() { + return ( +
+
+
+
+
+
+

+ + Craft the perfect resume for FAANG with FAANG Tech Leads' + high quality Software Engineer resume templates and samples. + +

+ +
+
+
+
+
+
+ ); +} + function AlgoMonsterSection() { return ( -
+
@@ -489,7 +532,7 @@ function AlgoMonsterSection() { onClick={() => { window.gtag('event', 'algomonster.homepage.click'); }}> - Stop grinding and study with a plan  â†’ + Study with a plan  â†’