-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[Workers AI] Add tutorial for AI-powered interview practice tool #18049
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Workers AI] Add tutorial for AI-powered interview practice tool #18049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 files reviewed, 3 total issue(s) found.
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| ## Conclusion | ||
|
|
||
| You've successfully built an AI-powered interview practice tool using Cloudflare's Workers AI. Let's review what you've accomplished: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You've successfully built an AI-powered interview practice tool using Cloudflare's Workers AI. Let's review what you've accomplished: | |
| You have successfully built an AI-powered interview practice tool using Cloudflare's Workers AI. In summary, you have: |
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Outdated
Show resolved
Hide resolved
|
Really impressive work. I left small style guide suggestions for your review. Once the technical review has been completed and approved as well we can then merge this PR. |
Co-authored-by: db-cloudflare <[email protected]>
kristianfreeman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a really impressive project! The code looks really solid. Is there a way we could show either a screenshot/screencast or an actual demo URL? Lots of code without any previewing! But from an implementation perspective, this is super cool - +1 from my team
|
Really appreciate the feedback from you! You're absolutely right about the preview - I actually have a repository with the complete project including a simple frontend to interact with the API: https://github.com/berezovyy/ai-interview-practice-tool There's a screencast there showing the tool in action. The frontend is pretty basic but it helps to demonstrate how everything works together preview.mp4 |
src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx
Show resolved
Hide resolved
db-cloudflare
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated with author details
|
Congratulations @berezovyy, the maintainer of this repository has issued you a holobyte! Here it is: https://holopin.io/holobyte/cm3xasld090780cl80p8ord0j This badge can only be claimed by you, so make sure that your GitHub account is linked to your Holopin account. You can manage those preferences here: https://holopin.io/account. |
) * [Workers AI] Add tutorial for AI-powered interview practice tool * [Workers AI] Update content to follow the style guide recommendation * refactor: change pronouns from first to second person * Apply suggestions from code review Co-authored-by: db-cloudflare <[email protected]> * update route configuration with auth middleware * Update src/content/docs/workers-ai/tutorials/build-ai-interview-practice-tool.mdx --------- Co-authored-by: db-cloudflare <[email protected]>
Summary
This is part of the Cloudflare Developer Spotlight program - a tutorial on building an AI-powered Interview Practice Tool with Workers AI.
Documentation checklist