yigityalim
projectshandbookslabshireshare
xgithub
siteprojectshandbookslabschangelog
aboutusesnowhireshare
elsewherexgithublinkedinemail
metarssllms.txtsitemap
© 2026 Yiğit Yalım. All rights reserved.
/

Changelog

Notable changes to this site and the projects shipped here.

  1. Apr 13, 2026content

    Handbooks section

    Added a dedicated handbooks section with three deep technical guides — Turborepo monorepo architecture, Next.js App Router production patterns, and Supabase production setup.

    The portfolio now has a proper home for long-form technical writing. Three handbooks went live:

    • Turborepo monorepo architecture — caching, task pipelines, and remote cache setup.
    • Next.js App Router — server components, streaming, and ISR patterns I actually use.
    • Supabase production guide — RLS, migrations, and ops checklists.

    Cryptography handbook from earlier was moved into the same section so everything is in one place.

  2. Mar 22, 2026feature

    AI assistant index

    Added /llms.txt and /llms-full.txt so language models can navigate the site programmatically without scraping HTML.

    LLMs increasingly read sites to answer questions, but parsing HTML wastes their context. The site now exposes two text indexes:

    • /llms.txt — terse map of pages, projects and handbooks with one-line descriptions.
    • /llms-full.txt — same index plus full body content of every public page.

    Generated at request-time from Contentlayer, no manual maintenance.

  3. Feb 8, 2026feature

    Site relaunch

    Full rewrite on Next.js 16, brutalist mono-spaced design, dark mode, command palette, keyboard shortcuts, and bilingual content (EN/TR).

    Rebuilt the portfolio from the ground up:

    • Next.js 16 with React Server Components and the new cache APIs.
    • Brutalist design language — JetBrains Mono everywhere, deliberately compact layout.
    • Dark mode that actually respects system preference.
    • cmd+k command palette and single-key navigation (h, p, i, s, …).
    • Full English/Turkish parity via next-intl, including localized OG images.