diff --git a/contents/css-questions.md b/contents/css-questions.md index 5da5d0658..c394f81c4 100644 --- a/contents/css-questions.md +++ b/contents/css-questions.md @@ -446,6 +446,7 @@ Both have these methods have some issues that need to be weighed: ###### References +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/blog/2021-08-30-a-glimpse-into-front-end-interviews.md b/website/blog/2021-08-30-a-glimpse-into-front-end-interviews.md index e0b252501..cfb3d30e1 100644 --- a/website/blog/2021-08-30-a-glimpse-into-front-end-interviews.md +++ b/website/blog/2021-08-30-a-glimpse-into-front-end-interviews.md @@ -10,7 +10,7 @@ hide_table_of_contents: true ---
- + A glimpse into the front end interview process and questions that frequently come up. diff --git a/website/blog/2021-12-23-front-end-vs-back-end-system-design-interviews.md b/website/blog/2021-12-23-front-end-vs-back-end-system-design-interviews.md index b72b5c4b4..76ab2e13b 100644 --- a/website/blog/2021-12-23-front-end-vs-back-end-system-design-interviews.md +++ b/website/blog/2021-12-23-front-end-vs-back-end-system-design-interviews.md @@ -2,8 +2,8 @@ title: Front End vs. Back End System Design Interviews slug: front-end-vs-back-end-system-design-interviews author: Zhenghao He -author_title: Senior Software Engineer at Instacart, ex-Amazon -author_url: https://twitter.com/he_zhenghao +author_title: Engineering Manager at Robinhood, ex-Amazon +author_url: https://x.com/he_zhenghao author_image_url: /img/authors/zhenghao.jpg tags: [front end, back end, system design, interview] hide_table_of_contents: true diff --git a/website/blog/2022-06-18-javascript-object-vs-map.md b/website/blog/2022-06-18-javascript-object-vs-map.md index 93248c734..b88fcb4db 100644 --- a/website/blog/2022-06-18-javascript-object-vs-map.md +++ b/website/blog/2022-06-18-javascript-object-vs-map.md @@ -2,9 +2,9 @@ title: When You Should Prefer Map Over Object In JavaScript slug: javascript-object-vs-map author: Zhenghao He -author_title: Senior Software Engineer at Instacart, ex-Amazon -author_url: https://twitter.com/he_zhenghao -author_image_url: https://pbs.twimg.com/profile_images/1489749168767660032/M_us3Mu2_400x400.jpg +author_title: Engineering Manager at Robinhood, ex-Amazon +author_url: https://x.com/he_zhenghao +author_image_url: /img/authors/zhenghao.jpg tags: [front end, javascript, interview, object, map] hide_table_of_contents: true --- diff --git a/website/i18n/ja-JP/docusaurus-plugin-content-docs/current/css-questions.md b/website/i18n/ja-JP/docusaurus-plugin-content-docs/current/css-questions.md index 4a3460b88..0989a5110 100644 --- a/website/i18n/ja-JP/docusaurus-plugin-content-docs/current/css-questions.md +++ b/website/i18n/ja-JP/docusaurus-plugin-content-docs/current/css-questions.md @@ -354,9 +354,7 @@ TODO ###### 参考 -(英語) - -- https://developer.mozilla.org/ja/docs/Archive/Apps/Design/UI_layout_basics/Responsive_design_versus_adaptive_design (日本語) +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design (英語) - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/i18n/kr/docusaurus-plugin-content-docs/current/css-questions.md b/website/i18n/kr/docusaurus-plugin-content-docs/current/css-questions.md index ed5b647db..2678ebaa6 100644 --- a/website/i18n/kr/docusaurus-plugin-content-docs/current/css-questions.md +++ b/website/i18n/kr/docusaurus-plugin-content-docs/current/css-questions.md @@ -414,6 +414,7 @@ Grid는 그리드 기반의 레이아웃을 생성하기 위한 가장 직관적 ###### 참고자료 +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/i18n/kr/docusaurus-plugin-content-docs/current/trivia.md b/website/i18n/kr/docusaurus-plugin-content-docs/current/trivia.md deleted file mode 100644 index 860cee6fc..000000000 --- a/website/i18n/kr/docusaurus-plugin-content-docs/current/trivia.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: 돌발 질문 개요 -sidebar_label: 개요 ---- - -돌발 질문은 정답이 짧은 경우가 대부분이고, 면접을 진행 가능한 최소한의 기술력을 가진 채용 담당자에 의해 진행되기 때문에 보통 면접의 처음 몇 단계에서 볼 수 있습니다. - -돌발퀴즈는 답변자가 해당 분야의 이론을 얼마나 제대로 알고 대답하는지 알기 위한 것입니다. 개념을 확실히 이해하거나 답을 완전히 암기함으로써 실력을 향상시킬 수 있습니다. 여기서 묻는 질문은 상당히 제한적이며 대부분 다음 몇 개의 부문에서 찾을 수 있습니다. - -## 기본 예제 - -- 자바스크립트에서 closure가 무엇인가요? -- 무엇들을 약속하며 그것들이 무엇에 유용한지 설명하세요. -- css 박스 모델에 대해 설명하세요. - -## 상급 예제 - -많은 경력자들에게, 답이 정해져있지 않은 더 수준높은 내용을 설명할 수 있기를 기대합니다. - -- React는 어떻게 동작하나요? Virtual DOM이란 무엇이며 어떤 문제를 해결하나요? -- 왜 library Y가 아닌 library X를 사용했나요? - -가장 좋고 올바른 방법은 이러한 질문들에 대한 준비를 하는 것이고, 개념을 제대로 이해하고 그것들을 프로젝트에 적용하는 데 있어 실제 경험을 쌓는 것입니다. 답을 암기하는 것은 권장하지 않지만 시간이 부족할 경우 허용됩니다. - -## 자주 나오는 돌발 질문들 - -다음 몇 페이지는 HTML/CSS/JavaScript에 대해 테스트한 자주 나오는 질문에 대한 답을 제공합니다. diff --git a/website/i18n/pl/docusaurus-plugin-content-docs/current/css-questions.md b/website/i18n/pl/docusaurus-plugin-content-docs/current/css-questions.md index f0c2b0f68..57a05b03a 100644 --- a/website/i18n/pl/docusaurus-plugin-content-docs/current/css-questions.md +++ b/website/i18n/pl/docusaurus-plugin-content-docs/current/css-questions.md @@ -438,6 +438,7 @@ Obie z tych metod mają pewne problemy, które warto ocenić: ###### Bibliografia +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/i18n/tl/docusaurus-plugin-content-docs/current/css-questions.md b/website/i18n/tl/docusaurus-plugin-content-docs/current/css-questions.md index 0c146de29..fab2fa1a0 100644 --- a/website/i18n/tl/docusaurus-plugin-content-docs/current/css-questions.md +++ b/website/i18n/tl/docusaurus-plugin-content-docs/current/css-questions.md @@ -353,6 +353,7 @@ Ang bumabagay na disenyo ay mas katulad ng modernong kahulugan ng progresibong p ###### Mga Reperensiya +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/i18n/zh-CN/docusaurus-plugin-content-docs/current/css-questions.md b/website/i18n/zh-CN/docusaurus-plugin-content-docs/current/css-questions.md index 2c3a2610b..58ffa7862 100644 --- a/website/i18n/zh-CN/docusaurus-plugin-content-docs/current/css-questions.md +++ b/website/i18n/zh-CN/docusaurus-plugin-content-docs/current/css-questions.md @@ -396,6 +396,7 @@ Grid 创建基于栅格的布局,是迄今为止最直观的方法(最好是 ###### 参考 +- https://developer.mozilla.org/en-US/docs/Learn/CSS/CSS_layout/Responsive_Design - http://mediumwell.com/responsive-adaptive-mobile/ - https://css-tricks.com/the-difference-between-responsive-and-adaptive-design/ diff --git a/website/src/data/successStories.js b/website/src/data/successStories.js index 615514c79..382a16ac7 100644 --- a/website/src/data/successStories.js +++ b/website/src/data/successStories.js @@ -25,8 +25,8 @@ export default [ }, { name: 'Zhenghao He', - title: 'Senior Software Engineer, DocuSign, ex-Adobe, ex-Amazon', - thumbnail: 'https://github.com/zhenghaohe.png', + title: 'Engineering Manager at Robinhood, ex-Amazon', + thumbnail: '/img/authors/zhenghao.jpg', quote: ( <> There aren't a lot of high quality front end interview prep materials