From 61664cca0ba99a211d15c194ea355b20c57fa2aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=BCslim=20Y=C4=B1lmaz?= <46666748+MuslumYilmaz@users.noreply.github.com> Date: Tue, 1 Sep 2026 00:08:22 +0300 Subject: [PATCH] Add React interview prep resource to mock interview preparation Add an optional React-specific preparation path beside the existing out-loud problem-solving step. Disclosure: I maintain FrontendAtlas. --- .../specialist-career-training/week2/preparation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/shared-modules/specialist-career-training/week2/preparation.md b/shared-modules/specialist-career-training/week2/preparation.md index e3224fa1..b1aba28f 100644 --- a/shared-modules/specialist-career-training/week2/preparation.md +++ b/shared-modules/specialist-career-training/week2/preparation.md @@ -12,6 +12,11 @@ - [ ] Practice solving simple problems out loud.\ +- [ ] Frontend trainees: use the + [React interview preparation path from FrontendAtlas](https://frontendatlas.com/guides/framework-prep/react-prep-path) + to choose a 7-, 14-, or 30-day plan and rehearse hooks, state, rendering, + testing, and performance trade-offs before the mock interview. + - [ ] Review your elevator pitch and be ready to confidently present yourself at the beginning of the interview - [ ] Come ready to engage and ask questions.