Configuration
Everything on SkillVeris tagged Configuration — collected across the glossary, study notes, blog, and cheat sheets.
18 resources across 2 libraries
Study Notes(17)
WCF Configuration Basics
How WCF services are wired together through web.config/app.config, and the essential Address-Binding-Contract structure behind every endpoint.
Configuration in .NET
How .NET Core layers configuration providers into one IConfiguration and binds settings to strongly typed, validated options.
Configuration and Environments
How ASP.NET Core layers configuration sources and switches behavior between Development, Staging, and Production environments.
CORS Configuration
Understand how Cross-Origin Resource Sharing works in ASP.NET Core and how to configure it safely for browser-based clients calling your API.
Jest Configuration: Multi-Project Setups
Learn how to configure Jest's projects array to run multiple test environments and configurations, like unit and integration suites, from a single Jest invocat…
Environment Variables and Configuration
Learn how Cypress resolves environment variables across config files, OS variables, and the CLI, and how fixtures supply deterministic test data.
Desired State Configuration (DSC)
Learn how PowerShell DSC declaratively defines and enforces the configuration state of servers and services.
Lua and Neovim Configuration
How Neovim replaced much of Vimscript with a first-class embedded Lua runtime, and how init.lua, plugin managers, and the vim.* API structure a modern editor c…
The Nginx Configuration File Structure
How Nginx's nested context hierarchy, directive inheritance, and include files organize a production configuration.
Installing and Running Elasticsearch
How to install, configure, and start a local Elasticsearch node or cluster, including key settings and common startup issues.
Configuration Classes
Learn how @Configuration classes and @Bean methods provide explicit, programmatic bean wiring, and how to compose and conditionally activate them.
Spring Boot Auto-Configuration
How Spring Boot inspects the classpath and existing beans to automatically configure sensible defaults, and how to customize or override them.
Flask Configuration Management
Layering config classes, environment variables, and .env files to manage Flask settings and secrets safely across development, testing, and production.
Redis Security Basics
Core practices for securing a Redis deployment: authentication, ACLs, TLS encryption, and network hardening.
Environment Variables and Configuration
Learn how to manage configuration and secrets in Node.js apps using environment variables and dotenv.
ConfigMaps and Secrets
Learn how to externalize configuration and sensitive data from container images using ConfigMaps and Secrets in Kubernetes.
Environment Variables and Configuration
Learn how to configure containerized applications using environment variables, .env files, and Dockerfile defaults without rebuilding images.