Question Bank
1899 approved questions from the community
Tokens should have an expiration time to limit the window in which a stolen token can be used.
What is the main difference between NestJS and Angular?
Interceptors in NestJS are inspired by the Aspect Oriented Programming (AOP) technique.
Python and Ruby can be used directly within NestJS because it is language agnostic.
Which of the following are best practices for Next.js API routes? (Select all that apply)
Which of the following are common performance optimization techniques in Next.js? (Select all that apply)
Which of the following are benefits of using server actions in Next.js? (Select all that apply)
Which of the following are benefits of React Server Components? (Select all that apply)
Which of the following are key features of Next.js? (Select all that apply)
What is the purpose of the `next export` command?
How do you configure Webpack in Next.js?
What is static optimization in Next.js?
What is the `metadata` export used for in the App Router?
How is Next.js considered a full-stack framework?
When should you choose the Pages Router over the App Router?
How do you handle CORS in Next.js API routes?
What is the purpose of the `notFound()` function in Next.js?
How do you manage cookies in Next.js?
What is AMP in Next.js?
When should you choose the App Router over the Pages Router?