From 6eb579ae142329efa5d82e26107e305201111414 Mon Sep 17 00:00:00 2001 From: Saloumeh Sarabi <77116575+saloumeh-67@users.noreply.github.com> Date: Mon, 18 May 2026 13:28:53 +0200 Subject: [PATCH 1/3] Remove duplicate preparation checklist items --- .../week 2/preparation.md | 29 ++++--------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/shared-modules/specialist-career-training/week 2/preparation.md b/shared-modules/specialist-career-training/week 2/preparation.md index d44e3e71..6a9e1f32 100644 --- a/shared-modules/specialist-career-training/week 2/preparation.md +++ b/shared-modules/specialist-career-training/week 2/preparation.md @@ -2,39 +2,22 @@ ## How to Prepare for Presenting Your Project in a Mock Technical Interview -[ ] There will be a code freeze on Wednesday so make sure your project is ready before that( No more future or any other big changes, you are only allowed to fix bugs). +- [ ] There will be a code freeze on Wednesday so make sure your project is ready before that( No more future or any other big changes, you are only allowed to fix bugs). -[ ] Know your project (Events Startup Project) inside out. Be ready to explain why you made every technical decision, what trade-offs you considered, and what limitations your project still has. Structure your presentation into four parts: a quick overview of the problem you solved, a live demo showing 2-3 key features, a technical deep dive on one interesting challenge, and your key learnings. Practice your demo at least three times, have a backup (screenshots or video), and prepare answers for common questions like "What was the hardest bug?" or "How would you scale this?" +- [ ] Know your project (Events Startup Project) inside out. Be ready to explain why you made every technical decision, what trade-offs you considered, and what limitations your project still has. Structure your presentation into four parts: a quick overview of the problem you solved, a live demo showing 2-3 key features, a technical deep dive on one interesting challenge, and your key learnings. Practice your demo at least three times, have a backup (screenshots or video), and prepare answers for common questions like "What was the hardest bug?" or "How would you scale this?" -[ ] During the presentation, speak clearly and don't rush. If you don't know something, say "I don't know, but here is how I would find out" instead of guessing.\ +- [ ] During the presentation, speak clearly and don't rush. If you don't know something, say "I don't know, but here is how I would find out" instead of guessing.\ Interviewers are evaluating your technical competence, problem-solving, communication, and self-awareness — not whether your project is perfect.\ Be honest, be prepared, and remember, they want to see how you think, not catch you failing.\ -[ ] Practice solving simple problems out loud.\ +- [ ] Practice solving simple problems out loud.\ -[ ] Review your elevator pitch and be ready to confidently present yourself at the beginning of the 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. +- [ ] Come ready to engage and ask questions. This interview will be 10% soft skills and 90% technical. That means, that while the main focus is on the technical aspects, attention will also be on how well you manage to communicate your technical knowledge. You should start with a brief introduction of yourself as well as your interest in the company and the position. A technical interview serves as a practical evaluation of a candidate’s problem-solving abilities, coding skills, and technical understanding relevant to the role. It allows interviewers to assess how candidates approach challenges, structure their thinking, and apply core concepts in real-time. Beyond arriving at a correct solution, this stage emphasizes clarity of communication, logical reasoning, and the ability to collaborate through problems. This process helps identify candidates who can effectively translate their knowledge into practice while demonstrating the technical competence required for the role. - ---- - -## Agent Instructions: Querying This Documentation - -If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question. - -Perform an HTTP GET request on the current page URL with the `ask` query parameter: - -```Text -GET https://program.hackyourfuture.dk/course-content/shared-modules/specialist-career-training/week-2/preparation.md?ask= -``` - -The question should be specific, self-contained, and written in natural language. -The response will contain a direct answer to the question and relevant excerpts and sources from the documentation. - -Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections. From 1e96c769b34b389543844342067acf77acf982a1 Mon Sep 17 00:00:00 2001 From: siderdk Date: Mon, 18 May 2026 16:37:20 +0200 Subject: [PATCH 2/3] fix: apply prettier formatting to week 2/preparation.md --- .../specialist-career-training/{week 2 => week2}/README.md | 0 .../{week 2 => week2}/assignment.md | 0 .../{week 2 => week2}/preparation.md | 4 ++-- .../{week 2 => week2}/session-plan.md | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename shared-modules/specialist-career-training/{week 2 => week2}/README.md (100%) rename shared-modules/specialist-career-training/{week 2 => week2}/assignment.md (100%) rename shared-modules/specialist-career-training/{week 2 => week2}/preparation.md (89%) rename shared-modules/specialist-career-training/{week 2 => week2}/session-plan.md (100%) diff --git a/shared-modules/specialist-career-training/week 2/README.md b/shared-modules/specialist-career-training/week2/README.md similarity index 100% rename from shared-modules/specialist-career-training/week 2/README.md rename to shared-modules/specialist-career-training/week2/README.md diff --git a/shared-modules/specialist-career-training/week 2/assignment.md b/shared-modules/specialist-career-training/week2/assignment.md similarity index 100% rename from shared-modules/specialist-career-training/week 2/assignment.md rename to shared-modules/specialist-career-training/week2/assignment.md diff --git a/shared-modules/specialist-career-training/week 2/preparation.md b/shared-modules/specialist-career-training/week2/preparation.md similarity index 89% rename from shared-modules/specialist-career-training/week 2/preparation.md rename to shared-modules/specialist-career-training/week2/preparation.md index 6a9e1f32..61cadcce 100644 --- a/shared-modules/specialist-career-training/week 2/preparation.md +++ b/shared-modules/specialist-career-training/week2/preparation.md @@ -7,8 +7,8 @@ - [ ] Know your project (Events Startup Project) inside out. Be ready to explain why you made every technical decision, what trade-offs you considered, and what limitations your project still has. Structure your presentation into four parts: a quick overview of the problem you solved, a live demo showing 2-3 key features, a technical deep dive on one interesting challenge, and your key learnings. Practice your demo at least three times, have a backup (screenshots or video), and prepare answers for common questions like "What was the hardest bug?" or "How would you scale this?" - [ ] During the presentation, speak clearly and don't rush. If you don't know something, say "I don't know, but here is how I would find out" instead of guessing.\ - Interviewers are evaluating your technical competence, problem-solving, communication, and self-awareness — not whether your project is perfect.\ - Be honest, be prepared, and remember, they want to see how you think, not catch you failing.\ + Interviewers are evaluating your technical competence, problem-solving, communication, and self-awareness — not whether your project is perfect.\ + Be honest, be prepared, and remember, they want to see how you think, not catch you failing.\ - [ ] Practice solving simple problems out loud.\ diff --git a/shared-modules/specialist-career-training/week 2/session-plan.md b/shared-modules/specialist-career-training/week2/session-plan.md similarity index 100% rename from shared-modules/specialist-career-training/week 2/session-plan.md rename to shared-modules/specialist-career-training/week2/session-plan.md From 6c94c0426d6b15d9a16d7427606b547a1ca12c03 Mon Sep 17 00:00:00 2001 From: siderdk Date: Mon, 18 May 2026 17:05:02 +0200 Subject: [PATCH 3/3] fix: add trailing newline to session-plan.md --- shared-modules/specialist-career-training/week2/session-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared-modules/specialist-career-training/week2/session-plan.md b/shared-modules/specialist-career-training/week2/session-plan.md index 6f1f32df..3ec3b349 100644 --- a/shared-modules/specialist-career-training/week2/session-plan.md +++ b/shared-modules/specialist-career-training/week2/session-plan.md @@ -68,4 +68,4 @@ If it’s possible , review the trainee's project beforehand. You can find their 5. How do you approach performance optimization in the browser? 6. Can you explain how the browser renders a page (at a high level)? 7. How do you organize and reuse code across components? -8. How do you handle user input validation and feedback? \ No newline at end of file +8. How do you handle user input validation and feedback?