Hello, I'm Farzan Kalantari
Movie Nest is a web application that allows users to Browse trending & newly released movies Search for movies by title View detailed movie information, including posters and trailers Watch official trailers directly from YouTube
This is a simple authentication app built with Next.js and NextAuth.js, allowing users to sign up and log in using Google, GitHub, or email/password authentication. The app uses MongoDB to store user credentials.
A recipe management app to browse and save favorite recipes.
This paper surveys Next.js rendering strategies—CSR, SSR, SSG, ISR, React Server Components (RSC), and Partial Pre-Rendering/Dynamic Parallel Rendering (PPR/DPR). We define each mode, discuss trade-offs (performance, SEO, complexity), show minimal code, and provide practical selection guidance. (Primary sources: Next.js Docs.)