Skip to content

Add word-ready interview prep guide and link from README#12

Draft
Copilot wants to merge 7 commits intomainfrom
copilot/interview-prep-guide
Draft

Add word-ready interview prep guide and link from README#12
Copilot wants to merge 7 commits intomainfrom
copilot/interview-prep-guide

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 25, 2026

Interview prep materials needed a recruiter-facing, Word-friendly guide covering what each file does, why design choices were made, and how to talk about them.

  • Docs: Added docs/INTERVIEW_PREP_GUIDE.md with per-file what/why/talk tracks, engineering decisions, CS concepts, metrics, and behavioral hooks for interviews.
  • README: Linked the new guide in the documentation list for discoverability.

Example excerpt:

- `Dockerfile`
  - *What*: Two-stage build; compiles/tests in `gcc:11-bullseye`, ships minimal `debian:bullseye-slim` as non-root.
  - *Why*: Toolchain parity, small runtime surface, least privilege.
  - *How to talk about it*: “Tests are baked into the build; runtime drops privileges.”

Copilot AI and others added 6 commits March 25, 2026 17:57
Copilot AI requested a review from odeliyach March 25, 2026 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants