{"id":16528585,"url":"https://github.com/yeonjuan/dev-blog","last_synced_at":"2025-04-04T08:04:50.424Z","repository":{"id":40672144,"uuid":"247255032","full_name":"yeonjuan/dev-blog","owner":"yeonjuan","description":"개발 블로그, 공부한거 정리","archived":false,"fork":false,"pushed_at":"2025-02-10T11:19:47.000Z","size":24062,"stargazers_count":228,"open_issues_count":4,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-28T07:03:16.200Z","etag":null,"topics":["browser","design-pattern","javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yeonjuan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-03-14T10:23:35.000Z","updated_at":"2025-03-27T09:00:16.000Z","dependencies_parsed_at":"2023-01-26T16:30:41.252Z","dependency_job_id":"bc0e2727-0cdb-49b5-be37-5add3f1cdfe5","html_url":"https://github.com/yeonjuan/dev-blog","commit_stats":{"total_commits":247,"total_committers":2,"mean_commits":123.5,"dds":0.004048582995951455,"last_synced_commit":"a8414417715668de4b7d11e541889012d04929c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fdev-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fdev-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fdev-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yeonjuan%2Fdev-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yeonjuan","download_url":"https://codeload.github.com/yeonjuan/dev-blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247138192,"owners_count":20890009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser","design-pattern","javascript"],"created_at":"2024-10-11T17:40:56.285Z","updated_at":"2025-04-04T08:04:50.394Z","avatar_url":"https://github.com/yeonjuan.png","language":"JavaScript","readme":"# dev-blog\n\n## YeonJuAn 👋\n\n- 💼 LINE+ UIT (2021.09 ~ )\n- 💼 Kakao FE플랫폼 (2019.01 ~ 2021.09)\n\n## Project\n\n- [ES HTML Parser](https://github.com/yeonjuan/es-html-parser): HTML parser.\n- [HTML ESLint](https://github.com/yeonjuan/html-eslint): ESLint plugin for HTML.\n- [js13k-2019 back attacker](https://github.com/yeonjuan/js13k-2019-back): js13kgames competition 2019\n- [TypeScript ESlint Playground](https://github.com/yeonjuan/typescript-eslint-demo): typescript-eslint online playground\n- [parse-git-diff](https://github.com/yeonjuan/parse-git-diff): A parser for git diff\n\n## Posts\n\n### 2024\n\n- [2024 회고](./Review/2024-retrospect.md)\n\n### 2023\n\n- [자바스크립트 에코시스템의 속도 향상 - 배럴(Barrel) 파일의 대실패](./JavaScript/speeding-up-the-javascript-ecosystem-the-barrel-file-debacle.md)\n- [커스텀 프로퍼티를 이용해 CSS 와 자바스크립트 간 데이터 공유하기](./JavaScript/sharing-data-between-css-and-javascript-using-custom-properties.md)\n- [정말 리액트에서 useMemo를 사용해야 할까요? 알아봅시다.(번역)](./JavaScript/should-you-really-use-usememo.md)\n- [Well-Known symbols (번역)](./JavaScript/well-known-symbols.md)\n- [Next.js에서 HTML 페이로드 줄이기 (번역)](./JavaScript/reduce-html-payload-with-nextjs.md)\n\n### 2022\n\n- [JavaScript JSON 파서 (번역)](./JavaScript/json-parser-with-javascript.md)\n- [사용자가 페이지를 떠날 때 안정적으로 HTTP 요청 보내기 (번역)](./Browser/send-an-http-request-on-page-exit.md)\n\n### 2021\n\n- [주니어 FE 개발자 오픈소스 성장기 - kakao tech](https://tech.kakao.com/2021/06/16/frontend-growth-10/)\n\n### 2020\n\n- [`falsy` \u0026 `truthy`](./JavaScript/falsy-truthy.md)\n- [return `undefined` vs `null`](./JavaScript/return-null-vs-undefined.md)\n- [빌더 패턴 탐구(번역)](./DesignPattern/builder-pattern-exploration.md)\n- [2020 OSS 컨트리뷰톤 멘티님들 후기 모음](./Review/2020-oss-contributhon.md)\n- [node 패키지 브라우저에서 사용하기 (with Webpack 4)](./JavaScript/node-module-on-browser.md)\n\n### 2019\n\n- [Js13kGames 2019 참가 후기](./Review/js-13k-2019.md)\n- [Hacktoberfest 2019 참가 후기](./Review/hacktoberfest-2019.md)\n- [ESLint 조금 더 잘 활용하기 - kakao tech](https://tech.kakao.com/2019/12/05/make-better-use-of-eslint/)\n- [코딩 컨벤션 업무를 하며 알게 된 것들 - 1](./JavaScript/coding-convention-1.md)\n- [코딩 컨벤션 업무를 하며 알게 된 것들 - 2](./JavaScript/coding-convention-2.md)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeonjuan%2Fdev-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyeonjuan%2Fdev-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyeonjuan%2Fdev-blog/lists"}