diff --git a/_includes/04-lists.md b/_includes/04-lists.md index 342ed16..789138b 100644 --- a/_includes/04-lists.md +++ b/_includes/04-lists.md @@ -1 +1,30 @@ -Replace this with a list of your favorite things. \ No newline at end of file +My list of my favorite things in programming :heart: +1. I excited at things that just works :sparkle: + - Hello World! +2. I relieved when successfully installed an applications from GitHub :smile: + - Install GNURadio and thrift with CMake + - Install different java version to run javafx app with sdkman + - Take nvm to use old nodejs so it can install node app. + - apt search pulseaudio; sudo apt install pulseaudio; +3. I feel like flying in utilizing CLI apps, especially since I met fish shell :rocket: + - Shell completion in fish + * Choose by tab + * Autocomplete by shadow text, and just press End in keyboard. + * Command completion + * Some parameter and argument completion + * File path completion + - Different syntax and result in xonsh, pwsh, nushell, and elvish + * ls in nushell provide beautiful table view + * pwsh have human language syntax command + * xonsh can be used directly for calculator and reading python package help + * elvish have so many things to go, like map + - String operation with sed, awk, and other similar tools + * Can be found freely in StackOverflow or Unix Stack Exchange with google + * Playing with regex +4. I surprised about so many things which I just began to know :tada: + - Software engineering concepts + - GitHub Actions do something magically + - Role based explorations + + +And so on, stil growing :chart: