wonder
663e04ab24
fix: wrap Items in v-clicks for consistent animation in harness and ratelimit-lua slides
Deploy Slides / build-and-deploy (push) Successful in 1m26s
2026-05-30 23:01:46 +08:00
wonder
f0245e926d
feat: add 3 creative slides — tech decisions, request tracing, lessons learned
...
Deploy Slides / build-and-deploy (push) Successful in 1m13s
- why-not-x.md: Engineering decision rationale (Go vs Python, SQLite vs PG, etc.)
- request-journey.md: Full HTTP-to-pixel request tracing with timing breakdown
- lessons.md: 4 real engineering pitfalls and how they were solved
- Wire all 3 new pages into slides.md in logical positions
2026-05-30 22:46:23 +08:00
wonder
67ee76e58d
feat: expand gen2D deck with deep technical slides and interactive elements
...
Deploy Slides / build-and-deploy (push) Successful in 1m8s
- Add 5 new slide pages: eino-deep-dive, ratelimit-overview, ratelimit-lua, async-deep-dive, harness
- Add 4 new drawio SVGs: pipeline-detail, ratelimit, async-task, harness
- Update all existing slides with v-clicks progressive reveal
- Add presenter notes and interactive prompts
- Expand slides.md to register all new pages (16 → 25+ slides)
- Fix text overflow by trimming content per Item block
- Add Eino Graph deep dive: WithGenLocalState, Pre/Post Handler, branch routing
- Add rate limiting section: algorithm comparison, Lua script, Gin middleware
- Add async task deep dive: TaskQueue FIFO, context progress injection
- Add consistency section: style/pipeline/data/deployment 4-layer guarantees
2026-05-30 22:42:23 +08:00
wonder
659c22707b
fix: use relative paths for SVG imports to pass Vite fs.allow during build
...
Deploy Slides / build-and-deploy (push) Successful in 1m15s
Slidev converts <img src> to ES imports during build. Absolute paths like
/pipeline.svg resolve to the filesystem root, failing the slidev:slide-import-guard
plugin. Changed to relative ../public/ paths so imports resolve within the project.
2026-05-30 22:20:18 +08:00
wonder
6014a576ff
feat: replace all mermaid diagrams with drawio-style SVGs in gen2D deck
Deploy Slides / build-and-deploy (push) Failing after 59s
2026-05-30 22:14:23 +08:00
wonder
1a297e57a9
feat: replace ASCII architecture diagram with drawio SVG in gen2D deck
2026-05-30 22:10:23 +08:00
wonder
19075592e5
fix: trim gen2D slide content to prevent overflow beyond header/footer
...
Deploy Slides / build-and-deploy (push) Successful in 1m16s
- Reduce Item count per slide: pipeline 4→3, solution 4→2, highlights 6→4
- Remove tech-stack architecture layering Item (moved to tech-stack grid)
- Simplify eino-graph: shorter Go code, 3 Items→2
- Simplify prompt-agent: smaller mermaid, shorter Item text
- Simplify async-task: merge 3 Items→2, remove footer
- Simplify data-model: merge 4 grid items→2
- Simplify architecture: reduce ASCII diagram from 38 to 20 lines
- Simplify dedup-ws: remove JSON code block, shorter Items
- Simplify deployment: smaller mermaid, shorter Items
- Simplify problem: shorter Item text, remove bullet lists
- Simplify style-system: fix typo, shorter Item text
2026-05-30 14:43:23 +08:00
wonder
d479504f12
feat: restructure gen2D deck with enriched content and frankfurt theme components
...
Deploy Slides / build-and-deploy (push) Successful in 1m32s
- Restructure from 12 slides to 21 slides with proper section navigation
- Split into pages/ for modular maintenance (15 page files)
- Use frankfurt theme: cover layout, Item component, section frontmatter
- Remove all two-cols layouts to avoid rendering issues
- Add rich content from tmp/ docs: Eino pipeline, prompt agent, async tasks, data model, deployment
- Use Item component for structured content blocks
- Add mermaid ER diagram for data model
- Add Go code block for pipeline type definitions
2026-05-30 14:22:50 +08:00
wonder
3b343da212
feat: add section markers and infoLine to resume deck
...
Deploy Slides / build-and-deploy (push) Successful in 1m35s
Add Frankfurt theme section frontmatter to each resume section for
top navigation progress bar. Remove redundant layout:section divider
pages for a more compact structure. Enable infoLine for footer display.
2026-05-30 11:27:56 +08:00
wonder
f86a1d7608
fix: apply frankfurt theme conventions to gen2D slides
Deploy Slides / build-and-deploy (push) Successful in 1m6s
2026-05-30 11:25:13 +08:00
wonder
dea26b0d89
feat: add gen2D slide deck and register in index
2026-05-30 11:11:50 +08:00
wonder
83c54ba953
docs: update resume deck with go-redis and goroutine pool
...
Deploy Slides / build-and-deploy (push) Successful in 1m27s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-29 11:45:04 +08:00
wonder
de4eb49caa
chore: remove all decks except resume
...
Deploy Slides / build-and-deploy (push) Successful in 1m54s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 20:34:19 +08:00
wonder
f78f81bd02
style: remove click animations from resume content slides
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 20:33:26 +08:00
wonder
7df3fb6811
docs: update resume deck with latest content
...
Deploy Slides / build-and-deploy (push) Successful in 2m23s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 20:28:07 +08:00
wonder
cab1397b90
style: remove click animation from TOC slide
...
Deploy Slides / build-and-deploy (push) Successful in 1m36s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 12:33:29 +08:00
wonder
1c3b0f29bc
style: remove click animations from resume content slides
...
Deploy Slides / build-and-deploy (push) Successful in 2m36s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 12:29:20 +08:00
wonder
d9cd6124ab
feat: add resume slide deck for He Zhaohui
...
Deploy Slides / build-and-deploy (push) Successful in 1m39s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-28 12:24:13 +08:00
wonder
c9c646ed9f
fix: replace unavailable carbon icon in tom-and-jerry deck
...
Deploy Slides / build-and-deploy (push) Successful in 2m46s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 22:29:48 +08:00
wonder
a7d57e9fee
feat: add Tom and Jerry movie slide deck
...
Deploy Slides / build-and-deploy (push) Failing after 2m35s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 22:24:49 +08:00
wonder
ca506b624a
fix: add author to stardew-valley deck frontmatter
...
Deploy Slides / build-and-deploy (push) Successful in 1m34s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 19:01:56 +08:00
wonder
6801510c54
feat: switch stardew-valley deck to frankfurt theme
...
Deploy Slides / build-and-deploy (push) Successful in 1m29s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 18:37:38 +08:00
wonder
69fbfa8a54
feat: add Stardew Valley complete guide slide deck
...
Deploy Slides / build-and-deploy (push) Successful in 1m41s
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 18:22:06 +08:00
wonder
a2bdfcafc5
feat: add showcase deck and enhance demo slides
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 11:43:19 +08:00
wonder
59c0ef7f3b
feat: restructure project for multi-deck support
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-27 11:41:04 +08:00