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 тыс
361

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
247 тыс
1 тыс

0:42

How to use a .env file to load environment variables in a dev container

How to use a .env file to load environment variables in a dev container

Visual Studio Code

Loading environment variables using a .env file when working with Remote - Containers or GitHub Codespaces. Check out the ...

play_arrow
871
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 тыс
312

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
836
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
255
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
736
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
37 тыс
684

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
8 тыс
129

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
14
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
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
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
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
22 тыс
437

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
32
1

21:04

Node.js | Section 34 | Environment Variables Setup, Security, and Real-World Examples #nodejs #env

Node.js | Section 34 | Environment Variables Setup, Security, and Real-World Examples #nodejs #env

Tech Stack Learning

nodejs #environmentvariables #dotenv #security #nodejstutorial #fullstackdevelopment #backenddevelopment Learn how to ...

play_arrow
3 тыс
52

9:55

How to handle environmental variables in serverless projects? | Deploying serverless projects | #1

How to handle environmental variables in serverless projects? | Deploying serverless projects | #1

FooBar Serverless

In this video I will share with you the problems and solutions on handling environmental variables in a serverless project.

play_arrow
583
13

23:01

How I Handle Environment Variables | Blue Prism Tutorial

How I Handle Environment Variables | Blue Prism Tutorial

Dave The RPA Guy

In this video, I show a better way to handle environment variables in Blue Prism by putting all the environment variables for a ...

play_arrow
69 тыс
714

8:12

Secrets and Environment Variables in your GitHub Action

Secrets and Environment Variables in your GitHub Action

Dev Leonardo

Need to deploy from a GitHub Action? Or something as simple as sending a Slack message when the pipeline has ended?