This page shows how I organize my digital garden and summarizes them as a table.

knowledge layers on this website

foldercontent
seedํŠœํ† ๋ฆฌ์–ผ, ๊ธฐ์ดˆ ๊ฐœ๋… ๋ฌธ์„œ๋“ค์˜ ํ•˜์ด๋ผ์ดํŠธ ๋ฐ ์š”์•ฝ(Learning Oriented)
treeExplanation ๋ฌธ์„œ๋“ค์˜ ํ•˜์ด๋ผ์ดํŠธ ๋ฐ ์š”์•ฝ(Understanding Oriented)
flower์‹ ๋ขฐ ํ•  ์ˆ˜ ์žˆ๋Š” ํฌ์ŠคํŠธ์™€ ์ง์ ‘ ํ•ด ๋ณธ ์˜ˆ์ œ ๋ชจ์Œ
fruitํ•˜์šฐํˆฌ ๊ฐ€์ด๋“œ ๋ฌธ์„œ๋“ค์˜ ํ•˜์ด๋ผ์ดํŠธ ๋ฐ ์š”์•ฝ(Problem Oriented)
core๊ฐ ๋ฌธ๋ฐฉ์‚ฌ์šฐ ๋ณ„ ์ฒดํ™” ํ•ด์•ผ ํ•  ์ง€์‹๋“ค์„ ์—„์„ ํ•œ ๋ ˆํผ๋Ÿฐ์Šค ์šฉ๋„์˜ ๋ฌธ์„œ(ํ๊ธฐ.)

on my other repository

mindulle

repocontent
mindulle.github.ioMy repository journey with react-three-fiber.
bookshelfcontents for Hwansul/strategy repo.
firefliesroadmaps, prep interview, hacktoverfest
labnoteprogramming examples with executable fiddles, summarizations
timesqurate my tistory blog post. feynman technique third step

Hwansul

repocontent
Hwansul.github.ioIntroduce page for Hwansul organization.

Narutabe

others

sitecontent
my google siteschecklists for various best practices for realworld as a google form.
pinterest
tistory blogfeynman 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.

Black box test image from wikipedia 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โ€)

CommandAliasUsageDescription
.about-.aboutShows information about project
.open.o.open [name]Opens new terminal session
.close.c.closeCloses current terminal session
.freeze.f.freezeFreezes current terminal session
.here.h.hereMoves 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-.submitToggles auto submit mode
.macro.m.macro <macro_name>Executes macro from โ€œmacrosโ€ directory
.interactive.i.interactiveEnables 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