From 6c46c438d57e779c02c6ba0a3129c140f6b74b1b Mon Sep 17 00:00:00 2001 From: Mo Zongran Date: Fri, 29 Oct 2021 22:50:43 +0800 Subject: [PATCH] Update successStories.js --- website/src/data/successStories.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/website/src/data/successStories.js b/website/src/data/successStories.js index 184f4d5f..df473072 100644 --- a/website/src/data/successStories.js +++ b/website/src/data/successStories.js @@ -69,4 +69,22 @@ 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 sight on my full time job, I referred heavily + to this handle 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 favourite is the algorithm best practice question, which + is helpful in the future if I want to switch job. + With the help from this handbook, I successfully land offers from + Facebook, Quora, Abnormal Security and a few more estabilished companies. + Highly recommend any tech job applicants to refer to this handbook. + + ), + }, ];