Supercharge Your Makefile Workflow: Adding zsh Tab Completion

Learn how to enhance your command-line workflow by adding zsh tab completion for Makefile targets

January 29, 2025 · 4 min · John Taylor

Using comm: A Better Way to Compare Files in Linux

Learn how to use the comm command to efficiently compare sorted text files. Discover why comm can be more useful than diff for certain tasks, …

January 5, 2025 · 3 min · John Taylor

How to Send JSON Data with curl: A Complete Guide

Learn how to effectively send JSON data using curl, including command-line techniques and file-based approaches for API interactions. A comprehensive …

December 6, 2024 · 3 min · John Taylor