Making Sense Of Settings
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
A guide to setting up a new Django project with a focus on organization, environment separation, and production readiness.
A developer explores creating config builders for PHP frameworks like Laravel, discussing configuration file annoyances and potential solutions.
Explores the surprising flexibility of YAML keys, including spaces and special characters, with examples from Home Assistant config.
A developer shares a lesson on Kubernetes label character limits and how to fix node connection issues caused by long hostnames.
A guide to configuring VSCode to auto-format code on save using an existing project's ESLint configuration instead of Prettier.
Explains how to add TypeScript type checking to configuration files using JSDoc or Vite's defineConfig helper for better developer experience.
A guide on setting up domain and site name redirects on Netlify using the netlify.toml configuration file.
A guide on how to transfer .NET Core user secrets between development machines, explaining the file location and security considerations.
A guide on changing the default Git/GitHub branch name from 'master' to 'main', including steps for both GitHub settings and local Git configuration.
A guide on how to add custom Babel presets and plugins to a Next.js project by creating and configuring a .babelrc file.
Learn how to disable anonymous telemetry data collection in Next.js using CLI commands or environment variables.
Explains the .NET Generic Host model for configuring and launching ASP.NET Core web apps and Worker Services with standardized setup.
Nginx 1.19 Docker images now support environment variables and templates, enabling dynamic configuration for proxying APIs in containerized apps.
A guide to testing .NET Core's IOptionsMonitor, including a stub implementation and example unit tests for configuration change scenarios.
An introduction to dotfiles, explaining their purpose for customizing Unix-like systems, automating tasks, and personalizing GitHub Codespaces.
A tutorial on setting up a React application and integrating Firebase, including project initialization and obtaining API keys.
A guide to configuring the aerc email client for a git send-email workflow, including custom keybindings for patch review and merging.
A guide to configuring and using multiple GitHub accounts (personal and work) on a single machine using both HTTPS and SSH methods.
A tutorial on debugging .NET Core applications integrated with Dapr using Visual Studio Code, including configuration steps.