Show HN: An Interactive Jq Tutorial
sandbox.bio
Show HN: An Interactive Jq Tutorial
1–4 of 4 posts
Re: Show HN: An Interactive Jq Tutorial
#2Check it out if you want to learn how to filter, process, and wrangle JSON data. And if you happen to be getting started in bioinformatics, check out the rest of the tutorials on sandbox.bio :)
Re: Show HN: An Interactive Jq Tutorial
#3Hey HN, I recently came across a very useful tutorial about jq ( https://earthly.dev/blog/jq-select/ ) and created an interactive tutorial based on it. It features a command-line sandbox where you can safely explore and run arbitrary jq commands (it runs jq in your browser using WebAssembly). Check it out if you want to learn how to filter, process, and wrangle JSON data. And if you happen to be getting started in bi…
Re: Show HN: An Interactive Jq Tutorial
#4Hey HN, I recently came across a very useful tutorial about jq ( https://earthly.dev/blog/jq-select/ ) and created an interactive tutorial based on it. It features a command-line sandbox where you can safely explore and run arbitrary jq commands (it runs jq in your browser using WebAssembly). Check it out if you want to learn how to filter, process, and wrangle JSON data. And if you happen to be getting started in bi…
Can you just compile arbitrary programs to work in web assembly now? This is super cool!