Search Articles — Sudonull

Search Results

In this project

YAML service on Java/Vue: Fast data import

https://sudonull.com/yaml-service-on-java-vue-fast-data-import

Learn how to create a simple YAML service on Java and Vue.js for efficient and fast loading of historical data into enterprise systems, bypassing complex APIs and SQL.

Go TUN UDP relay: YAML config and code

https://sudonull.com/go-tun-udp-relay-yaml-config-and-code

Implement a network relay on Go with TUN/TAP and UDP tunnels. YAML config, protocol with MD5+timestamp, iperf3 benchmarks 925 Mbit/s. Code and examples for middle/senior dev.

ARIA snapshots Playwright for AI agents

https://sudonull.com/aria-snapshots-playwright-for-ai-agents

Learn how Playwright generates semantic YAML ARIA snapshots for web agents. Token optimization, incremental deltas, DOM processing. For middle/senior dev.

Hybrid code search in GitLab across 100+ projects

https://sudonull.com/hybrid-code-search-in-gitlab-across-100-projects

Speed up string search in GitLab: API for code, deep scan for YAML/JSON/env. python-gitlab script reduces time from hours to minutes. Code and instructions for middle/senior dev.

From the web

YAML - Wikipedia

https://en.wikipedia.org/wiki/YAML

YAML (/ ˈjæməl / ⓘ YAM-əl) is a human-readable data serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted.

- YAML Ain't Markup Language

https://yaml.org/

YAML Information: yaml.info # Learn about YAML! YAML Test Matrix: matrix.yaml.info # Compare YAMLs! Program in YAML: yamlscript.org # Code is Data! YAML Specs: yaml-spec/ . YAML 1.2 …

YAML Introduction - GeeksforGeeks

https://www.geeksforgeeks.org/linux-unix/what-type-of-language-is-yaml/

Apr 1, 2026 · YAML (YAML Ain’t Markup Language) is a human-readable data serialization language used to store and exchange data. It is commonly used for configuration files and data representation.

What is YAML? Understanding the Basics, Syntax, and Use Cases

https://www.datacamp.com/blog/what-is-yaml

Feb 16, 2025 · Learn the basics of YAML syntax, structure, and use cases in this beginner-friendly guide. Discover how YAML is used in DevOps, APIs and automation.

What is YAML: Understanding the Basics - GitLab

https://about.gitlab.com/topics/devops/what-is-yaml/

YAML (YAML Ain’t Markup Language) is a human-readable data serialization format commonly used for configuration files and data exchange between programming languages.

About - YAML Ain't Markup Language

https://yaml.org/about/

YAML (YAML Ain't Markup Language) is a human-readable data serialization language designed for data exchange between languages with different data structures. It's often used for configuration files, …

What is YAML? The YML File Format - freeCodeCamp.org

https://www.freecodecamp.org/news/what-is-yaml-the-yml-file-format/

Nov 11, 2022 · YAML is a human-readable data serialization language, just like XML and JSON. Serialization is a process where one application or service that has different data structures and is …

YAML Tutorial: Everything You Need to Get Started in Minutes

https://www.cloudbees.com/blog/yaml-tutorial-everything-you-need-get-started

Mar 8, 2023 · This YAML tutorial will teach you the basics of YAML syntax, data structures, and best practices for writing and optimizing YAML files.

YAML Tutorial

https://www.tutorialspoint.com/yaml/index.htm

Prerequisites The pre-requisites of this tutorial include basic knowledge of HTML, XML and JSON. YAML was specifically created to work well for common use cases such as configuration files, log …

YAML Cheat Sheet & Quick Reference

https://quickref.me/yaml.html

This is a quick reference cheat sheet for understanding and writing YAML format configuration files.

Trending Now