Feature Flags in .NET, from simple to more advanced
A guide to implementing feature flags in .NET applications, from basic toggles to advanced configurations for controlled rollouts.
A guide to implementing feature flags in .NET applications, from basic toggles to advanced configurations for controlled rollouts.
A technical guide on using Git version control to manage and preserve custom templates and configurations on a reMarkable 2 tablet after software updates.
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.
An introduction to kpt, a new tool for packaging and managing Kubernetes resources using GitOps, with comparisons to Helm and kustomize.
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 technical guide on using diff and patch commands to recursively apply configuration changes between software versions.
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.