Handling environment variables

play_arrow
67 тыс
2 тыс

7:27

We Fixed Environment Variables

We Fixed Environment Variables

Theo - t3․gg

T3 ENV IS LIVE! GITHUB: https://github.com/t3-oss/t3-env SITE: https://env.t3.gg/ HUGE shoutout to Julius for his hard work on this ...

play_arrow
12 тыс
363

12:54

How to get environment variables in C

How to get environment variables in C

CodeVault

Source code can be found here: https://code-vault.net/lesson/ ===== Support us through our store ...

play_arrow
21
0

8:59

Handling environment variables in Python

Handling environment variables in Python

The Journeying Programmer

python #pythontutorial #pythonforbeginners Learn how to how to handle environment variables in Python the right way. We will be ...

play_arrow
12 тыс
316

9:20

Builds with Vite #16 - Environment variables

Builds with Vite #16 - Environment variables

Igor Babko

Let's explore the power of modern frontend bundler Vite. Repository: https://github.com/igorbabko/builds-with-vite Source ...

play_arrow
848
10

4:05

How to Use Environment Variables in Node.js

How to Use Environment Variables in Node.js

Hey Node

With Node's environment variables, we can configure our applications outside of our codebase. Environment variables provide ...

play_arrow
29 тыс
965

4:02

How we got rid of .env

How we got rid of .env

SST

If you're still using .env files it may be a sign you're missing some important concepts in your codebase. We walk through what ...

play_arrow
758
50

32:52

Handling Environment Variables in a Rust Program

Handling Environment Variables in a Rust Program

cudidotdev

Learn how to properly handle environment variables in your Rust applications! This comprehensive tutorial takes you from basic ...

play_arrow
8 тыс
132

8:31

Handle secrets like API keys securely in javascript projects with environment variables

Handle secrets like API keys securely in javascript projects with environment variables

GitGuardian

In this video we look at how to effectively use the dotenv npm package to securely use secrets like API keys by loading them into ...

play_arrow
37 тыс
689

6:36

You DON'T NEED Dotenv to Handle Environment Variables in Node.js Anymore!

You DON'T NEED Dotenv to Handle Environment Variables in Node.js Anymore!

James Q Quick

Node 20.6.0 now has a built-in feature for incorporating environment variables without having to install an external package like ...

play_arrow
263
7

0:58

Two ways I work with JavaScript environment variables

Two ways I work with JavaScript environment variables

Sean C Davis

There are a number of ways to handle environment variables with JavaScript. I usually work with either dotenv or direnv.

play_arrow
7 тыс
85

4:24

n8n Environment Variables: What They Are and How to Use Them

n8n Environment Variables: What They Are and How to Use Them

Leonardo Grigorio | AI Automation

Discover a little-known feature of environment variables that can dramatically simplify your workflows. This video uncovers a ...

play_arrow
16
0

2:06

Handling Environment Variables in TypeScript Applications

Handling Environment Variables in TypeScript Applications

vlogize

Explore how to manage environment variables in TypeScript projects, focusing on Vite, Next.js, and Expo frameworks.

play_arrow
22 тыс
454

5:06

How to Use Python Environment Variables

How to Use Python Environment Variables

Dave Ebbelaar

In this data science quick tip video, I will show you how to keep secrets and configurations out of version control with python ...

play_arrow
101 тыс
5 тыс

2:07

How to NOT Screw Up Firebase Environment Variables

How to NOT Screw Up Firebase Environment Variables

Beyond Fireship

Firebase recently added support for dotenv environment variables and secret manager in the Cloud Functions Node.js runtime.

play_arrow
17
1

1:18

⚙️ Handling Environment Variables in React | Vital Information | React

⚙️ Handling Environment Variables in React | Vital Information | React

Slashdev

Handling environment variables in react is incredibly important so first I want to show you how you do it inside of wheat all you ...

play_arrow
17
0

7:23

Lecture 18: Managing Environment Variables in Django: Securing Sensitive Data

Lecture 18: Managing Environment Variables in Django: Securing Sensitive Data

Across the globe(ATG)

In this tutorial, you will learn how to manage environment variables in Django to securely store sensitive information such as API ...

play_arrow
2 тыс
7

3:16

How to handle secrets in Node.JS (environment variables) - codesnacks

How to handle secrets in Node.JS (environment variables) - codesnacks

Benjamin Mock

In this video, I briefly demonstrate how to handle secrets like an API key in Node.JS You can also read the article here: ...

play_arrow
872
30

6:50

Handling Environment Variables Tutorial - NodeJS For Beginners

Handling Environment Variables Tutorial - NodeJS For Beginners

Mohammed Elzanaty

we are going to be building a Node JS application that will connect to Postgres (SQL) database. The database will be used to ...

play_arrow
12 тыс
198

5:30

What are Environment variables? [10 of 20] | Bash for Beginners

What are Environment variables? [10 of 20] | Bash for Beginners

Microsoft Developer

Welcome to the Bash for Beginners Series where you will learn the basics of Bash scripting. In this video, Josh what environment ...

play_arrow
126
4

10:47

How to handle environment variables in Go (.env file)

How to handle environment variables in Go (.env file)

Dominic St-Pierre

I show how I handle environment variables in Go using simple .env file with Makefile and no 3rd party dependencies. New Go ...