[Web dev for beginners] Shells
A beginner's guide to using shells and understanding file system paths for web development.
A beginner's guide to using shells and understanding file system paths for web development.
Announcing a new zine explaining the hidden rules and inconsistencies of the terminal, based on 20 years of experience.
A technical guide on using FFmpeg to invert video colors, converting a dark mode screen recording into a light mode version with a single command.
An introduction to the Domain Name System (DNS), explaining its hierarchical structure, how DNS lookups work, and includes command-line examples.
A developer shares their favorite features of the Fish shell, including autosuggestions and smart tab completion, after 7 years of daily use.
A guide on using the yt-dlp tool to download individual YouTube videos or entire channels, including audio-only options.
A guide on using the curl command's -H flag to add custom HTTP headers to your requests, with examples.
Explains why typing in the terminal is confusing due to inconsistent text editing across different programs and shares useful tips.
Learn how to change your Mac's system date from the command line for testing date-based logic in applications.
Using tee and process substitution to filter Java process output for Kubernetes logging and error detection.
Learn how to use the 'git branch --show-current' command to display your current Git branch name for command line and automation tasks.
A beginner-friendly guide for front-end developers to learn essential terminal commands and tricks for modern web development.
Announcing the first stable release of kcctl, a modern command-line client for managing Apache Kafka Connect, inspired by kubectl.
A guide to stabilizing shaky videos using ffmpeg and the VidStab library, including installation and command examples.
A beginner's guide to starting programming, recommending Python and outlining a learning path from basics to building small projects.
Analyzes the growth of command line options in Unix/Linux tools from 1979 to 2017, contrasting it with the original 'do one thing well' philosophy.
A beginner's guide to using the command line and Composer for developers, especially those familiar with WordPress.
A beginner-friendly guide to setting up and using Git and GitHub, covering essential commands for web development.
Learn how to use Lambo config files and after scripts to customize Laravel app creation with automated settings and post-installation tasks.
Explains how NPM scripts eliminate the need for globally installing command line tools by using local node_modules/.bin.