Sheet ⁨20⁩ · ⁨Series⁩Surveyed ⁨2026⁩
Series

Config & Data Formats

Back to Series

Config & Data Formats

5parts, in order. Start at the top.

Cheatsheets

5 items

RegEx

  • Tools
  • 01 Apr 2023

Regular expressions (regex or regexp) are patterns used to match character combinations in strings. They handle pattern matching, validation, and text processing across many programming languages.

#RegEx#Regular Expressions#Pattern Matching+5 tags
View Cheatsheet

YAML

  • Data Format
  • 01 May 2023

YAML (YAML Ain't Markup Language) is a human-friendly data serialization language commonly used for configuration files, data exchange, and infrastructure-as-code. It emphasizes readability and uses indentation to structure data.

#YAML#Configuration#Data Serialization+6 tags
View Cheatsheet

JSON

  • Data Format
  • 01 Jun 2023

JSON (JavaScript Object Notation) is a lightweight, text-based data format used for data exchange. It supports objects, arrays, strings, numbers, booleans, and null values, and every mainstream programming language can read it.

#JSON#Data Format#Data Serialization+5 tags
View Cheatsheet

Markdown

  • Markup Language
  • 01 Jul 2023

Markdown is a lightweight markup language designed for creating formatted text using a simple, readable syntax. It's widely used for documentation, READMEs, blogs, and content creation across the web.

#Markdown#Formatting#Text+6 tags
View Cheatsheet

TOML

  • Data Format
  • 01 Aug 2023

TOML (Tom's Obvious, Minimal Language) is a configuration file format designed to be minimal, readable, and unambiguous. It's commonly used for application configuration, package manifests, and data serialization.

#TOML#Configuration#Data Format+5 tags
View Cheatsheet