diary

2020๋…„ ๋ชฉํ‘œ

Don't do anything boring ## Tensorflow JS ์ค‘์š”๋„: โ˜…โ˜…โ˜…โ˜…โ˜… ๋‚œ์ด๋„: โ˜…โ˜…โ˜…โ˜…โ˜… AI๊ฐ€ ํ•˜๊ณ  ์‹ถ์–ด์š” ์„ ์ƒ๋‹˜... tensorflowjs ๋ฅผ ํŠœํ† ๋ฆฌ์–ผ๋ถ€ํ„ฐ ๋”ฐ๋ผํ•˜๋ฉด์„œ ๋ฐฐ์›Œ๋ณด์ž. ## ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๊ฐ•์˜ [๋ฐฑ์ค€๊ฐ•์˜](https://code.plus/bundle/8) ์ด์ œ ์•Œ๊ณ ๋ฆฌ์ฆ˜ ์ •๋ณตํ•  ๋•Œ๊ฐ€ ๋˜์—ˆ๋‹ค. ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ์™€ ํŒŒ์ด์ฌ์œผ...

Read
git

Github์„ ์•„๋ฆ„๋‹ต๊ฒŒ ๊ด€๋ฆฌํ•˜๊ธฐ

## 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
typescript

typescript debounce

> 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
browser javascript

๋ธŒ๋ผ์šฐ์ € ํžˆ์Šคํ† ๋ฆฌ ์กฐ์ž‘

## ๋ธŒ๋ผ์šฐ์ € ํžˆ์Šคํ† ๋ฆฌ ๋ธŒ๋ผ์šฐ์ €์˜ ํžˆ์Šคํ† ๋ฆฌ๋Š” `window.history`์•ˆ์— ์žˆ๋‹ค. `History {length: 3, scrollRestoration: "auto", state: null}` `length`๋งŒ ๊ฐ€์ ธ์˜ฌ ์ˆ˜ ์žˆ์„ ๋ฟ, ์‹ค์ œ ๋‚ด๋ถ€์— ๋ฆฌ์ŠคํŠธ๋Š” ๊ฐ€์ ธ์˜ฌ ์ˆ˜๊ฐ€ ์—†๋Š”๋ฐ ์ด๋Š” ๋ณด์•ˆ์ƒ์˜ ๋ฌธ์ œ ๋•Œ๋ฌธ์ด๋‹ค. `window.history.back()` ...

Read