// catalog · grep -e "Dev Tools"
Catalog/Dev Tools · page 1/5
Showing entries 1 to 6 of 29 · click any row to launch
- 001 Dev Tools ssis-etl-framework End-to-end automated testing framework built with SSIS and T-SQL stored procedures to replace manual QA on a US Healthcare Coordination of Benefits data pipeline, eliminating 50% of manual validation effort.
- 002 Dev Tools decode-code:// Paste any code. JS, Python, Go, SQL, even regex. Get a plain-English walkthrough line by line, plus an overall what-it-does summary.
- 003 Dev Tools regex-nl:// Describe what you want to match in plain English. Get a regex back (JavaScript flavour by default, switchable to PCRE / POSIX / .NET) with named groups and 3 test cases.
- 004 Dev Tools sql-nl:// Plain English + your schema → SQL in the dialect of your choice (Postgres / MySQL / SQLite / Snowflake) + an EXPLAIN-style read of how the planner will run it.
- 005 Dev Tools regex-tester:// Tests a regex against a list of strings. Shows which match, what each named/positional capture group captured, and suggests 2-3 edge-case test inputs the user probably didn't think of. Catches the failures before production does.
- 006 Dev Tools sql-optimize:// Paste a slow SQL query and (optionally) its EXPLAIN output + table sizes. Returns ranked optimization suggestions: missing indexes, join reordering, subquery flattening, query rewrites. Each with expected impact and the risk of applying it.