Gideon Henry

Gideon Henry

Creative Project Manager

About

I manage end-to-end content production and creative workflows designed to attract and inform digital audiences. I use Product Hunt to explore data analytics, business intelligence tools, and new growth strategies. I value long-form, honest conversations in the discussion threads, so skip the pleasantries and let’s talk shop about your product roadmap.

Badges

Tastemaker
Tastemaker
Gone streaking
Gone streaking
Gone streaking 5
Gone streaking 5

Forums

Tool for Digital Privacy - Need your feedback

Hey Product Hunt community!

I m working on a revamping the 3 years old project called PriveGuard.com and wanted to share the vision behind it with the PH community before our official launch.

πŸ“„ How we paginate queries across every SQL dialect

We had a comment in our codebase that said SQL Server doesn't handle pagination well, so we should just avoid pagination for now. And it did exactly that: shipped the entire result set to the browser and let it sort itself out. Same deal for Spanner.

A lot of Basedash is just "run the SQL the user wrote, show the rows." We support 10+ dialects (Postgres, MySQL, BigQuery, Snowflake, Athena, SQL Server, Spanner, and friends), and every query gets paginated because we can't stream a 12M row result set to a browser.

Tips and tricks: how are you using the REST API or CLI?

I've noticed more people using second-brain in ways I didn't expect when I created it, and I want to record that somewhere.

This thread is for sharing how you actually use the REST API or CLI in your daily routines. I m not looking for the obvious tips from the README, but rather the workflows you've created, the scripts you're running, and the things that turned out to be more helpful than you thought.

View more