Performing a GROUP BY on data in bash
Using bash shell tools like kafkacat, jq, sort, and uniq to perform a GROUP BY-style analysis on data from a Kafka topic.
Using bash shell tools like kafkacat, jq, sort, and uniq to perform a GROUP BY-style analysis on data from a Kafka topic.
A guide to testing Bash scripts using the Bach testing framework, covering installation, writing test cases, and mocking commands.
A tutorial on creating a custom GitHub Action in four steps, including defining inputs/outputs and writing a bash script.
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
A developer shares 9 practical tips for improving your Bash and Python scripting workflow, based on real-world experience.
A guide to turning a Raspberry Pi into a remote keyboard using an open-source web app called Key Mime Pi.
A comparison of Bash, Zsh, and Fish shells, highlighting their features, ease of use, and the author's personal recommendation.
A hacky method to monitor Kafka data arrival using kafkacat and Telegram alerts when message timestamps exceed a threshold.
A developer automates checking for Patagonia Worn Wear duffel bag availability using a bash script, cron, and email-to-SMS notifications.
A developer troubleshoots a failed deployment due to a Bash script not exiting early on errors, exploring solutions like `set -e` and `pipefail`.
A technical guide exploring how Bash auto-completion works on Linux, including setup, DIY completion scripts, and underlying tools like compgen.
Learn how to create and make a Bash script executable to automate repetitive command-line tasks.
Learn how to create and make a Bash script executable to automate repetitive command-line tasks.
A developer shares his personal Git command line aliases and how to create them in Bash and Fish shell.
How to replace UTF-8 non-breaking spaces in Markdown files using sed on macOS, fixing formatting issues.
Useful command-line snippets for managing Kafka Connect connectors via its REST API, including listing and deleting connectors.
A guide to creating time-saving Git command-line aliases for common tasks like committing, pushing, and branching.
A tutorial on creating a custom Bash alias to link local folders as Composer dependencies for easier PHP package development and testing.
Guide to running Azure CLI using Bash on Ubuntu in Windows 10 via WSL.