
Using Cloudflare Turnstile for Multiple Requests Without Re-Challenging Users
Cloudflare Turnstile tokens are single-use. Learn how to verify once, mint a short-lived human token, and make multiple protected requests without re-challenging users.

From Zero to Hero
Whether you're jumping into an unfamiliar technology or simply looking for a better way of building your project, these tutorials got you covered! Learn how I'm building my projects and discover techniques I've perfected over the years.

Cloudflare Turnstile tokens are single-use. Learn how to verify once, mint a short-lived human token, and make multiple protected requests without re-challenging users.

Learn how to use cookies with SameSite=Strict when using a Next.js frontend and a separate backend server. This guide will make the use of Next.js rewrites in order to proxy requests from your frontend to your backend.

Combine the strength of Stripe's webhooks with the flexibility of NestJS event emitters to listen for any Stripe event anywhere in your app with minimal effort! Bring the event closer to the appropriate service and reduce the complexity of handlers.