Featured image of post Stripe webhooks with NextJS

Stripe webhooks with NextJS

Concise tutorial on setting up webhook handlers in a NextJS application for getting and consuming Stripe events.

Featured image of post NextJS api validators

NextJS api validators

Learn how to build secure and robust APIs with Next API Validator in this tutorial. Discover how to leverage TypeScript's type checking capabilities to validate and sanitize incoming API requests, prevent common security vulnerabilities, and ensure data integrity.