Why storing secrets and passwords in Git is a bad idea
Explains why storing secrets like passwords and API keys in Git is a security risk and discusses better alternatives for secret management.
Explains why storing secrets like passwords and API keys in Git is a security risk and discusses better alternatives for secret management.
Explains the purpose and benefits of Azure App Configuration and how it differs from Azure Key Vault for managing app settings.
Explores building real-world robotic arms like Tony Stark's DUM-E using ROS and machine learning for automated tasks.
A technical guide on using Ansible to simplify and manage Terraform configurations for multi-environment infrastructure deployments.
A DevOps talk on using configuration management tools to maintain consistent environments and prevent deployment bugs.
A developer explains his simple system for managing dotfiles by turning his $HOME directory into a git repository with a clever .gitignore.
Explores tools and strategies for managing Kubernetes YAML manifests, focusing on reducing duplication and enforcing validation.
A guide on securely storing sensitive configuration data in .NET Core applications, covering sources like User Secrets and Environment Variables.
A guide to managing environment-specific configuration (like API keys and URLs) in Xcode projects using plist files and xcconfig build settings.
A guide on using confd to dynamically generate Tomcat configuration files and eliminate hardcoded passwords in Docker containers.
A technical guide explaining the merge() function in Terraform, including examples and use cases for combining maps.
A tutorial on installing Windows Admin Center using PowerShell Desired State Configuration (DSC) for managing servers.
A daily recap of the PowerShell Summit 2018, covering sessions on mentorship, configuration management tools, and graph databases with Neo4j.
A guide to managing runtime configuration when migrating from Azure VMs to VM Scale Sets, using a custom solution with Cosmos DB.
A guide to using VSTS Release Management and tokenization to deploy Azure Web Apps with environment-specific configurations.
A guide on securing ASP.NET application configuration by integrating Azure Key Vault to inject secrets and connection strings.
A technical guide explaining how to handle the double slash in URLs within Xcode xcconfig files to avoid comment interpretation issues.
Announces the latest updates to the Microsoft DSC Resource Kit, highlighting new PowerShell resources for Desired State Configuration.
A guide to using dotfiles to customize and optimize your software development tools like shells and text editors for greater productivity.
A tutorial for setting up Puppet in standalone mode on Fedora 23, including writing manifests and Serverspec tests.