432 Commits

Author SHA1 Message Date
458db0bc63 website: misc tweaks 2022-01-23 17:35:47 +08:00
9b50820172 website: reorganize sidebar 2022-01-23 17:23:08 +08:00
e39b15aeb4 website: make Educative more prominent 2022-01-21 09:33:54 +08:00
a3fb1e6349 website: fix GA 2022-01-21 09:26:34 +08:00
dfd5c71f0a website: refactor homepage 2022-01-21 09:24:55 +08:00
d3145ae7d1 website: add Tweets 2022-01-18 08:46:41 +08:00
5610e553ac website: reskin homepage features section 2022-01-18 07:32:56 +08:00
f4cb0dc639 website: copy tweaks 2022-01-18 06:42:28 +08:00
0976e470db website: use Inter font 2022-01-18 06:42:14 +08:00
2f7cb41c9d fix: update swizzled DocPaginator component 2022-01-17 09:24:00 +08:00
82900a9411 chore: upgrade website to docusaurus@2.0.0-beta.14 2022-01-17 09:08:03 +08:00
8b1937bdca misc: LinkedIn aff verification 2022-01-17 08:56:40 +08:00
cbe5bf7156 contents: add more resources for DP (#254)
Added BaseCS blog post on Dynamic Programming to study links section
2022-01-05 08:53:28 +08:00
a816b4cff6 misc: update salary numbers 2022-01-03 16:46:26 +08:00
10f2547d0d misc: fix typos in introduction (#253)
* Fix minor spelling mistake

* Fix typo
2022-01-03 16:20:32 +08:00
2058c8ffbc misc: fix some grammar issues on the STAR format page (#250) 2022-01-03 16:19:45 +08:00
a5653add4d misc: remove dead link 2021-12-18 15:53:48 +08:00
f23d0423a6 Added Simplify! (#252)
* Added Simplify

* Edited Simplify text

* Update README.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-12-03 08:55:09 +08:00
e01665c651 contents: misc update 2021-11-18 07:47:28 +08:00
e43c3f1a66 blog: add Meta logo and truncation marker to Meta eng experience post 2021-11-06 19:39:37 +08:00
5b537373b3 website: fix alt value for logo 2021-11-05 10:53:06 +08:00
0901ab14b2 misc: add announcement bar 2021-11-05 10:41:40 +08:00
a1cb7ce4e6 website: add choosing between companies to sidebar 2021-11-01 09:45:10 +08:00
b771c509bb contents: add list of system design videos explained in simple language (#249) 2021-11-01 09:39:58 +08:00
210ab0b60e contents: add initial draft for choosing companies (#248) 2021-11-01 08:42:46 +08:00
e060e8fb6d blog: fix typo in Google levels (#247) 2021-11-01 08:30:50 +08:00
716ef3877b misc: corrected some grammatical errors in README file (#245)
There had been multiple grammatical errors in this document which has been corrected now.
2021-11-01 07:39:00 +08:00
36a2ec2c0a contents: make the Partition Equal Subset Sum link both (#246)
"Partition Equal Subset Sum" and "0/1 Knapsack"

Closes #234
2021-11-01 07:37:59 +08:00
0d192ba60e contents: update negotiation tips (#244) 2021-10-31 20:40:23 +08:00
621618c55c contents: fix admonition not rendering properly 2021-10-31 20:39:41 +08:00
9745221034 blog: add post about experience working at Meta 2021-10-30 17:51:09 +08:00
5b926c1b3a website: add Zongran success story (#243)
* Update successStories.js

* Update successStories.js

* Update successStories.js

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-30 09:52:07 +08:00
5ca4ea0d79 fix: dropbox.com is connected with full stop (#242)
* fix: dropbox.com is connected with full stop

dropbox.com with full stop begin dropbox.com(.) it leads to 404 page from dropbox

* Update interview-formats.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-30 09:49:42 +08:00
ff7cb5fcaa chore: upgrade website to docusaurus@2.0.0-beta.8 2021-10-23 11:19:36 +08:00
e734f896e6 chore: downgrade website to docusaurus@2.0.0-beta.6 2021-10-19 03:07:12 +08:00
69674e5367 website: update swizzled items 2021-10-19 02:44:22 +08:00
77e5cd2f42 chore: upgrade website to docusaurus@2.0.0-beta.7 2021-10-19 02:09:54 +08:00
deafba893f website: improve homepage 2021-10-19 02:05:40 +08:00
67059d0b9c feat: add suggestion problem to knapsack knowledge (#239) 2021-10-08 01:19:58 +08:00
de9d5d0dfd contents: add a new behavioral question (#240)
* Update behavioral-questions.md

* Update behavioral-questions.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-08 01:19:29 +08:00
13774799fc misc: remove levels.fyi 2021-10-07 02:37:03 +08:00
f42c33b061 contents: add Parking Lot question to OOP (#237)
Design a parking lot system is an important sample question in low-level design. It would be great if this question is added.
2021-10-06 02:07:35 +08:00
5ac393fe0e content: add new math suggestion (#233)
* content: add new math suggestion

* Update math.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-05 11:19:57 +08:00
8cf3401edb contents: add suggestion about weaknesses questions (#232)
* Added suggestion about weaknesses questions

* Update psychological-tricks.md

Co-authored-by: Yangshun Tay <tay.yang.shun@gmail.com>
2021-10-05 10:32:33 +08:00
83e97337a6 Include a snippet for swapping two variables using bitwise operators (#229)
This swaps the two values in the two variables without needing a third variable.
2021-10-02 17:33:25 +08:00
99b0e687b0 contents: update interview format 2021-09-24 19:21:57 +08:00
7c01e1f7ed blog: update FB Q&A 2021-09-21 18:52:39 +08:00
b3191d9729 content: add new matrix question (#227)
This is an interesting question because it requires to break the matrix into a smaller matrix
2021-09-21 02:08:22 +08:00
a7aabc8fb4 contents: don't use CDN link for FB onsite prep PDF 2021-09-21 02:07:13 +08:00
0535dd0d7f website: homepage improvements 2021-09-19 01:58:21 +08:00