Md Shahriyar Al Mustakim Mitulmitul-shahriyar.hashnode.dev·Nov 19, 2024Kubernetes 101: Part 11Monitoring a Kubernetes cluster We may want to check the pods details or cluster details but kubernetes does not show those metrics in general. We have a few open source projects which gives these solutions. They are basically advanced metrics serve...Discussmetric server
Cañete,Brandon L.forCañete,Brandon L.'s team bloggit-fundamentals-documentation.hashnode.dev·Nov 14, 2024Python .env and .gitignoreWhat is .env file? The .env file is used in projects to store configuration settings, environment variables, and sensitive information securely. It provides a convenient way to manage and organize various parameters that your project needs without h...DiscussPython
Shubham Khanshubhamkhan.hashnode.dev·Oct 23, 2024How to Safely Remove a File from Git History: A Beginner's GuideWhen working with Git, it's not uncommon to accidentally commit sensitive information or files you don't want in your repository's history. This guide will walk you through the steps to remove a file from Git history and ensure it stays out of your p...DiscussGit
Thirdy Gayaressoftware-engineer.thirdygayares.com·Oct 19, 2024Env and .gitgnoreIn software development, both the .env and .gitignore files play important in securing sensitive data and organizing your project. .env File A .env file stores environment variables such as API keys, database credentials such as HOST , password and u...DiscussPython Flaskgitignore
Vignesh Mvikky.dev·Oct 3, 2024Angular and environment filesI'm coming back to Angular to learn the new stuff happened in Angular 18 and thought of building something small with the Readwise Reader API. The API gives us an API key and we should not share it with others. Let’s use environment files I thought, ...Discuss·39 readsAngular
Alvin Crespoalvincrespo.hashnode.dev·Sep 28, 2024Disabling .env files for Github CopilotI was curious if there was a way to configure Github copilot to NOT have access to certain files in a project and found that - it’s not necessarily straightforward. It turns out that there are no dotfiles you can set up or a setting to explicitly tel...Discussgithub copilot
Armani Willisarwil.hashnode.dev·Sep 25, 2024Is #return to #office #strategy really #worth it? By #arwilIs #return to #office #strategy really #worth it? By #arwil For Finn Bartram of PeopleManagingPeople Deadline Sep 24, 2024 - 7:00 PM Query Description We're seeing more and more organizations demanding that workers return to the office at least a few...Discussworth
Vedant PhougatProevolving-engineer.hashnode.dev·Sep 24, 2024Store Your App Configurations with Environment Variables: A Quick GuideIntroduction NOTE – Storing secrets in environment variables is not a security feature, in fact it is an approach to keep your secrets separate from your codebase. Browse the answers of this Stackoverflow question for details about security in enviro...Discuss·53 readssecret management
Victor Uzoagbavictoru.hashnode.dev·Sep 10, 2024Securing Your Cloud Environment: How to Do It in Steps for Small to Medium BusinessesIntroduction As cloud environments are more and more adopted by SMBs in operations for ease, scalability, and cost reduction in the infrastructure, security in these environments is fast becoming a critical concern. With increasingly sensitive data a...DiscussC#
Shubham Deshmukhshubhamdsk.hashnode.dev·Aug 25, 2024Troubleshooting Common IssuesBuild Failure - SDK Path Error: Problem: When running npx react-native run-android, the build failed with an exception stating that the SDK location was not found. Specifically, it mentioned a "Trailing char < > at index 40" error, indicating an iss...Discuss·28 readsBuild failure