Using ASDF to Manage Programming Language Runtime Versions

Using ASDF to Manage Programming Language Runtime Versions

ASDF is a command-line tool that allows you to manage multiple language runtime versions, useful for developers who use a runtime version list

November 14, 2022 · 4 min
How to use Bash default variables

How to use Bash default variables

I'd like to share some Bash advice with you as variable default values. Steps for writing an update system script with case blocks.

October 13, 2022 · 2 min