ninja-bear is a tool that keeps language-specific configs in sync across distributed systems using a language-neutral YAML configuration.
Google Gemini simplifies creating advanced home automations with its script editor and YAML language, making it user-friendly for non-technical users. Learn how to use Gemini for smart home automation.
Conor Barber explores the evolution of infrastructure from YAML configurations to pipelines-as-code, focusing on modern CI/CD systems like GitHub Actions, GitLab, and CircleCI. The presentation was given at QCon San Francisco 2023, discussing how moving away from YAML can improve scalability, cost efficiency, and developer experience.
Introduction to Pkl, a programming language designed for generating configuration files.
Addresses limitations of static languages and general-purpose languages for configuration purposes.
Provides safety by catching validation errors before deployment.
Scales from simple to complex use-cases.
Enhanced with capabilities borrowed from general-purpose languages.
Familiar syntax and easy learning curve.
Built-in validation using type annotations.
Ability to publish packages and import them as dependencies in a project.
Language bindings for Swift, Go, Java, and Kotlin.
Editor support for IntelliJ, VS Code, and Neovim.