React JSReact Fundamental: Raw React APIsš§ Learning React from the Ground Up: Understanding Raw React APIs React is the most widely usedā¦Daniel NguyenMay 03, 2025 2 min
React JSReact Fundamental: Hello World in JavaScriptš Hello World in JavaScript ā A Gentle Introduction to DOM Manipulation Learning how to displayā¦Daniel NguyenMay 02, 2025 2 min
React JSReact Fundamental: Introductionš§ Mastering the Fundamentals of React: A Practical Path to Proficiency React is one of the mostā¦Daniel NguyenMay 01, 2025 3 min
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, 2024 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, 2024 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, 2024 2 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, 2024 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, 2024 1 min
Next JSNext.js 7 - Handling Assets (images, fonts, icons) and metadataIn Next.js 15 handling assets (images, fonts, icons) and metadata (SEO, Open Graph, structuredā¦Daniel NguyenAugust 01, 2024 1 min
Next JSNext.js 8 - File Based RoutingNext.js supports file-based routing , meaning that the folder structure inside the pages/ or appā¦Daniel NguyenAugust 01, 2024 2 min