Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
<meta charset="utf-8">
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>StackDepth — Visual System Design &amp; AI Engineering, from First Principles</title>
<meta name="description" content="StackDepth: free, visual-first engineering lessons across 9 tracks — AI agents, context engineering, system design, distributed systems, storage engines, transactions, streaming &amp; REST APIs. Interactive quizzes, interview questions &amp; cheat sheets.">
<title>StackDepth — Visual Lessons in System Design &amp; AI Engineering</title>
<meta name="description" content="Free, visual lessons on system design, AI agents, distributed systems, REST and more. Each one has a quiz and the senior/staff interview questions you actually get asked.">
<meta name="author" content="dineshbyte">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#5b54e6">
<link rel="canonical" href="https://dineshbyte.github.io/engineering-learning-hub/">
<!-- Open Graph -->
<meta property="og:type" content="website">
<meta property="og:site_name" content="StackDepth">
<meta property="og:title" content="StackDepth — Visual System Design &amp; AI Engineering, from First Principles">
<meta property="og:description" content="9 tracks of visual-first lessons AI agents, context engineering, system design, distributed systems, storage, transactions, streaming &amp; REST. Quizzes, interview questions, cheat sheets.">
<meta property="og:title" content="StackDepth — Visual Lessons in System Design &amp; AI Engineering">
<meta property="og:description" content="Free, visual lessons on system design, AI agents, distributed systems, REST and more. Each one has a quiz and the senior/staff interview questions you actually get asked.">
<meta property="og:url" content="https://dineshbyte.github.io/engineering-learning-hub/">
<meta property="og:image" content="https://dineshbyte.github.io/engineering-learning-hub/assets/og-cover.png">
<meta property="og:image:width" content="1200">
Expand All @@ -28,8 +28,8 @@
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@dineshxbyte">
<meta name="twitter:creator" content="@dineshxbyte">
<meta name="twitter:title" content="StackDepth — Visual System Design &amp; AI Engineering, from First Principles">
<meta name="twitter:description" content="Visual-first lessons across 9 engineering tracks — system design, AI agents, distributed systems &amp; more. Quizzes, interview questions, cheat sheets, EPUBs.">
<meta name="twitter:title" content="StackDepth — Visual Lessons in System Design &amp; AI Engineering">
<meta name="twitter:description" content="Free, visual lessons on system design, AI agents, distributed systems, REST and more. Each one has a quiz and the senior/staff interview questions you actually get asked.">
<meta name="twitter:image" content="https://dineshbyte.github.io/engineering-learning-hub/assets/og-cover.png">
<!-- Structured data -->
<script type="application/ld+json">
Expand Down
Loading