Skip to content

Commit d6c105d

Browse files
Update latest dev spotlight contributions (#19017)
* Update latest dev spotlight contributions * Update protecting-your-payment-form-from-attackers-bots-using-turnstile.mdx
1 parent 9071f66 commit d6c105d

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

src/content/docs/developer-spotlight/index.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@ Applications are currently open until Thursday, the 24th of October 2024. To app
1313

1414
## View latest contributions
1515

16+
<LinkTitleCard
17+
title="Generate Dynamic OG Images using Cloudflare Workers"
18+
href="/workers/tutorials/generate-dynamic-og-images-using-workers/"
19+
>
20+
By Mohammed Abdulatef Al-Musaibeli
21+
</LinkTitleCard>
22+
23+
<LinkTitleCard
24+
title="Build a Voice Notes App with auto transcriptions using Workers AI"
25+
href="/workers-ai/tutorials/build-a-voice-notes-app-with-auto-transcription/"
26+
>
27+
By Rajeev R. Sharma
28+
</LinkTitleCard>
29+
30+
<LinkTitleCard
31+
title="Protect payment forms from malicious bots using Turnstile"
32+
href="/turnstile/tutorials/protecting-your-payment-form-from-attackers-bots-using-turnstile/"
33+
>
34+
By Hidetaka Okamoto
35+
</LinkTitleCard>
36+
1637
<LinkTitleCard
1738
title="Build Live Cursors with Next.js, RPC and Durable Objects"
1839
href="/workers/tutorials/live-cursors-with-nextjs-rpc-do/"

src/content/docs/turnstile/tutorials/protecting-your-payment-form-from-attackers-bots-using-turnstile.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Protect payment forms from malicious bots using Turnstile
33
pcx_content_type: tutorial
4-
updated: 2024-11-11
4+
updated: 2024-12-17
55
difficulty: Beginner
66
content_type: 📝 Tutorial
77
languages:
@@ -10,6 +10,10 @@ tags:
1010
- Node.js
1111
- Hono
1212
- Stripe
13+
products:
14+
- Turnstile
15+
- Workers
16+
- Developer Spotlight
1317
spotlight:
1418
author: Hidetaka Okamoto
1519
author_bio_link: https://www.linkedin.com/in/hideokamoto/

src/content/docs/workers-ai/tutorials/build-a-voice-notes-app-with-auto-transcription.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
updated: 2024-11-09
2+
updated: 2024-12-18
33
difficulty: Intermediate
44
content_type: 📝 Tutorial
55
pcx_content_type: tutorial
@@ -9,6 +9,7 @@ products:
99
- Workers AI
1010
- D1
1111
- R2
12+
- Developer Spotlight
1213
tags:
1314
- AI
1415
- Nuxt

src/content/docs/workers/tutorials/generate-dynamic-og-images-using-workers/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
---
2-
updated: 2024-11-23
2+
updated: 2024-12-19
33
pcx_content_type: tutorial
44
difficulty: Intermediate
55
content_type: 📝 Tutorial
66
title: Generate Dynamic OG Images using Cloudflare Workers
77
products:
88
- Workers
9+
- Developer Spotlight
910
tags:
1011
- OG
1112
languages:

0 commit comments

Comments
 (0)