Shell Spell: Extracting and Propagating Multiple Values With jq
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 developer shares their personalized .gitconfig setup, including aliases, color schemes, and productivity tips for a better Git workflow.
A technical deep dive into Zig's new CLI progress bar implementation, including its protocol, API, and performance considerations.
Introducing webrcli and spidyr, a starter toolkit for building Node.js projects that integrate R via webR, enabling seamless use of R functions in JavaScript.
A developer reflects on the xendmail project, a sendmail-compatible tool for email dispatch, discussing its successes and key shortcomings.
A guide on configuring the Typer library in Python to automatically display help text when a CLI tool is run without arguments.
A tutorial on creating a simple console progress bar in Python without external libraries, for use in restricted environments.
A hands-on guide exploring the Apache Flink SQL Client, covering setup, result modes, and running basic queries in a local cluster.
Argues against command-line tools automatically printing full help text on errors, explaining why it's counterproductive for user experience.
Introduces Azure Quick Review (azqr), an open-source CLI tool for scanning Azure resources and generating compliance reports.
A quick guide on clearing the global npx cache to resolve version warnings and avoid installing CLI tools globally.
A CLI command to bypass CORS restrictions when fetching local files during localhost development in Chrome.
A guide to building a custom syntax highlighter for SR Linux CLI snippets and integrating it into documentation systems.
A developer builds a personal CLI tool to quickly share files via a custom web server, bypassing platform upload restrictions.
A quick reference cheat sheet for essential Docker commands covering containers, images, running, and Dockerfile basics.
A guide to launching Windows Terminal directly from Visual Studio using the Open Command Line extension, including configuration tips.
A tip on adding comments to shell commands to make them easier to search and reuse later, using examples with pytest and database objects.
An appreciation of ffmpeg, the versatile multimedia Swiss army knife, highlighting its capabilities and a practical example of live game streaming.
A guide to using Git worktrees for managing multiple branches in separate directories, improving developer workflow.