Posts tagged "configuration"

3 posts tagged with configuration.

INI Files: The Oldest Config Format Still in Use
iniconfigurationfilesdata-formats
INI Files: The Oldest Config Format Still in Use

INI files pre-date the internet as we know it — yet Python's configparser, Git's config, and countless system tools still use them. Here is what you need to know about this enduring format.

March 29, 2026 ·6 min read
TOML: The Config Format Rust Developers Love
tomlconfigurationrustdata-formats
TOML: The Config Format Rust Developers Love

TOML was designed to be obvious at a glance — a config format with explicit types and no whitespace sensitivity. Cargo.toml made it famous, but it is now used across the ecosystem.

March 11, 2026 ·7 min read
YAML Explained: Configuration Made Human-Readable
yamlconfigurationdevopsdata-formats
YAML Explained: Configuration Made Human-Readable

YAML is everywhere in DevOps — Docker Compose, Kubernetes, GitHub Actions, Ansible. Its indentation-sensitive syntax looks clean but has sharp edges. This guide covers the rules you need to know.

March 8, 2026 ·8 min read