mickamy

↗ HN profile [ 42.6 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hi HN, I shared sql-tap here a few weeks ago — a transparent SQL proxy that captures every query and lets you inspect it in real-time. Thanks for the feedback last time. Two big additions: *Built-in Web UI* — Add…

  2. Hi HN, I shared sql-tap here a few weeks ago — a transparent SQL proxy that captures every query and lets you inspect it in real-time. Thanks for the feedback last time. The biggest addition: *a built-in Web UI*. Add…

  3. sql-tap is a transparent proxy that captures SQL queries by parsing the PostgreSQL/MySQL wire protocol and displays them in a terminal UI. You can run EXPLAIN on any captured query. No application code changes needed —…

  4. Injector is a small Go DI code generator where the entire wiring lives in struct field tags. No provider sets, no DSL, no runtime reflection. Just Go types and generated code. Looking for feedback on the approach.

  5. I recently built go-sqs-worker, a Go library for managing asynchronous jobs using AWS SQS. It’s designed to strike a balance between simplicity and scalability, addressing common backend needs like background email…

  6. For they are dog fooding.