-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 2.02 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 2.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
layout: default
---
<div class="page page-index clearfix">
<div class="left">
<section class="directory-home">
<p class="eyebrow">Directory</p>
<h1>Find articles and solutions by problem area.</h1>
<p class="directory-intro">Pick a directory below to jump straight into reusable examples, notes, and implementation patterns.</p>
<div class="directory-list">
<a class="directory-entry" href="{{ site.baseurl }}/programming-snippets/">
<span class="directory-name">Programming Articles</span>
<span class="directory-copy">Python helpers, small utilities, and copy-friendly examples.</span>
</a>
<a class="directory-entry" href="{{ site.baseurl }}/sql-snippets/">
<span class="directory-name">SQL Articles</span>
<span class="directory-copy">Queries for deduping, validation, transformation, and warehouse checks.</span>
</a>
<a class="directory-entry" href="{{ site.baseurl }}/data-engineering-solutions/">
<span class="directory-name">Data Engineering Solutions</span>
<span class="directory-copy">Patterns for pipelines, models, orchestration, and warehouse design.</span>
</a>
<a class="directory-entry" href="{{ site.baseurl }}/ai-and-automation/">
<span class="directory-name">AI and Automation Notes</span>
<span class="directory-copy">Agent workflows, platform notes, and automation ideas worth reusing.</span>
</a>
<a class="directory-entry" href="{{ site.baseurl }}/reference-index/">
<span class="directory-name">Reference Index</span>
<span class="directory-copy">A compact alphabetical index of all concept notes across the site.</span>
</a>
</div>
</section>
</div>
{% include new-articles.html %}
</div>