Bash
Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. First released in 1989, it has been used as the default login shell for most Linux distributions.
2019

Essential Base64 Commands For Developers
This post provides a quick reference to the base64 commands that I use on macOS. The base64 command encodes and decodes Base64 data, as specified in RFC 4648. Continue reading Essential Base64 Commands For Developers

Essential cURL Commands for Developers
This post provides a quick reference to the cURL commands that I use as a Java developer. This is not a complete set of cURL commands with detailed explanations on what each command does. Continue reading Essential cURL Commands for Developers
2018

Essential ls commands for developers
This post provides a quick reference to the ls commands that I use on macOS. Continue reading Essential ls commands for developers