Marcia Crippsmarciac95.hashnode.net·Mar 18, 2023Conda Hacks: How to Set Environment Variables and Escape Special Characters like a ProAre you struggling to set environment variables in Conda with special characters like "!" or "^"? Don't worry, you're not alone. As a developer, you may encounter this issue frequently, but there's an easy solution. First, let's understand the proble...Discuss·43 likes·71 readsPython
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Mar 25, 2023Environment variables in LinuxLinux is an open-source operating system widely used in various applications, from mobile devices to servers. One of the essential features of Linux is environment variables. In this article, we will discuss environment variables in Linux, their usag...Discuss·11 likes·29 readsWeMakeDevs
Ayomide Ayanwolathecodeway.hashnode.net·Apr 14, 2023Create and Manage Cryptographically Strong Tokens with Python for Better Web Application SecuritySecret key management is a crucial aspect of a software engineer's daily routine. In this article, you will explore how to create and manage cryptographically secure keys in Python using the popular Pypi cryptography module. You will also learn the i...Discuss·11 likesPython
Abhrajit Rayaroy77.hashnode.net·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...DiscussEnvironment variables
Praveenpraveeennair.hashnode.net·Apr 16, 2023Secure Your Project's Sensitive Information with Django-environ and .env FilesIt's crucial to uphold appropriate security practices in every software development project, including the protection of sensitive data like API keys, database credentials, and other configuration settings. Using a .env file is one of the most popula...Discuss·29 readsPython
Ayomide Ayanwolathecodeway.hashnode.net·Apr 14, 2023Create and Manage Cryptographically Strong Tokens with Python for Better Web Application SecuritySecret key management is a crucial aspect of a software engineer's daily routine. In this article, you will explore how to create and manage cryptographically secure keys in Python using the popular Pypi cryptography module. You will also learn the i...Discuss·11 likesPython
Michaelmichaelbrown.hashnode.net·Apr 13, 2023how to set up environment variable for Netlify site.So you have an important website you want to deploy for the first time and you need to get all your Environment variables to Netlify's CDN which is the hosting service you are using so all your builds can work. To achieve this, we can use one of the ...DiscussEnvironment variables
Satish Sutarsatishsutar-cloud-and-devops.hashnode.net·Mar 25, 2023Environment variables in LinuxLinux is an open-source operating system widely used in various applications, from mobile devices to servers. One of the essential features of Linux is environment variables. In this article, we will discuss environment variables in Linux, their usag...Discuss·11 likes·29 readsWeMakeDevs
Dewald Swanepoelstuffididntknowthen.hashnode.net·Mar 23, 2023The Anonymous Anonymous FunctionToday I came up against a unique challenge and landed upon an even more unique solution, so I felt it prudent to jot it down. The Scenario I don't often use the init() function in Go but today I did. I have a package called config in which I read som...Discuss·87 readsGo Language
Marcia Crippsmarciac95.hashnode.net·Mar 18, 2023Conda Hacks: How to Set Environment Variables and Escape Special Characters like a ProAre you struggling to set environment variables in Conda with special characters like "!" or "^"? Don't worry, you're not alone. As a developer, you may encounter this issue frequently, but there's an easy solution. First, let's understand the proble...Discuss·43 likes·71 readsPython
Quentin LAFFONTqlaffont.hashnode.net·Mar 15, 2023Validate Your Environment Variables Easily with env-vars-validatorAs a developer, you know that working with environment variables is a fundamental aspect of building applications. However, validating them can be a bit tricky. This is where env-vars-validator comes into play. env-vars-validator is a TypeScript libr...Discuss·33 readsNode.js
Josh Campositsjoshcampos.hashnode.net·Mar 3, 2023.NET Web API - Environment VariablesIntroduction The first article in this series was the default WeatherForecast model that is created by default in a .NET Web API project. We'll build off Article 1 to start reading in values from environment variables and appsettings.json files. The ...Discuss·93 reads.NET Web API - Building Blocksdotnet
Varun Doshivarunx.hashnode.net·Mar 1, 2023Pushed .env File to GitHubDid you push your .env files to GitHub? Did you simply delete that file? Do you think you’re safe now? YOU’RE NOT! In this article, you’ll learn how to completely remove every trace of Environment Files from your repository. So, you may have acciden...Discuss·6 likes·100 readsGitHub