Getting comfortable with psql
A guide to getting started with the psql command-line interface for PostgreSQL, covering essential utility commands and configuration tips.
A guide to getting started with the psql command-line interface for PostgreSQL, covering essential utility commands and configuration tips.
A guide to essential Docker commands for developers, covering image management, container operations, and workflow optimization.
Explores the .NET muxer (dotnet.exe), its role as a multiplexer for SDK/runtime versions, and begins a deep dive into its internal code.
Introducing the OpenSauced Pizza GitHub Action, a tool to automate repository management tasks like updating CODEOWNERS within GitHub workflows.
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.
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.
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 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.