Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions src/content/docs/developer-spotlight/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@ Applications are currently open until Thursday, the 24th of October 2024. To app

## View latest contributions

<LinkTitleCard
title="Generate Dynamic OG Images using Cloudflare Workers"
href="/workers/tutorials/generate-dynamic-og-images-using-workers/"
>
By Mohammed Abdulatef Al-Musaibeli
</LinkTitleCard>

<LinkTitleCard
title="Build a Voice Notes App with auto transcriptions using Workers AI"
href="/workers-ai/tutorials/build-a-voice-notes-app-with-auto-transcription/"
>
By Rajeev R. Sharma
</LinkTitleCard>

<LinkTitleCard
title="Protect payment forms from malicious bots using Turnstile"
href="/turnstile/tutorials/protecting-your-payment-form-from-attackers-bots-using-turnstile/"
>
By Hidetaka Okamoto
</LinkTitleCard>

<LinkTitleCard
title="Build Live Cursors with Next.js, RPC and Durable Objects"
href="/workers/tutorials/live-cursors-with-nextjs-rpc-do/"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Protect payment forms from malicious bots using Turnstile
pcx_content_type: tutorial
updated: 2024-11-11
updated: 2024-12-17
difficulty: Beginner
content_type: 📝 Tutorial
languages:
Expand All @@ -10,6 +10,11 @@ tags:
- Node.js
- Hono
- Stripe
products:
- Turnstile
- Workers
- Workers AI
- Developer Spotlight
spotlight:
author: Hidetaka Okamoto
author_bio_link: https://www.linkedin.com/in/hideokamoto/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
updated: 2024-11-09
updated: 2024-12-18
difficulty: Intermediate
content_type: 📝 Tutorial
pcx_content_type: tutorial
Expand All @@ -9,6 +9,7 @@ products:
- Workers AI
- D1
- R2
- Developer Spotlight
tags:
- AI
- Nuxt
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
updated: 2024-11-23
updated: 2024-12-19
pcx_content_type: tutorial
difficulty: Intermediate
content_type: 📝 Tutorial
title: Generate Dynamic OG Images using Cloudflare Workers
products:
- Workers
- Developer Spotlight
tags:
- OG
languages:
Expand Down
Loading