Next JSNext.js 6 - Setting Up FontsTo integrate local fonts into your Next.js project using Tailwind CSS 4 and the next/font…Daniel NguyenAugust 06, 2025 1 min
Next JSNext.js 3 - React Client and Server ComponentsOkay, Now that you're familiar with the entire Next.js application structure, let’s get our hands…Daniel NguyenAugust 03, 2025 2 min
Next JSNext.js 2 - How the Web WorksThe web is a vast network of interconnected computers that communicate using standardized protocols…Daniel NguyenAugust 02, 2025 2 min
Next JSNext.js 1 - IntroductionWhat is Next.js? Next.js is a React framework that enables developers to build fast, scalable, and…Daniel NguyenAugust 01, 2025 1 min
Next JSNext.js 1 - Next.js 15: Routing, Error Handling & Loading UINext.js 15 follows the App Router ( app/ directory), introduced in Next.js 13, which provides a…Daniel NguyenAugust 01, 2025 1 min
Next JSNext.js 1 - Data Fetching (CSR, SSR, SSG, ISR, PPR)Next.js provides multiple ways to fetch data, each suited for different use cases. Understanding…Daniel NguyenAugust 01, 2025 1 min