Next.js Tutorial

How to protect your Next.js Routes with reCAPTCHA

Protecting the public endpoints of your web app, is one of the most important tasks you could do. Even if you don’t expect much traffic on your websites, malicious attempts can always happen. It happened to me when I launched a waitlist website, I didn’t expect many eyes to v...

 · 

5 min read

Cover image for How to protect your Next.js Routes with reCAPTCHA
Cover image for How to track errors with Sentry and Next.js

How to track errors with Sentry and Next.js

Sentry is one of the most popular error-tracking platforms for software products. It tracks the errors that occur in your software, show...

 · 

3 min read