Ultimate Basic Coder Reference (Bash, Git, VSCode, Nodejs, more)
A comprehensive reference guide for developers covering essential Bash commands, Git workflows, VSCode tips, Node.js basics, and community resources.
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 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.
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.
A guide to using AWS CLI commands to list and format all active AWS accounts within an AWS Organization for easy review.
Explains the POSIX shell standard, its advantages for script portability over Bash, and provides basic guidelines for writing portable shell scripts.
Explains how to use the && (AND) and || (OR) operators in Bash scripts for command chaining and basic error handling.
Explains how to use Bash's $_ and !$ to reuse the last parameter from a terminal command, saving time and keystrokes.
A tutorial on creating a Bash alias to copy the current terminal directory path to your clipboard for developer efficiency.
A Bash function to create a directory and immediately change into it with a single command.
Exploring the IBash Notebook, a Bash kernel for Jupyter, and its potential as a data science environment with inline image support.
A developer shares the Piperita theme for Mac OS X Terminal, a customized color scheme and prompt based on the Peppermint theme.