From a70fd4b054fc8a74669206638d26a40242da5b88 Mon Sep 17 00:00:00 2001 From: GitHub Teacher Date: Wed, 14 Feb 2018 11:21:46 -0500 Subject: [PATCH 1/3] add placeholders for lists and emphasis --- _includes/04-lists.md | 1 + _includes/05-emphasis.md | 1 + index.md | 7 +++++++ 3 files changed, 9 insertions(+) create mode 100644 _includes/04-lists.md create mode 100644 _includes/05-emphasis.md diff --git a/_includes/04-lists.md b/_includes/04-lists.md new file mode 100644 index 0000000..342ed16 --- /dev/null +++ b/_includes/04-lists.md @@ -0,0 +1 @@ +Replace this with a list of your favorite things. \ No newline at end of file diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md new file mode 100644 index 0000000..d62844a --- /dev/null +++ b/_includes/05-emphasis.md @@ -0,0 +1 @@ +Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills. \ No newline at end of file diff --git a/index.md b/index.md index a938fda..4612d1c 100644 --- a/index.md +++ b/index.md @@ -12,3 +12,10 @@ layout: default {% include 03-links.md %} +
+ +{% include 04-lists.md %} + +
+ +{% include 05-emphasis.md %} \ No newline at end of file From ebbbede68b10cf255ebea98670af70a167d9223a Mon Sep 17 00:00:00 2001 From: ffrmns <42773358+ffrmns@users.noreply.github.com> Date: Mon, 27 Dec 2021 20:01:28 +0700 Subject: [PATCH 2/3] Update 04-lists.md with my favorite things. Updated with my favorite things in programming. --- _includes/04-lists.md | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) 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: From 9cf1d463f96b5b5ab8a97327782f1c5b76081322 Mon Sep 17 00:00:00 2001 From: ffrmns <42773358+ffrmns@users.noreply.github.com> Date: Mon, 27 Dec 2021 20:42:24 +0700 Subject: [PATCH 3/3] Update 05-emphasis.md with my experience. Updated with my programming learning experience. --- _includes/05-emphasis.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/_includes/05-emphasis.md b/_includes/05-emphasis.md index d62844a..f9a7e4d 100644 --- a/_includes/05-emphasis.md +++ b/_includes/05-emphasis.md @@ -1 +1,21 @@ -Write out some of your awesome attributes, and use emphasis (like bold or italics) to identify keywords, programming languages, or skills. \ No newline at end of file + +My first encounter with programming language is taken by **C++**. I learn to *evaluate* the number resulted from the code. +Then I faced **pascal**. I was got so many programming practices, especially in beginner algorithmic fields. I *shape* my procedural computational thinking. + +Then **haskell** came in the way. *Adapting* functional programming paradigm is interesting in many algorithmic problems to be solved. +Nothing much learned after that, until I got some short courses in **introductory web development**. I *learned* how to turn on the server with xampp and using bootstrap to divide page in column. + +I explored **php** to build local file viewer, and *following* some w3schools article. +I *solve* some **hackerrank problem** because I think it's worth trying. +I did some programming in **arduino** by building a just-connected NodeMCU project. +I *do* some **data logging** things with my teams using grafana. + +I *found* interesting **python** philosophy. +I *paste* **introductory** data science related python code into jupyter notebooks. +I *fine-tuned* summarization huggingface transformers **AI model** using Google Collab with my team. +I *use* **octave** to do some array manipulation problems in signal processing. + +I *installed* some **linux** distros: ubuntu, manjaro, opensuse, and oracle linux to discover new things. +I *build* some applications to be installed for fun and profit of new jxperience with **npm, cargo, cmake**. +I *search and try* some regex in linux text processing utilities like **sed**. +I *develop* my management system project in **java** to gain initial sense of making frequently used apps.