0e57a84adf
website: add social links to docs pages
2022-02-03 14:35:09 +08:00
b1718f2d04
contents: change meta desc for resume content
2022-02-03 09:59:17 +08:00
a1236ad4b4
contents: fix resume optimization
2022-02-03 09:26:40 +08:00
fb606098af
contents: improve SEO of coding interview pages
2022-02-03 09:13:01 +08:00
b56f4d20fc
contents: expand on Moonchaser's services
2022-02-03 07:44:15 +08:00
5c478551f7
contents: remove repeated sentence in introduction ( #261 )
2022-02-03 05:39:04 +08:00
752c423c84
website: misc ui tweaks
2022-02-02 18:09:23 +08:00
cb182619de
contents: misc tweaks
2022-02-02 17:22:59 +08:00
2dd84b3a46
contents: entirely redo resume section
2022-02-02 15:10:32 +08:00
1a9256268f
website: tweak footer nav links
2022-02-02 14:34:23 +08:00
b701bc96f9
website: change top navbar
2022-02-02 14:04:16 +08:00
98b8081efc
contents: proofread contents untll coding interview
2022-02-02 10:39:20 +08:00
7e021c1bdc
contents: improve SEO for best practice questions
2022-02-02 08:48:27 +08:00
315525d99a
contents: add some quality courses for SWEs
2022-02-02 08:30:53 +08:00
8bb7175524
website: add rel="noopener" to external links
2022-02-02 07:12:30 +08:00
075f2d28c9
contents: fix typo in choosing companies section ( #260 )
...
Co-authored-by: seventyninetynine <66031616+seventyninetynine@users.noreply.github.com>
2022-02-02 07:08:09 +08:00
64039bb395
contents: tweak sidebar categorization
2022-02-01 11:17:12 +08:00
35fe7b463c
contents: add resume tracker tool
2022-01-29 21:33:35 +08:00
96e169c0cb
contents: split up interview format into separate pages
2022-01-25 10:06:59 +08:00
367b3d6577
contents: make title casing consistent
2022-01-25 09:55:51 +08:00
697201fa0e
contents: change resume to use details/summary
2022-01-23 19:48:48 +08:00
f38e8953bf
contents: add Exponent system design course
2022-01-23 17:59:16 +08:00
458db0bc63
website: misc tweaks
2022-01-23 17:35:47 +08:00
9b50820172
website: reorganize sidebar
2022-01-23 17:23:08 +08:00
f4cb0dc639
website: copy tweaks
2022-01-18 06:42:28 +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
e01665c651
contents: misc update
2021-11-18 07:47:28 +08:00
210ab0b60e
contents: add initial draft for choosing companies ( #248 )
2021-11-01 08:42:46 +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
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
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
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
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
1de5dd75ee
content: add new sliding window question ( #226 )
2021-09-17 00:22:00 +08:00
cb398aa88b
content: add Books section ( #225 )
2021-09-17 00:21:43 +08:00
2ab149aa74
misc: update README
2021-09-14 13:58:54 +08:00
3d58a34ff4
contents: tidy up behavioral questions section
2021-09-06 21:12:06 +08:00