Don't do anything boring ## Tensorflow JS ์ค์๋: โ โ โ โ โ ๋์ด๋: โ โ โ โ โ AI๊ฐ ํ๊ณ ์ถ์ด์ ์ ์๋... tensorflowjs ๋ฅผ ํํ ๋ฆฌ์ผ๋ถํฐ ๋ฐ๋ผํ๋ฉด์ ๋ฐฐ์๋ณด์. ## ์๊ณ ๋ฆฌ์ฆ ๊ฐ์ [๋ฐฑ์ค๊ฐ์](https://code.plus/bundle/8) ์ด์ ์๊ณ ๋ฆฌ์ฆ ์ ๋ณตํ ๋๊ฐ ๋์๋ค. ์๋ฐ์คํฌ๋ฆฝํธ์ ํ์ด์ฌ์ผ...
Read## Commit Message [์ข์ git commit ๋ฉ์์ง๋ฅผ ์ํ ์์ด์ฌ์ ](https://blog.ull.im/engineering/2019/03/10/logs-on-git.html) [์ข์ git ์ปค๋ฐ ๋ฉ์์ง๋ฅผ ์์ฑํ๊ธฐ ์ํ 7๊ฐ์ง ์ฝ์](https://meetup.toast.com/posts/106) ### ์์ฝ Single Line ...
Read## ์๊ตฌ์ฌํญ ํ ์๋ฆฌ๋จผํธ์์์ ํน์ ํ ํค์๋๋ฅผ ๋ค๋ฅธ ์์ฑ์ผ๋ก ๋ฐ๊ฟ์ ์ถ๋ ฅํ๋ ๊ฒ์ด๋ค. ์๋ ์์๋ฅผ ์ดํด๋ณด์ ### before ```jsx <Text>์นด์นด์ค ํ์ด์ง ์นด์นด์ค ์คํ ๋ฆฌ ์นด์นด์คํก</Text> ``` ### after ```jsx <Text> <Text color="blue">์นด์นด์ค </Text>ํ์ด์ง <Text color="bl...
Read> Creates a debounced function that delays invoking func until after wait milliseconds have elapsed since the last time the debounced function was invoked. The debounced function comes with a cancel m...
Read## ๋ธ๋ผ์ฐ์ ํ์คํ ๋ฆฌ ๋ธ๋ผ์ฐ์ ์ ํ์คํ ๋ฆฌ๋ `window.history`์์ ์๋ค. `History {length: 3, scrollRestoration: "auto", state: null}` `length`๋ง ๊ฐ์ ธ์ฌ ์ ์์ ๋ฟ, ์ค์ ๋ด๋ถ์ ๋ฆฌ์คํธ๋ ๊ฐ์ ธ์ฌ ์๊ฐ ์๋๋ฐ ์ด๋ ๋ณด์์์ ๋ฌธ์ ๋๋ฌธ์ด๋ค. `window.history.back()` ...
Read