Guide to JSON, YAML and TOML
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
A guide to configuring multiple Git commit email addresses globally, using folder-based conditional includes in your .gitconfig.
A tutorial on how to implement and read app configuration from an appsettings.json file in a .NET MAUI application using Dependency Injection.
A guide to managing Django site settings, covering configuration sources, environment variables, and multi-environment patterns.
Learn how to safely test NGINX configuration changes to prevent server downtime, with a step-by-step tutorial approach.
Explores YAML's advanced string handling, focusing on multiline strings, indentation rules, and escape sequences for config files and CI.
Explores YAML's lesser-known features, starting with its relationship to JSON and how JSON syntax is valid YAML.
Using Pydantic's BaseSettings to simplify and type-safely manage configuration and secrets for Python functions in OpenFaaS.
Analyzes YAML's strengths and weaknesses, proposing key features for a better successor format in tech configuration.
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.
How to disable Prettier for specific languages in VS Code after the deprecated setting, with two alternative configuration methods.
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.