#next.js
- February 14, 2026
Your SaaS works perfectly, until real users show up
SaaSReactNext.js
Your SaaS works great until real humans (and their ad-blockers, auto-translators, and bot friends) prove you wrong. - October 26, 2024
When to use redirect() vs. router.push() in Next.js
Next.js
Explaining the two methods for programmatically redirecting a user in Next.js components, server functions, or route handlers. - January 28, 2023
Sentry integration woes with Next.js/Fly.io
SentryNext.jsFly.io
Integrating Sentry is usually a simple process, but when you need to pass the Sentry authentication token several layers down in your CI pipeline, it gets a bit complicated.