https://github.com/yeonjuan/dev-blog
개발 블로그, 공부한거 정리
https://github.com/yeonjuan/dev-blog
browser design-pattern javascript
Last synced: about 1 year ago
JSON representation
개발 블로그, 공부한거 정리
- Host: GitHub
- URL: https://github.com/yeonjuan/dev-blog
- Owner: yeonjuan
- Created: 2020-03-14T10:23:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T11:19:47.000Z (about 1 year ago)
- Last Synced: 2025-03-28T07:03:16.200Z (about 1 year ago)
- Topics: browser, design-pattern, javascript
- Language: JavaScript
- Homepage:
- Size: 22.9 MB
- Stars: 228
- Watchers: 8
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dev-blog
## YeonJuAn 👋
- 💼 LINE+ UIT (2021.09 ~ )
- 💼 Kakao FE플랫폼 (2019.01 ~ 2021.09)
## Project
- [ES HTML Parser](https://github.com/yeonjuan/es-html-parser): HTML parser.
- [HTML ESLint](https://github.com/yeonjuan/html-eslint): ESLint plugin for HTML.
- [js13k-2019 back attacker](https://github.com/yeonjuan/js13k-2019-back): js13kgames competition 2019
- [TypeScript ESlint Playground](https://github.com/yeonjuan/typescript-eslint-demo): typescript-eslint online playground
- [parse-git-diff](https://github.com/yeonjuan/parse-git-diff): A parser for git diff
## Posts
### 2024
- [2024 회고](./Review/2024-retrospect.md)
### 2023
- [자바스크립트 에코시스템의 속도 향상 - 배럴(Barrel) 파일의 대실패](./JavaScript/speeding-up-the-javascript-ecosystem-the-barrel-file-debacle.md)
- [커스텀 프로퍼티를 이용해 CSS 와 자바스크립트 간 데이터 공유하기](./JavaScript/sharing-data-between-css-and-javascript-using-custom-properties.md)
- [정말 리액트에서 useMemo를 사용해야 할까요? 알아봅시다.(번역)](./JavaScript/should-you-really-use-usememo.md)
- [Well-Known symbols (번역)](./JavaScript/well-known-symbols.md)
- [Next.js에서 HTML 페이로드 줄이기 (번역)](./JavaScript/reduce-html-payload-with-nextjs.md)
### 2022
- [JavaScript JSON 파서 (번역)](./JavaScript/json-parser-with-javascript.md)
- [사용자가 페이지를 떠날 때 안정적으로 HTTP 요청 보내기 (번역)](./Browser/send-an-http-request-on-page-exit.md)
### 2021
- [주니어 FE 개발자 오픈소스 성장기 - kakao tech](https://tech.kakao.com/2021/06/16/frontend-growth-10/)
### 2020
- [`falsy` & `truthy`](./JavaScript/falsy-truthy.md)
- [return `undefined` vs `null`](./JavaScript/return-null-vs-undefined.md)
- [빌더 패턴 탐구(번역)](./DesignPattern/builder-pattern-exploration.md)
- [2020 OSS 컨트리뷰톤 멘티님들 후기 모음](./Review/2020-oss-contributhon.md)
- [node 패키지 브라우저에서 사용하기 (with Webpack 4)](./JavaScript/node-module-on-browser.md)
### 2019
- [Js13kGames 2019 참가 후기](./Review/js-13k-2019.md)
- [Hacktoberfest 2019 참가 후기](./Review/hacktoberfest-2019.md)
- [ESLint 조금 더 잘 활용하기 - kakao tech](https://tech.kakao.com/2019/12/05/make-better-use-of-eslint/)
- [코딩 컨벤션 업무를 하며 알게 된 것들 - 1](./JavaScript/coding-convention-1.md)
- [코딩 컨벤션 업무를 하며 알게 된 것들 - 2](./JavaScript/coding-convention-2.md)