Introducing the OpenSauced Pizza GitHub Action: Automate Your Repository Management
Introducing the OpenSauced Pizza GitHub Action, a tool to automate repository management tasks like updating CODEOWNERS within GitHub workflows.
Introducing the OpenSauced Pizza GitHub Action, a tool to automate repository management tasks like updating CODEOWNERS within GitHub workflows.
A quick tip about Node.js's built-in `--watch` flag, which can replace tools like nodemon for auto-restarting applications.
A brief introduction to the `docker init` command, which scaffolds Docker containers for various programming languages and frameworks.
Explores the idea that command-line interfaces foster social sharing and creativity, while GUIs are 'antisocial' and lack the same collaborative potential.
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.