Skip to content
Topic archive

#nextjs

Filtered to 7 posts connected by the #nextjs topic.

7 posts 56 total topics
Filtered by topic

Browse by topic

Select a different topic from the filter to switch views, or clear to see all posts.

Authentication and Authorization in Next.js Applications with Supabase
Writing Tutorial 6 min read

Authentication and Authorization in Next.js Applications with Supabase

A practical approach to authentication and authorization in Next.js with Supabase, focused on SSR, route protection, and keeping auth logic understandable.

In series: Building a Production Next.js App · Part 7

Development Workflow with Husky for Next.js, ESLint, and Vitest Integration
Writing Tutorial 2 min read

Development Workflow with Husky for Next.js, ESLint, and Vitest Integration

A practical Husky setup for Next.js projects so linting, testing, and pre-push checks become part of the team workflow instead of a last-minute cleanup step.

In series: Building a Production Next.js App · Part 3