Hire Me! I'm currently looking for my next role in developer relations and advocacy. If you've got an open role and think I'd be a fit, please reach out. You can also find me on LinkedIn.

I was working on some migration scripts the past few days and was outputing a set of large structs. It occured to me that it would be nice if I could tell the dump tag to only show a few keys of the entire structure. From this desire came DumpF.

DumpF allows you to filter output by:

The top N rows of a query or array or the first N keys of a structure.

Only show a list of columns or struct keys.

Hide a list of columns or struct keys.