Skip to content
StackPractices

Tag: yaml

Browse 3 practical software engineering resources tagged with "yaml". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving yaml.

Parse YAML Files

How to parse YAML configuration files in Python, Java, and JavaScript.

Serialize and Deserialize Data

How to serialize and deserialize data in JSON, XML, and YAML across Python, Java, and JavaScript.

Setup CI with GitLab Pipelines

How to configure GitLab CI/CD pipelines for testing, building, and deploying applications using .gitlab-ci.yml with stages, jobs, caching, and runners.