Skip to content

Latest commit

Β 

History

History
81 lines (62 loc) Β· 3.54 KB

File metadata and controls

81 lines (62 loc) Β· 3.54 KB

🎯 Interviewing

πŸ“‡ Index

  1. 🧾 How to read this repo
  2. πŸ—ΊοΈ Diagram
  3. πŸ“ Repository map
  4. πŸ“š Work experience quick index
  5. 🎯 How to use this repo
  6. πŸ”— Related

🧾 How to read this repo

  • Personal interview prep: stories, system-design notes, and your own interpretationsβ€”not vendor documentation or universal truth.
  • Public: written to stay shareable without confidential operational detail.
  • It contains real engineering stories, distilled from past roles, and structured to highlight decision-making, ownership, and impact.
  • Its goal is to reflect thoughtful preparation, clarity of thinking, and professional maturity rather than expose internal details.

πŸ—ΊοΈ Diagram

flowchart TB
  classDef neutralM fill:#cfd8dc,color:#111
  classDef read1 fill:#1976d2,color:#fff
  classDef read2 fill:#64b5f6,color:#111
  classDef readT fill:#bbdefb,color:#111
  classDef ext1 fill:#795548,color:#fff
  root["Interviewing"]
  root --> sd["System design hub"]
  root --> wx["Work experience stories"]
  root --> cv["RΓ©sumΓ© / PDF"]
  root --> ci["GitHub Actions"]
  sd --> concepts["Concepts topics"]
  sd --> arch["Architecture reference"]
  wx --> stories["YYYY-role.md files"]
  class root neutralM
  class sd,wx read1
  class cv read2
  class ci ext1
  class concepts,arch,stories readT
Loading

πŸ“ Repository map

Path Contents
system-design/work-experience/ One YYYY-<slug>.md per role; full index by year
resume/ Folder index β€” LaTeX rΓ©sumΓ© (resume.tex) and Pages build
system-design/ Folder index; work-experience; concepts; architecture
.github/workflows/resume.yml GitHub Actions: compile resume/resume.tex to PDF on push to main; deploy to GitHub Pages

πŸ“š Work experience quick index

Chronological files under system-design/work-experience/:

  1. 2017 β€” Algar Telecom
  2. 2019 β€” Beyond HFT
  3. 2021 β€” Amazon FBA (Brazil)
  4. 2022 β€” Orkes Conductor
  5. 2024 β€” AWS Game-Based Learning
  6. 2025 β€” AWS Amazon Connect

For behavioral story deep links, use system-design/work-experience/README.md.

🎯 How to use this repo

πŸ“ Before an interview

  • Skim system-design/work-experience/README.md to refresh key experiences.
  • Use stories as anchors, not scripts.
  • Adapt details based on the question being asked rather than reciting memorized answers.

πŸ“ After interviews

  • Refine stories with feedback and reflections.
  • Clarify weak points or add missing context revealed by interview questions.

πŸ”— Related