Useful Npx Packages for the Developer's Everyday Life
A guide to practical npx packages that streamline daily developer tasks like cleaning node_modules, killing ports, and serving local files.
A guide to practical npx packages that streamline daily developer tasks like cleaning node_modules, killing ports, and serving local files.
The article argues for the importance of shell literacy in a programmer's workflow, demonstrating its power with a practical Git example.
A guide to using the powerful Unix/Linux 'find' command for searching files and executing commands on results.
A developer documents their step-by-step process for setting up a new MacBook Pro for work, including OS upgrades, essential apps, and command-line tools.
A quick guide on using the sed command-line tool to remove specific XML tag blocks from a file, with important caveats.
Three methods to rename files directly within the Vim editor: using the vim-eunuch plugin, NERDTree, or a shell command.
A technical guide on using a terminal command to remove trailing whitespaces from all files in a directory, with context from an Xcode project.
A guide offering five practical tips and hints for using kubectl more effectively when managing and troubleshooting Kubernetes clusters.
A guide to building macOS applications using only the Swift Package Manager, bypassing Xcode project files.
A cheat sheet and guide for understanding and using the Java module system, including command-line examples and a sample project.
Fixing abcde CD ripping error due to permissions by adding user to cdrom group or using chmod.
A technical guide on setting Kafka message keys when piping JSON data from jq to kafkacat, using a separator character.
A quick command line tip for efficiently creating multiple files with the same extension using brace expansion.
Creating a cross-platform calendar function in R, inspired by the Unix 'cal' command, using lubridate and crayon packages.
A quick guide on using the 'tac' command in the terminal to reverse the order of lines in a file or standard input.
A tutorial on building a scalable command-line bookmark tool in Go using the Cobra library, covering setup and basic operations.
A guide to installing and using the Windows Package Manager (winget) on Windows, including commands to install packages like Windows Terminal.
A beginner's guide to starting programming, recommending Python and outlining a learning path from basics to building small projects.
A comparison of Bash, Zsh, and Fish shells, highlighting their features, ease of use, and the author's personal recommendation.
A practical guide and cheatsheet for using the grep command-line tool for text searching and regular expressions.