This page shows how I organize my digital garden and summarizes them as a table.
knowledge layers on this website
folder | content |
---|---|
seed | ํํ ๋ฆฌ์ผ, ๊ธฐ์ด ๊ฐ๋ ๋ฌธ์๋ค์ ํ์ด๋ผ์ดํธ ๋ฐ ์์ฝ(Learning Oriented) |
tree | Explanation ๋ฌธ์๋ค์ ํ์ด๋ผ์ดํธ ๋ฐ ์์ฝ(Understanding Oriented) |
flower | ์ ๋ขฐ ํ ์ ์๋ ํฌ์คํธ์ ์ง์ ํด ๋ณธ ์์ ๋ชจ์ |
fruit | ํ์ฐํฌ ๊ฐ์ด๋ ๋ฌธ์๋ค์ ํ์ด๋ผ์ดํธ ๋ฐ ์์ฝ(Problem Oriented) |
core | ๊ฐ ๋ฌธ๋ฐฉ์ฌ์ฐ ๋ณ ์ฒดํ ํด์ผ ํ ์ง์๋ค์ ์์ ํ ๋ ํผ๋ฐ์ค ์ฉ๋์ ๋ฌธ์(ํ๊ธฐ.) |
on my other repository
mindulle
repo | content |
---|---|
mindulle.github.io | My repository journey with react-three-fiber. |
bookshelf | contents for Hwansul/strategy repo. |
fireflies | roadmaps, prep interview, hacktoverfest |
labnote | programming examples with executable fiddles, summarizations |
times | qurate my tistory blog post. feynman technique third step |
Hwansul
repo | content |
---|---|
Hwansul.github.io | Introduce page for Hwansul organization. |
Narutabe
others
site | content |
---|---|
my google sites | checklists for various best practices for realworld as a google form. |
tistory blog | feynman technique step 2 |
Tagging System
When establishing naming conventions for my tagging system...
I took into account the principles of
black box testing
in software development.
input
: kebab-case
. mostly supposed to be there concepts for the current document.
Box
: camelCase
. would be described to function in software development.
output
: PascalCase
. result of function.
Commands are now available as app commands, but you can still use the old way:
(Every command have to start with prefix. By default itโs โ.helpโ)
Command | Alias | Usage | Description |
---|---|---|---|
.about | - | .about | Shows information about project |
.open | .o | .open [name] | Opens new terminal session |
.close | .c | .close | Closes current terminal session |
.freeze | .f | .freeze | Freezes current terminal session |
.here | .h | .here | Moves selected terminal below the user message |
.select | .s | .select [name] | Sets terminal as selected |
.controls | - | .controls add/remove [emoji] [content..] | Manages terminal controls |
.repeat | .r | .repeat <string..> | Repeats string n times and sends to the current terminal session |
.rename | - | .rename <new_name> | Changes session name |
.submit | - | .submit | Toggles auto submit mode |
.macro | .m | .macro <macro_name> | Executes macro from โmacrosโ directory |
.interactive | .i | .interactive | Enables interactive mode where all messages are sent to terminal |
.exec | .e | .exec <commandโฆ> | Execute single command |
.whitelist | - | .whitelist add/remove <user_tag> | Add/Remove user to/from whitelist.ย Bot owner can execute all commands without being on the whitelist |