ES modules

3 videos across 2 channels

Native ES modules are the modern way to structure JavaScript in Node.js, replacing CommonJS with import/export syntax and features like top-level await. Tutorials emphasize enabling it via package.json settings, using file extensions and relative paths, and understanding interop with built-ins (fs, path) and frameworks (like Express) in server apps. The guidance also covers practical trade-offs, tooling, and how ES modules align with front-end workflows and newer deployment environments.

Node.js Crash Course thumbnail

Node.js Crash Course

A concise walkthrough of Node.js fundamentals, starting with what Node.js is and how its non-blocking, event-driven arch

02:06:35
Express Crash Course thumbnail

Express Crash Course

This video is an updated Express.js crash course that introduces Express as a minimal, unopinionated Node.js framework f

01:46:10
Cloudflare just slop forked Next.js… thumbnail

Cloudflare just slop forked Next.js…

The video analyzes Cloudflare's V-Next experiment to reimplement Next.js on Vit, compares it with Versell, and discusses

00:05:17