Other Posts Pipes The pipe is the next-most used feature of jq after filters. If you are already familiar with pipes in the shell, it’s a very similar concept. How Important is this Post? Pipes are fundamental to using jq, so this section is essential to understand. We will cover: Setup Create a folder to … Continue reading Learn jq the Hard Way,Part IV: Pipes→| zwischenzugs
Other Posts Simple Filters In this section we introduce the most-frequently used feature of jq: the filter. Filters allow you to reduce a given stream of JSON to another smaller, more refined stream of JSON that you can then do more filtering or processing on on if you want. How Important is this Post? Filters … Continue reading Learn jq the Hard Way,Part III: Filters→| zwischenzugs
Other Posts jq This section introduces you to the jq command, starting with the simplest possible commands as well as a brief look at the most commonly-used flags. What is jq? jq is a program for parsing, querying, and manipulating JSON. More broadly, it’s a filter: it takes input and transforms it to output. It … Continue reading Learn jq the Hard Way, Part II: The jq Command→| zwischenzugs
Get comfortable with Terraform by going step-by-step from the simplest of Terraform modules to more complex cloud resource creation using the Hard Way method.| leanpub.com
Learn Git, Bash and Terraform using the Hard Way method.These technologies are essential tools in the DevOps armoury. These books walk you through their features and subtleties in a simple, gradual way that reinforces learning rather than baffling you with theory.| leanpub.com
JSON (JavaScript Object Notation) is a lightweight data-interchange| www.json.org