Published onOctober 22, 2024How to protect your API routes in Next.js App Routernext.jsRecently, we saw what happened to [Shipfa.st](https://shipfa.st/) when their API routes weren't properly protected. Let's make sure your Next.js application doesn't suffer the same fate.
Published onMay 24, 2024Next.js Server Actions Are Super Awesomenext.jsServer actions in Next.js might be the coolest update for the Next community. Why did we do most of these things client side before?