You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A coding agent writes a file, reads it back, and verifies itself — zero dependencies, no API key. Then open [`agent.mjs`](reference/06-coding-agent/agent.mjs): the entire loop fits on one page.
24
+
A coding agent writes a file, reads it back, and verifies itself — zero dependencies, no API key, Node 18+. Then open [`agent.mjs`](reference/06-coding-agent/agent.mjs): the entire loop fits on one page.
26
25
27
26
## Why this exists
28
27
@@ -38,6 +37,12 @@ There are already excellent **from-scratch courses** — one author, one linear
38
37
-**A living map, not a frozen curriculum.** The field moves monthly. A 500-lesson course ossifies; an index swaps one link and stays current. Quality is gatekept like a real `awesome` list.
39
38
-**Own reference implementations where the gaps are.** For the components with no good from-scratch resource, this repo ships its own minimal code — the part you can't get by linking to someone else's course.
40
39
40
+
## Who curates this
41
+
42
+
I'm [Seydi](https://github.com/TheSeydiCharyyev) — an OSS contributor with merged PRs in [Storybook](https://github.com/storybookjs/storybook) (org member), [goose](https://github.com/block/goose), and [Supabase](https://github.com/supabase/supabase-js). §7 grew out of building [quotaburn](https://github.com/TheSeydiCharyyev/quotaburn), a token-cost CLI on npm.
43
+
44
+
Method: every link is fetched and read, and every reference demo is run, before it enters the index — CI re-verifies both (badges above).
0 commit comments