From 5b926c1b3a7e05c199ef0da38fbd027aff2e3d7d Mon Sep 17 00:00:00 2001 From: Mo Zongran Date: Sat, 30 Oct 2021 09:52:07 +0800 Subject: [PATCH] website: add Zongran success story (#243) * Update successStories.js * Update successStories.js * Update successStories.js Co-authored-by: Yangshun Tay --- website/src/data/successStories.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/website/src/data/successStories.js b/website/src/data/successStories.js index 184f4d5f..bf184096 100644 --- a/website/src/data/successStories.js +++ b/website/src/data/successStories.js @@ -69,4 +69,24 @@ export default [ ), }, + { + name: 'Zongran Mo', + title: 'Software Engineer, Abnormal Security', + thumbnail: 'https://avatars.githubusercontent.com/u/19870898?s=400&v=4', + quote: ( + <> + I have not been preparing much for my interviews before my final year in + university. As I set my sights on my full time job, I referred heavily + to this handbook about things to prepare and look out for during my + applicaion. It has helped me so much in many stages of my application. + My personal favorite is the best algorithm practice questions, which + is helpful in the future if I want to switch jobs. +
+
+ With the help of this handbook, I successfully land offers from + Facebook, Quora, Abnormal Security and a few more established companies. + Highly recommend any tech job applicants to refer to this handbook. + + ), + }, ];