Sunggun Yublog.meowhq.dev·Nov 24, 2023Introduction to ENVPhttps://github.com/sunggun-yu/envp ENVP is a shell wrapper command-line tool for macOS and Linux that enables you to run commands or shells with specific environment variable configurations based on profiles. It also allows you to run scripts to set ...Discuss·78 readsDevOps Life easier with ENVPenvironment variable automation
CHANDRESH PATLEchandreshpatle.hashnode.dev·Nov 17, 2023Day 5: Environment Variables and Command Line Arguments in Python for DevOpsWelcome back to our Python for DevOps series! Today, we'll explore the critical topics of handling environment variables and command-line arguments. These skills are essential for configuring and customizing DevOps automation tasks efficiently. 🔶 En...Discuss Python-for-DevOpsPython
Bello Oluwatomisintbello.hashnode.dev·Nov 12, 2023Uncaught ReferenceError: process is not definedThe ` Uncaught ReferenceError: process is not defined` occurs when trying to access the process variable in an environment where it is not defined. This happens in a Vite/React project when trying to access an environment variable in the .env file si...DiscussEnvironment variables
Zeeshan Mukhtarzeeshanmukhtar1.hashnode.dev·Nov 7, 2023How to Setup React Native App in Windows with Android Studio and VScode.This step-by-step guide will walk you through the process of setting up a development environment for React Native on a Windows system. By the end of this guide, you will have everything you need to start building cross-platform mobile applications u...Discuss·97 readsReact Native
Developer Kwameblog.developerkwame.com·Oct 28, 2023Webby's .env file: What is a .env file in Modern Web DevelopmentIntroduction In modern web development, managing configuration settings for applications is crucial, and the use of .env files has become a standard practice. In this article, I want us to explore what a .env file is, why it is important in the conte...Discusswebby
Kevinkevindev.hashnode.dev·Oct 16, 2023Serverless framework environment variablesIn the technology world, it is increasingly common to use serverless architectures to build scalable and flexible applications. One of the key features of these architectures is the use of environment variables. In this article, we will explore what ...DiscussAWS
Sourav Kumarsouravk.hashnode.dev·Oct 6, 2023Kubernetes SecretsWelcome to our latest blog post, where we delve into the world of Kubernetes Secrets. Whether you're new to Kubernetes or a seasoned pro, this guide will equip you with why we need secrets. Let's get started! What is a K8s secret? A secret as the nam...Discuss·1 like·115 readssecrets
Aditya Bhawarcoderab.hashnode.dev·Sep 29, 2023Set Up EnvironmentSetting Up Your Local Environment Preparing your environment for C++ programming involves two essential components: Text Editor A reliable text editor is indispensable for coding. Choose one that suits your preferences and platform. Some popular opt...DiscussC++ TutorialsEnvironment variables
John Calebjohncaleb.hashnode.dev·Sep 13, 2023Understanding the .env file: A Beginner's Guide to Configuration Management.In the ever-growing world of software development, software deployment, and open source, the concepts of configuration management and data encryption remain an important part of the smooth execution of applications in various environments. One of the...Discuss·3 likes·89 readsJavaScript
Noor Ahmednoor-ahmed.hashnode.dev·Sep 9, 2023Hide .env and config.js file in render.comTable of Contents: Problem Statement How to ignore .env or config.js file in GitHub .env config.js Hide .env file in render.com Hide config.js file in render.com Problem Statement Let's say you want to deploy your backend using render.com and...Discuss·60 readsEnvironment variables