| layout | default |
|---|---|
| title | Wiki Catalog |
| permalink | /wiki/ |
{% assign pages = site.wiki | sort_natural: "title" %}
{%- comment -%} Count public wiki topics for the catalog header {%- endcomment -%} {% assign c_total = 0 %} {% assign c_topic_hub = 0 %} {% assign c_guide = 0 %} {% assign c_comparison = 0 %} {% assign c_roadmap = 0 %} {% assign c_transition = 0 %} {% assign c_howto = 0 %} {%- for item in pages -%} {%- unless item.redirect_to -%} {% assign c_total = c_total | plus: 1 %} {%- if item.tags and item.tags.size > 0 -%} {%- if item.tags contains "guide" -%} {% assign c_guide = c_guide | plus: 1 %} {%- endif -%} {%- if item.tags contains "comparison" -%} {% assign c_comparison = c_comparison | plus: 1 %} {%- endif -%} {%- if item.tags contains "roadmap" -%} {% assign c_roadmap = c_roadmap | plus: 1 %} {%- endif -%} {%- if item.tags contains "transition" -%} {% assign c_transition = c_transition | plus: 1 %} {%- endif -%} {%- if item.tags contains "how-to" -%} {% assign c_howto = c_howto | plus: 1 %} {%- endif -%} {%- else -%} {% assign c_topic_hub = c_topic_hub | plus: 1 %} {%- endif -%} {%- endunless -%} {%- endfor -%}
Browse topic hubs, guides, comparisons, roadmaps, transitions, and how-tos.
{% if c_total > 0 %}
Topic Hubs{{ c_topic_hub }} Guides{{ c_guide }} Comparisons{{ c_comparison }} Roadmaps{{ c_roadmap }} Transitions{{ c_transition }} How-tos{{ c_howto }}Core concepts and roles synthesized from podcast discussions.
Practical pages for choosing tools, framing work, and applying interview patterns.
Side-by-side tradeoffs across roles, platforms, and engineering choices.
Learning paths and role paths for data, ML, MLOps, and AI engineering work.
Career-change paths between backgrounds, data roles, and AI roles.
Procedural pages for building, setting up, and operating data and AI systems.
Showing {{ c_total }} of {{ c_total }} pages
No pages match your filter. Try a different keyword.
<script src="{{ '/assets/wiki-catalog.js' | relative_url }}"></script>{% else %}
Wiki pages are being drafted from the archive analysis.
{% endif %}