Yash Purohityashpurohit.hashnode.dev·Nov 3, 2023How to Use .env Variables & common problems in Your Next.js AppNext.js is a popular React framework that offers a wide range of features, one of which is the ability to use environment variables. These variables are essential for protecting sensitive data and configuring your application based on the environment...Discuss·1 like·32 readsNext.js
Hardik Chotaliyahardikchotaliya.hashnode.dev·Oct 16, 2023🛡️ Setting Up a .env Environment File for WebdriverIO + TypeScript Framework 🔐🔒 Introduction As a responsible developer and tester, one of the fundamental principles is to keep sensitive information, such as usernames, passwords, or API keys, secure and away from prying eyes. This is where the 🔑 .env environment file 🔑 come...Discuss·55 readsWebdriverIO.env
Joannajoannaterm.hashnode.dev·Aug 3, 2023What is .env file in Node.js?When I started learning basics of backend development, I remember coming across something called an .env file where everyone would be putting some top-secret “environment variables” in and I wasn’t sure why. What are these mysterious and intimidating...Chris Winter and 3 others are discussing this4 people are discussing thisDiscuss·9 likes·132 readsEnvironment variables
Rafiul Hasanrafiulhasan.rocks·Jul 28, 20236 Mistakes I make often while handling Environment Variables in NODE JS (using dotenv)Handling environment variables is an essential aspect of modern web development, particularly in Node.js applications. As developers, we strive to create secure, scalable, and maintainable code. However, when it comes to managing environment variable...Discussdotenv
Abhrajit Rayaroy77.hashnode.dev·Apr 23, 2023Get started with .env in your Vite+React AppWhy use .env files? While building our web app, we might need to store sensitive information such as API keys, database passwords, and other variables that are required for the application to run. Now we wouldn't want such information to be hard-code...Discuss·2 likes·2.8K readsEnvironment variables
Yogendra Kumar V Ryogendrakumarvr.hashnode.dev·Apr 15, 2023Multiple Development Environments in React (CRA)Environment Variables in React Environment variables are variables which are present outside the project and embedded into the project during build time. The CRA generates static HTML/CSS/JS bundles, hence it cannot read them at runtime. Note: Envir...Discuss·79 readsEnvironment variables
Dayanahello-dayana.hashnode.dev·Oct 26, 2022Web3 Hackathon 101: How To Not Expose Your Private Key / Mnemonic PhraseWhy You Should Be Careful at Web3 Hackathons This is advice for developers who need to utilize a crypto wallet to deploy, test, and interact with the DApps they build during a hackathon. If you are a developer who is participating in a web3 hackathon...Discuss·128 readsWeb3 Hackathon 101.env