github

Github ์•ก์…˜์œผ๋กœ ์Šค์ผ€์ฅด๋ง ์ž‘์—…ํ•˜๊ธฐ

Github actions๊ฐ€ ๋‚˜์˜ค๋ฉด์„œ cron job์„ ์‹คํ–‰ํ•˜๊ธฐ๊ฐ€ ๋” ํŽธํ•ด์กŒ์Šต๋‹ˆ๋‹ค. ๊ตณ์ด ๋‚ด ์ปดํ“จํ„ฐ๋ฅผ 24์‹œ๊ฐ„ ๋Œ๋ฆฌ๊ณ  ์žˆ์„ ํ•„์š”๋„ ์—†๊ณ , ๋น„์‹ผ ๋ˆ ์ฃผ๋ฉฐ ์–ด๋”” ์ด์ƒํ•œ compute๋ฅผ ์“ธ ํ•„์š”๋„ ์—†์–ด์กŒ์Šต๋‹ˆ๋‹ค. [๋ฌผ๋ก  ๊ณต์งœ๋กœ ์“ธ ์ˆ˜ ์žˆ๋Š” Cron ์„œ๋น„์Šค](https://www.easycron.com/)๋„ ์žˆ์ง€๋งŒ ์•„๋ฌด๋ž˜๋„ github ๊ณผ ์—ฐ๋™ํ•  ์ˆ˜ ์žˆ๋‹ค๋Š” ์ ์ด ํฐ...

Read

์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ๋ฉ”๋ชจ๋ฆฌ ๋ˆ„์ˆ˜์™€ ํ•ด๊ฒฐ ๋ฐฉ๋ฒ•

```toc tight: true, from-heading: 2 to-heading: 3 ``` [4 Types of Memory Leaks in JavaScript and How to Get Rid Of Them](https://auth0.com/blog/four-types-of-leaks-in-your-javascript-code-and-how-to-...

Read

์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ์˜ ๋น„์šฉ

[The cost of JavaScript in 2019](https://v8.dev/blog/cost-of-javascript-2019)์„ ๋ฒˆ์—ญ ์š”์•ฝํ•œ ๊ธ€์ž…๋‹ˆ๋‹ค. ```toc tight: true, from-heading: 2 to-heading: 3 ``` <iframe src="https://www.youtube.com/embed/X9eRLElSW...

Read

๋น ๋ฅธ ๋กœ๋”ฉ์„ ์œ„ํ•œ PRPL ํŒจํ„ด

[Apply instant loading with the PRPL pattern](https://web.dev/apply-instant-loading-with-prpl/)์„ ๋ฒˆ์—ญํ•œ ๊ธ€์ž…๋‹ˆ๋‹ค. PRPL์€ ์›น ํŽ˜์ด์ง€๋ฅผ ๋กœ๋“œํ•˜๊ณ  ์ธํ„ฐ๋ž™ํ‹ฐ๋ธŒ ํ•  ์ˆ˜ ์žˆ๊ฒŒ ๊ธˆ ๋”์šฑ ๋น ๋ฅด๊ฒŒ ๋งŒ๋“œ๋Š” ํŒจํ„ด์„ ์„ค๋ช…ํ•˜๋Š” ์•ฝ์–ด๋‹ค. ## ์š”์•ฝ - ์ค‘์š”ํ•œ ๋ฆฌ์†Œ์Šค๋ฅผ ๋ฏธ๋ฆฌ ๋กœ๋“œํ•ด๋ผ (Push (...

Read

์ฃผ์š” ๋ Œ๋”๋ง ๊ฒฝ๋กœ - ๋ธŒ๋ผ์šฐ์ €์˜ ์›๋ฆฌ๋ฅผ ์ดํ•ดํ•˜๊ณ  ์ตœ์ ํ™” ํ•˜๊ธฐ

[Critical Rendering Path](https://developers.google.com/web/fundamentals/performance/critical-rendering-path?hl=ko)๋ฅผ ์š”์•ฝํ–ˆ์Šต๋‹ˆ๋‹ค. ์ด๊ธ€์„ ๋ณด๋Š”๊ฒŒ ๋” ๋‚˜์•„์š” ์‚ฌ์‹ค ```toc tight: true, from-heading: 2 to-heading: 3 ``` ์„ฑ...

Read