7 Ways to Deal with Application Secrets in Azure
A guide exploring seven methods for securely managing application secrets and configuration values in .NET Core applications deployed on Azure.
A guide exploring seven methods for securely managing application secrets and configuration values in .NET Core applications deployed on Azure.
A tutorial on configuring a Quarkus application using application.properties and the Microprofile Config API for environment-specific settings.
Explains methods to securely manage secrets like API keys in .NET apps, avoiding risks of storing them in version control systems like Git.
A guide to securely externalizing secrets like passwords in Kafka Connect configuration using KIP-297 and the FileConfigProvider.
Guide to enabling TLS 1.2 support in legacy .NET applications without recompilation, using configuration file updates.
A developer explains the risks of using default property values in Spring configuration and advocates for dedicated environment profiles to prevent misconfigurations.
Guide to configuring Kafka Connect logging, including changing log levels and redirecting output to files.
Explains Kafka listeners and advertised.listeners configuration for client connectivity in Docker and AWS environments.
A guide on structuring and configuring Python applications for seamless deployment across environments, covering config, secrets, and load balancing.
Tips for enhancing ASP.NET Core configuration using C# features like property initializers and IOptions patterns.
A guide to securely managing configuration in ASP.NET Core using Azure Key Vault and Azure AD Managed Service Identity (MSI) for credential-free access.
Troubleshooting a Kafka AdminClient connection error due to hostname/IP mismatch in a single-node setup.
A guide to writing Webpack configuration files in TypeScript to improve maintainability and avoid legacy syntax.
A step-by-step guide to installing and configuring Font Awesome icons in an Ionic mobile application.
A tutorial on deploying the opsdroid chatbot framework using the ZEIT platform and its 'now' CLI tool.
Introducing paypal-scripts, a zero-config tool for PayPal developers inspired by create-react-app to boost productivity.
Learn how to use Lambo config files and after scripts to customize Laravel app creation with automated settings and post-installation tasks.
Introduces daiquiri, a Python library that simplifies logging setup with sensible defaults like timestamps, colors, and JSON output.
Explains key configuration changes in ASP.NET Core 2.0, including moving config to Program.cs and using WebHost.CreateDefaultBuilder.
A guide to configuring MongoDB for production on Google Kubernetes Engine, covering host VM optimizations like XFS filesystems and disabling Huge Pages.