What is YAML?
Published:
A simple introduction to YAML — what it is, how it looks, and the small things that trip everyone up.
#yaml#data-formats#configuration
What is JSON?
Published:
A simple introduction to JSON — the format almost every website and app uses to send data.
#json#data-formats#api
What is TOML?
Published:
A simple introduction to TOML — the config format that tries to be obvious and boring, in a good way.
#toml#data-formats#configuration
What is CSV?
Published:
A simple introduction to CSV — the humble format behind almost every spreadsheet export.
#csv#data-formats#excel
What is XML?
Published:
A simple introduction to XML — the older, heavier cousin of JSON that still runs a lot of the world.
#xml#data-formats#html
What is Markdown?
Published:
A simple introduction to Markdown — the easy way to write formatted text, used by this very blog.
#markdown#data-formats#writing