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

Apr 1, 2026 ·

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.

Feb 16, 2025 ·

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.

Mar 8, 2023 ·

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.

May 2, 2022 ·

https://stackoverflow.com/questions/72082343/what-is-the-difference-between-and-in-yaml

May 2, 2022 · This link has a good explanation and pretty examples, yaml -multiline.info. In summary, means removing newlines at the end of the block, regardless of how many newlines there is. and means keep all of the newlines that exist in the block

Nov 11, 2022 ·

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

Nov 11, 2022 · YAML is one of the most popular languages for writing configuration files. In this article, you will learn how YAML compares to XML and JSON - two languages also used for creating configuration files. You will also learn some of the rules and feature...

Mar 3, 2023 ·

https://www.redhat.com/en/topics/automation/what-is-yaml

Mar 3, 2023 · YAML is a data serialization language that is often used for writing configuration files. YAML is a popular programming language because it is human-readable.

Trending Now