Skip to content

Interactive study guide for LLM interview questions with 50 Q&As, extended context, progress tracking, and study resources. Based on Hao Hoang's comprehensive PDF guide.

Notifications You must be signed in to change notification settings

shanselman/LLMStudyGuide

Repository files navigation

LLM Interview Questions Browser

A static website for browsing markdown files containing LLM interview questions and answers, originally compiled by Hao Hoang.

Setup

  1. Place your numbered markdown files in the content/ directory
  2. Run the manifest generator to create the file list:
    node generate-manifest.js
  3. Open index.html in your browser or serve it with a local server

Using a Local Server

For best results, serve the files with a local HTTP server:

# Python 3
python -m http.server 8000

# Node.js (if you have http-server installed)
npx http-server

# PHP
php -S localhost:8000

Then open http://localhost:8000 in your browser.

Features

  • Clean left-rail navigation
  • Markdown rendering with syntax highlighting
  • Responsive design
  • Proper attribution to original content creator
  • Auto-discovery of markdown files

Credits

  • Original PDF Content: Hao Hoang
  • Website Implementation: Scott Hanselman

About

Interactive study guide for LLM interview questions with 50 Q&As, extended context, progress tracking, and study resources. Based on Hao Hoang's comprehensive PDF guide.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •