Parse Codex `jsonl` with `jq`
A guide on using the `jq` command-line tool to parse and extract user prompts from ChatGPT Codex session files stored in JSONL format.
A guide on using the `jq` command-line tool to parse and extract user prompts from ChatGPT Codex session files stored in JSONL format.
A blog post discussing the Advent of Code programming challenge, its recent changes, and a suggestion to use it for learning or experimenting with AI.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A technical guide on using jq and shell scripting to extract multiple values from Terraform JSON output for database connection.
A guide to jq, a powerful command-line JSON processor for developers, covering installation, basic usage, and productivity tips.
A tutorial on using pipes and the .[] filter in jq, a command-line JSON processor, for data iteration and transformation.
Part III of a tutorial series on jq, focusing on core filter concepts for selecting and processing JSON data, including the dot filter and JSON syntax.
Using bash shell tools like kafkacat, jq, sort, and uniq to perform a GROUP BY-style analysis on data from a Kafka topic.
A technical guide on setting Kafka message keys when piping JSON data from jq to kafkacat, using a separator character.
Useful command-line snippets for managing Kafka Connect connectors via its REST API, including listing and deleting connectors.