Spectral: The API Linting Tool You Need in Your Workflow 🔎
Introduction to Spectral, an open-source API linting tool for OpenAPI and custom rulesets, with setup guides and demo.
Introduction to Spectral, an open-source API linting tool for OpenAPI and custom rulesets, with setup guides and demo.
A developer details technical updates to their personal website, including migration to Git, build script refactoring, and new content utilities.
A guide to creating a Home Assistant automation for announcing Shabbat candle lighting times using sensors and YAML configuration.
A guide to parsing Markdown files with YAML frontmatter into strongly-typed C# objects for use in ASP.NET Core applications.
A developer reflects on the evolution of his custom static site generator, moving away from complex YAML configuration towards a simpler approach.
A guide to managing DTAP environments in AWS CDK using YAML configuration files for consistent, parameterized infrastructure deployment.
A tutorial on creating an R function to automate the generation of new Quarto blog posts, including directory structure and YAML front matter.
A guide comparing JSON, YAML, and TOML configuration file formats, showing syntax examples and use cases.
A technical guide on building a centralized MSP automation workflow using Azure DevOps, YAML pipelines, and custom web portals.
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.
Analyzes YAML's strengths and weaknesses, proposing key features for a better successor format in tech configuration.
Explores the surprising flexibility of YAML keys, including spaces and special characters, with examples from Home Assistant config.
A beginner-friendly guide to setting up and using GitHub Actions for CI/CD, covering basic configuration and workflow events.
Explores tools and strategies for managing Kubernetes YAML manifests, focusing on reducing duplication and enforcing validation.
A guide to using conditional logic and runtime variables in Azure Pipelines YAML configurations to control step execution.
Fixing a Docker Compose interpolation error by escaping the $ character in a multi-line command.
A project to map and analyze the governance models of various open source projects, creating a machine-readable resource for comparison and learning.
A developer explains migrating from Blogger to Jekyll, highlighting its open-source nature, clean design, dynamic pages with Liquid, and content portability via Markdown.
A guide to using YAML fixtures for loading test data in Play Framework 2 applications with JPA, using the Fixy library.