Blog

Reference guides, cheat sheets, and explainers on HTTP, SQL, Unix, data formats, and LLM tooling — written for developers and agents.

Why a Catalog Beats One Big Data Dump

Yunus Emre Vurgun

One giant JSON file is easy to publish and hard to use. A catalog gives every dataset a stable URL, a readable page, and a fetch you can cache on its own.

open-data architecture catalog caching
Read post →

HTTP Status Codes Cheat Sheet

Yunus Emre Vurgun

HTTP status codes cheat sheet: the 13 codes that matter (200, 301, 404, 429, 503...), 401 vs 403 explained, plus a fetchable API dataset.

http reference web api cheat-sheet
Read post →

Git Commands Cheat Sheet

Yunus Emre Vurgun

Git commands cheat sheet: the 15 essential commands (clone, add, commit, branch, merge, rebase, stash, reset) with exactly what each does.

git devops reference cli cheat-sheet
Read post →

Unix File Commands Cheat Sheet

Yunus Emre Vurgun

Unix file commands cheat sheet: ls, find, grep, awk, sed, tar with examples, how they compose in pipes, plus a fetchable dataset.

unix cli reference cheat-sheet
Read post →

LLM Glossary: 8 Key Terms

Yunus Emre Vurgun

LLM glossary: 8 key terms explained (tokens, context window, temperature, RAG, fine-tuning, quantization, KV cache, emergence) + fetchable dataset.

llms ai reference glossary
Read post →

Cognitive Biases: A Decision Checklist

Yunus Emre Vurgun

Cognitive biases decision checklist: 7 biases (confirmation, anchoring, sunk cost...) with a counter-move for each, plus a fetchable dataset.

psychology decisions reference checklist
Read post →

Common Network Ports Reference

Yunus Emre Vurgun

Common network ports reference: 21, 22, 53, 80, 443, 3306, 5432, 6379, 8080, 27017 explained, plus how to read connection refused + dataset.

networking reference devops cheat-sheet
Read post →

Open Data for AGI: Why It Matters

Yunus Emre Vurgun

Why public, free, and open datasets — not just algorithms and compute — will decide what AGI becomes, and what builders should do about it.

open-data agi policy
Read post →

TOON Format Grammar: A Complete Overview

Yunus Emre Vurgun

A field-by-field walkthrough of the TOON grammar: indentation, table headers, key-value rows, comments, and edge cases. Useful for parser authors and prompt authors.

toon grammar spec parsing
Read post →

When Not to Use a Vector Database

Yunus Emre Vurgun

Vector databases are the default answer for "AI search." Most of the time they are the wrong default. Here is when to reach for something simpler.

vector-db search architecture llm
Read post →

Using TOON Format Efficiently with LLMs

Yunus Emre Vurgun

How to request YJTOON datasets in TOON format and include them in prompts with minimal token overhead. Includes practical examples and tips for agents.

toon llm prompting tokens api
Read post →