Skip to content

docs: Add Phase 5 (Specialized Skills) and recipes for gRPC, SSR, and AI#123

Merged
Tuntii merged 2 commits intomainfrom
docs/specialized-skills-update-9114956679939804033
Feb 14, 2026
Merged

docs: Add Phase 5 (Specialized Skills) and recipes for gRPC, SSR, and AI#123
Tuntii merged 2 commits intomainfrom
docs/specialized-skills-update-9114956679939804033

Conversation

@Tuntii
Copy link
Owner

@Tuntii Tuntii commented Feb 14, 2026

Added comprehensive documentation for specialized integration patterns including gRPC (rustapi-grpc), Server-Side Rendering (rustapi-view), and AI Integration (rustapi-toon). Updated the Learning Path with a new Phase 5 and Capstone project.


PR created automatically by Jules for task 9114956679939804033 started by @Tuntii

- Added `docs/cookbook/src/recipes/grpc_integration.md`
- Added `docs/cookbook/src/recipes/server_side_rendering.md`
- Added `docs/cookbook/src/recipes/ai_integration.md`
- Updated `docs/cookbook/src/SUMMARY.md`
- Updated `docs/cookbook/src/learning/curriculum.md` with Phase 5
- Updated `docs/.agent/docs_coverage.md` and `docs/.agent/run_report_2025-02-24.md`
@google-labs-jules
Copy link
Contributor

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Added `docs/cookbook/src/recipes/grpc_integration.md`
- Added `docs/cookbook/src/recipes/server_side_rendering.md`
- Added `docs/cookbook/src/recipes/ai_integration.md`
- Fixed API usage in `docs/cookbook/src/recipes/websockets.md`
- Updated `docs/cookbook/src/SUMMARY.md`
- Updated `docs/cookbook/src/learning/curriculum.md` with Phase 5
- Updated `docs/.agent/docs_coverage.md` and `docs/.agent/run_report_2025-02-24.md`
Copy link
Owner Author

@Tuntii Tuntii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment on lines 106 to 110
// and the "templates" directory exists.
let app = RustApi::new().route("/", get(index));

println!("Listening on http://localhost:3000");
RustApi::serve("0.0.0.0:3000", app).await.unwrap();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RustApi::new()
.route("/", get(hello))
.run("0.0.0.0:3000") // Adres olarak "0.0.0.0:3000" kullanılıyor
.await
.unwrap();

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed. Replaced RustApi::serve with app.run.

@Tuntii Tuntii merged commit dd502c2 into main Feb 14, 2026
7 checks passed
github-actions bot pushed a commit that referenced this pull request Feb 14, 2026
…ialized-skills-update-9114956679939804033

docs: Add Phase 5 (Specialized Skills) and recipes for gRPC, SSR, and AI dd502c2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments