From 090b799c631fad19c2067d67e63c3984476f0c0e Mon Sep 17 00:00:00 2001 From: TheBuilderJR <46176773+TheBuilderJR@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:46:16 -0700 Subject: [PATCH] Add Telemetry SQL Playground --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fa08fe3..f702432 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ A curated list of free developer tools that work instantly -- no account creatio ## Miscellaneous +- [**Telemetry SQL Playground**](https://telemetry.sh/sql/playground) - Run read-only SQL against synthetic application events in your browser using DuckDB-Wasm. The public playground is free and requires no account. - [**explainshell.com**](https://explainshell.com/) - Paste a shell command and get a breakdown of every argument, flag, and option with man page excerpts. - [**tldr pages**](https://tldr.sh/) - Simplified, community-driven man pages with practical examples for common command-line tools. - [**DevDocs**](https://devdocs.io/) - A unified API documentation browser with instant search across hundreds of languages, frameworks, and tools.