Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Mastering NextJS with Interview Questions and E-commerce Project
Mastering NextJS with Interview Questions and E-commerce Project

Mastering NextJS with Interview Questions and E-commerce Project: Master NextJS by Building Scalable Apps with Routing, Databases, and Performance

Arrow left icon
Profile Icon INIT Tech Labs
Arrow right icon
€81.99
Video Feb 2025 13hrs 42mins 1st Edition
Video
€81.99
Subscription
Free Trial
Renews at €18.99p/m
Arrow left icon
Profile Icon INIT Tech Labs
Arrow right icon
€81.99
Video Feb 2025 13hrs 42mins 1st Edition
Video
€81.99
Subscription
Free Trial
Renews at €18.99p/m
Video
€81.99
Subscription
Free Trial
Renews at €18.99p/m

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Key benefits

  • Comprehensive training covering NextJS fundamentals authentication and full-stack development
  • Real-world project building an e-commerce platform with databases caching and payment integration
  • Hands-on interview preparation with Q&A coding challenges and best practices for job readiness

Description

Begin your NextJS journey by understanding its core concepts, differences from ReactJS, and project setup. Learn App Router and Pages Router, enabling seamless navigation, and explore dynamic routing, API handling, global layouts, and optimized rendering. You'll also cover image optimization, CSS modules, and caching techniques, ensuring high-performance applications. As you progress, dive into database integration with SQLite and Prisma ORM to manage data efficiently. Implement authentication using JWT, cookies, and secure middleware while building a fully functional e-commerce platform. Develop product listings, shopping carts, and payment systems with Stripe, applying real-world best practices. Advanced topics like asynchronous server components, route revalidation, and caching strategies will refine your skills further. Finally, master CI/CD pipelines, MySQL migration, and deploying applications on Vercel. You'll gain hands-on experience with GitHub integration, automated deployments, and database migrations. The course includes interview-focused Q&A to prepare you for NextJS roles, ensuring you complete this journey with the ability to develop, optimize, and deploy scalable NextJS applications with confidence.

Who is this book for?

This course is perfect for React developers transitioning to NextJS, junior to mid-level engineers looking to master full-stack development, and experienced developers enhancing their skills in caching, authentication, and deployment. It’s also ideal for those preparing for NextJS interviews, offering hands-on projects and structured Q&A. A basic understanding of JavaScript and ReactJS is recommended to get the most out of this course.

What you will learn

  • Build scalable applications with NextJS App Router and Pages Router
  • Implement secure authentication using JWT cookies and middleware
  • Develop a shopping cart with product filtering and checkout system
  • Optimize performance with caching server-side rendering and APIs
  • Integrate databases using SQLite Prisma ORM and API development
  • Deploy applications with CI/CD MySQL migration and Vercel hosting

Product Details

Country selected
Publication date, Length, Edition, Language, ISBN-13
Publication date : Feb 05, 2025
Length: 13hrs 42mins
Edition : 1st
Language : English
ISBN-13 : 9781837027057
Languages :
Tools :

What do you get with a video?

Product feature icon Download this video in MP4 format
Product feature icon Access this title in our online reader with advanced features
Product feature icon DRM FREE - Read whenever, wherever and however you want
OR
Modal Close icon
Payment Processing...
tick Completed

Billing Address

Product Details

Publication date : Feb 05, 2025
Length: 13hrs 42mins
Edition : 1st
Language : English
ISBN-13 : 9781837027057
Languages :
Tools :

Packt Subscriptions

See our plans and pricing
Modal Close icon
€18.99 billed monthly
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Simple pricing, no contract
€189.99 billed annually
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts
€264.99 billed in 18 months
Feature tick icon Unlimited access to Packt's library of 7,000+ practical books and videos
Feature tick icon Constantly refreshed with 50+ new titles a month
Feature tick icon Exclusive Early access to books as they're written
Feature tick icon Solve problems while you work with advanced search and reference features
Feature tick icon Offline reading on the mobile app
Feature tick icon Choose a DRM-free eBook or Video every month to keep
Feature tick icon PLUS own as many other DRM-free eBooks or Videos as you like for just €5 each
Feature tick icon Exclusive print discounts

Table of Contents

13 Chapters
Introduction Chevron down icon Chevron up icon
NextJS Basics with App Router Chevron down icon Chevron up icon
SQLite Basics Chevron down icon Chevron up icon
NextJS with SQLite Chevron down icon Chevron up icon
Caching in NextJS Chevron down icon Chevron up icon
Pages Router Chevron down icon Chevron up icon
Prisma with SQLite Chevron down icon Chevron up icon
MyStore - Admin Section Chevron down icon Chevron up icon
Introduction
Project Creation
Creating Sidebar Component
Working on Sidebar
Combining Utility Classes with @apply
RQ - @layer & @apply - Combining Utility Classes
Styling the Sidebar
Adding Icons to the Sidebar
Creating 'Users' Page
Creating 'Add Users' Form
Implementing Component-Based Architecture
Creating Button & Input Components
Refactoring Code Structure
Database Creation
Adding Users with Server Action
Implementing Hashing
RQ - Implementing Hashing
Validating User Creation
Rendering Users in the Table
Creating Edit User Page
Dynamic Default Values for Edit
Updating User Data
Deleting User
Creating Delete Confirmation Popup
Enabling Confirmation Popup
Deleting User by Confirmation Popup
Creating Product Type Page
Creating Add Product Type Page
Adding Product Types and Products Models into the Schema
RQ - Adding Models in the Schema - Product Type & Product
Adding Product Type using Server Action
Rendering Product Types into the Table
Creating Edit Product Type Page
Dynamic Default Values for Product Type
Updating Product Type with Server Action
Deleting Product Type with Server Action
Creating Products Page
Creating Products Interface for Listing
Creating Add Product Page
Completing Add Products Form
Creating Switch Component
Creating File Input Component
Rendering Dynamic Product Types Data in Add Product Page
Creating Server Action for Adding Products
Implementing Image Storage Functionality
Completing Add Product Functionality
Rendering Dynamic Data in Products Table
Creating Edit Product Page
Dynamic Default Values for Product
Render Default Values in Switch and File Input
Updating Product with Server Action
RQ - Updating Product with Server Action
Deleting Product with Server Action
MyStore - Client Section Chevron down icon Chevron up icon
MyStore - Authentication Chevron down icon Chevron up icon
MyStore - Payment Gateway & Sales Chevron down icon Chevron up icon
MyStore - Reports and Analysis (Charts) Chevron down icon Chevron up icon
MyStore - Deployment Chevron down icon Chevron up icon
Get free access to Packt library with over 7500+ books and video courses for 7 days!
Start Free Trial

FAQs

How can I download a video package for offline viewing? Chevron down icon Chevron up icon
  1. Login to your account at Packtpub.com.
  2. Click on "My Account" and then click on the "My Videos" tab to access your videos.
  3. Click on the "Download Now" link to start your video download.
How can I extract my video file? Chevron down icon Chevron up icon

All modern operating systems ship with ZIP file extraction built in. If you'd prefer to use a dedicated compression application, we've tested WinRAR / 7-Zip for Windows, Zipeg / iZip / UnRarX for Mac and 7-Zip / PeaZip for Linux. These applications support all extension files.

How can I get help and support around my video package? Chevron down icon Chevron up icon

If your video course doesn't give you what you were expecting, either because of functionality problems or because the content isn't up to scratch, please mail customercare@packt.com with details of the problem. In addition, so that we can best provide the support you need, please include the following information for our support team.

  1. Video
  2. Format watched (HTML, MP4, streaming)
  3. Chapter or section that issue relates to (if relevant)
  4. System being played on
  5. Browser used (if relevant)
  6. Details of support
Why can’t I download my video package? Chevron down icon Chevron up icon

In the even that you are having issues downloading your video package then please follow these instructions:

  1. Disable all your browser plugins and extensions: Some security and download manager extensions can cause issues during the download.
  2. Download the video course using a different browser: We've tested downloads operate correctly in current versions of Chrome, Firefox, Internet Explorer, and Safari.