Blog Posts

All my blog posts and articles

Page 30 of 141 (2816 total posts)

August 2021

JumpStory

JumpStory Handy collection of images to use in development and writing August 22, 2021 at 08:45PM

5 Useful jq Commands to Parse JSON on the CLI

5 Useful jq Commands to Parse JSON on the CLI JSON has become the de facto standard data representation for the web. It’s lightweight, human-readable (in theory) and supported by all major languages and platforms. However, working on the CLI with JSON is still hard using traditional CLI tooling. Lucky, there is jq, a command-line JSON processor. jq offers a broad range of operations to transform and manipulate JSON based data structures from the command line. Looking at the documentation however reveals an overwhelmingly huge number of options, functions and things you can do with jq. August 20, 2021 at 06:00PM

Alda tutorial

Alda tutorial Alda is a text-based programming language for music composition. It allows you to write and play back music using only a text editor and the command line. August 17, 2021 at 02:31PM

July 2021