Portfolio and writing archive for Kshitij Dani, a software engineer and AI systems researcher based in Seattle.
- Selected engineering and research case studies
- Professional experience, education, and recognition
- A text-first résumé and downloadable PDF
- The original 2020 blog, migrated without rewriting its voice
- Semantic metadata, structured profile data, RSS, sitemap, and machine-readable profile endpoints
npm install
npm run devThe production build is generated with:
npm run buildsrc/content/work/— case studiessrc/content/writing/— published writing and retained draftssrc/data/profile.ts— experience, education, awards, and profile factspublic/archive/legacy-blog/— verbatim copies of the original Jekyll posts
The site deploys to GitHub Pages through .github/workflows/deploy.yml.