From 8c85cec83df117daf25e3624e7c29de675e40b62 Mon Sep 17 00:00:00 2001
From: Jeanne Toh <54509483+jeannetoh99@users.noreply.github.com>
Date: Sat, 13 Aug 2022 17:54:27 +0800
Subject: [PATCH] website: add Jeanne Toh's success story (#294)
---
website/src/data/successStories.js | 32 ++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/website/src/data/successStories.js b/website/src/data/successStories.js
index a21d9d94..ef672f17 100644
--- a/website/src/data/successStories.js
+++ b/website/src/data/successStories.js
@@ -139,4 +139,36 @@ export default [
>
),
},
+ {
+ name: 'Jeanne Toh',
+ title: 'Software Engineer Intern, Meta, Google',
+ thumbnail: 'https://avatars.githubusercontent.com/u/54509483?v=4',
+ quote: (
+ <>
+ I remember not knowing what to expect when preparing for my first ever
+ tech interview. Tech Interview Handbook was a lifesaver. It covers all
+ the most important steps in applying for a tech role -- from resume
+ preparation to offer negotiation.
+
+
+ My favourite part is the{' '}
+
+ Grind 75 Tool
+ ,
+ which provides customisable coding interview study plans. This not only
+ helped to sharpen my problem-solving skills, but also assured me that
+ I covered sufficient breadth and depth.
+
+
+ Even now, after interviewing for a couple of years, I still go back to
+ the Tech Interview Handbook for a quick refresher before an interview,
+ and it continues to help me land great offers. This is an incredible
+ resource, created by someone who really wishes the best for you, and I
+ highly recommend it!
+ >
+ ),
+ },
];