featured courses bg

What's New in Node 22?

Exploring Node 22

Working with env Files

ryan

RyanChenkie

Full Stack Instructor

hero grid

Environment files are important for being able to dynamically set runtime variables. These variables are often things like a database connection strings and auth provider parameters. In this lesson, we look at how to use new support for environment files in more recent versions of Node and how we no longer need to rely on packages like dotenv.

What's New in Node 22

Lesson write-up coming soon