{"id":22487566,"url":"https://github.com/john015/TIL","last_synced_at":"2025-08-02T20:31:00.885Z","repository":{"id":49580284,"uuid":"116791289","full_name":"john015/TIL","owner":"john015","description":"📝 Today I Learned","archived":false,"fork":false,"pushed_at":"2021-06-13T16:02:43.000Z","size":266,"stargazers_count":6,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-06T17:17:15.244Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lsw0150305.gitbook.io/til","language":null,"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/john015.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}},"created_at":"2018-01-09T08:57:32.000Z","updated_at":"2023-09-05T09:23:29.000Z","dependencies_parsed_at":"2022-09-21T15:23:59.625Z","dependency_job_id":null,"html_url":"https://github.com/john015/TIL","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/john015/TIL","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john015%2FTIL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john015%2FTIL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john015%2FTIL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john015%2FTIL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/john015","download_url":"https://codeload.github.com/john015/TIL/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/john015%2FTIL/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268448362,"owners_count":24252019,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-06T17:16:52.226Z","updated_at":"2025-08-02T20:31:00.841Z","avatar_url":"https://github.com/john015.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# TIL\n\n\u003e 머리 속에 있는 지식이나 새로 알게된 지식을 정리하는 곳\n\n📝 Today I Learned\n\n## Computer science\n\n### Algorithm\n\n- [Big-O](https://github.com/john015/TIL/blob/master/algorithm/big-o.md)\n- [이진 탐색](https://github.com/john015/TIL/blob/master/algorithm/binary-search.md)\n- [삽입 정렬](https://github.com/john015/TIL/blob/master/algorithm/insertion-sort.md)\n- [선택 정렬](https://github.com/john015/TIL/blob/master/algorithm/selection-sort.md)\n- [버블 정렬](https://github.com/john015/TIL/blob/master/algorithm/bubble-sort.md)\n- [합병 정렬](https://github.com/john015/TIL/blob/master/algorithm/merge-sort.md)\n- [퀵 정렬](https://github.com/john015/TIL/blob/master/algorithm/quick-sort.md)\n- [계수 정렬](https://github.com/john015/TIL/blob/master/algorithm/counting-sort.md)\n- [힙 정렬](https://github.com/john015/TIL/blob/master/algorithm/heap-sort.md)\n- [동적 계획법](https://github.com/john015/TIL/blob/master/algorithm/dynamic-programming.md)\n- [백트래킹](https://github.com/john015/TIL/blob/master/algorithm/backtracking.md)\n- [다엑스트라 알고리즘](https://github.com/john015/TIL/blob/master/algorithm/dijkstra.md)\n\n\u003chr /\u003e\n\n### 자료구조\n\n- [연결 리스트](https://github.com/john015/TIL/blob/master/data-structure/linked-list.md)\n- [해시테이블](https://github.com/john015/TIL/blob/master/data-structure/hashtable.md)\n- [스택](https://github.com/john015/TIL/blob/master/data-structure/stack.md)\n- [큐](https://github.com/john015/TIL/blob/master/data-structure/queue.md)\n- [그래프](https://github.com/john015/TIL/blob/master/data-structure/graph.md)\n- [트리](https://github.com/john015/TIL/blob/master/data-structure/tree.md)\n- [힙](https://github.com/john015/TIL/blob/master/data-structure/heap.md)\n- [트라이](https://github.com/john015/TIL/blob/master/data-structure/trie.md)\n- [기타](https://github.com/john015/TIL/blob/master/data-structure/etc.md)\n\n\u003chr /\u003e\n\n### CS\n\n- [프로세스 vs 스레드](https://github.com/john015/TIL/blob/master/computer-science/process-vs-thread.md)\n- [비트 연산자](https://github.com/john015/TIL/blob/master/computer-science/bitwise-operator.md)\n- [그레이 코드](https://github.com/john015/TIL/blob/master/computer-science/gray-code.md)\n\n## Common\n\n### 프로그래밍 패러다임\n\n- [구조적 프로그래밍](https://github.com/john015/TIL/blob/master/programming-paradigm/sp.md)\n- [객체지향 프로그래밍](https://github.com/john015/TIL/blob/master/programming-paradigm/oop.md)\n- [함수형 프로그래밍](https://github.com/john015/TIL/blob/master/programming-paradigm/FP.md)\n\n\u003chr /\u003e\n\n### 디자인 패턴\n\n- [MVC](https://github.com/john015/TIL/blob/master/design-pattern/mvc.md)\n- [MVP](https://github.com/john015/TIL/blob/master/design-pattern/mvp.md)\n- [MVVM](https://github.com/john015/TIL/blob/master/design-pattern/mvvm.md)\n- [Flux](https://github.com/john015/TIL/blob/master/design-pattern/flux.md)\n- [Atomic-design](https://github.com/john015/TIL/blob/master/design-pattern/atomic-design.md)\n\n\u003chr /\u003e\n\n### Git\n\n- [Git-flow](https://github.com/john015/TIL/blob/master/git/git-flow.md)\n\n\u003chr /\u003e\n\n### RegExp\n\n- [RegExp](https://github.com/john015/TIL/blob/master/regExp/regExp.md)\n\n## Web\n\n### Web\n\n- [Basic](https://github.com/john015/TIL/blob/master/web/Basic.md)\n- [NPM](https://github.com/john015/TIL/blob/master/web/npm.md)\n- [Webpack](https://github.com/john015/TIL/blob/master/web/webpack.md)\n- [렌더링 방식들의 장단점](https://github.com/john015/TIL/blob/master/web/rendering.md)\n- [브라우저 동작 원리](https://github.com/john015/TIL/blob/master/web/web-browser-working-flow.md)\n\n\u003chr /\u003e\n\n### HTML\n\n- [HTML](https://github.com/john015/TIL/blob/master/html/html.md)\n\n\u003chr /\u003e\n\n### CSS\n\n- [CSS](https://github.com/john015/TIL/blob/master/css/css.md)\n- [CSS 방법론](https://github.com/john015/TIL/blob/master/css/css-methodologies.md)\n- [flex](https://github.com/john015/TIL/blob/master/css/flexbox.md)\n- [grid](https://github.com/john015/TIL/blob/master/css/grid.md)\n\n\u003chr /\u003e\n\n### JavaScript\n\n- [JavaScript](https://github.com/john015/TIL/blob/master/javaScript/javaScript.md)\n- [EventLoop](https://github.com/john015/TIL/blob/master/javaScript/event-loop.md)\n- [Snippets](https://github.com/john015/TIL/blob/master/javaScript/snippets.md)\n- [DOM](https://github.com/john015/TIL/blob/master/javaScript/dom.md)\n- [성능 최적화](https://github.com/john015/TIL/blob/master/javaScript/performance-optimize.md)\n\n\u003chr /\u003e\n\n### React\n\n- [함수형 컴포넌트 vs 클래스 컴포넌트](https://github.com/john015/TIL/blob/master/react/functional%20component%20vs%20class%20component.md)\n- [react는 어떻게 동작할까](https://github.com/john015/TIL/blob/master/react/how-react-works.md)\n- [React의 장점](https://github.com/john015/TIL/blob/master/react/benefits-of-using-react.md)\n- [life cycle](https://github.com/john015/TIL/blob/master/react/life-cycle.md)\n- [Next.js](https://github.com/john015/TIL/blob/master/react/nextjs.md)\n- [react hooks](https://github.com/john015/TIL/blob/master/react/react-hooks.md)\n- [Mobx](https://github.com/john015/TIL/blob/master/react/mobx.md)\n- [Styled-components](https://github.com/john015/TIL/blob/master/react/styled-components.md)\n- [Redux-saga](https://github.com/john015/TIL/blob/master/react/redux-saga.md)\n\n\u003chr /\u003e\n\n### Vue\n\n- [Vue](https://github.com/john015/TIL/blob/master/vue/Vue.md)\n\n\u003chr /\u003e\n\n### 웹 보안\n\n- [Tabnabbing](https://github.com/john015/TIL/blob/master/web-security/tabnabbing.md)\n- [XSS](https://github.com/john015/TIL/blob/master/web-security/xss.md)\n- [CRSF](https://github.com/john015/TIL/blob/master/web-security/csrf.md)\n\n\u003chr /\u003e\n\n### GraphQL\n\n- [Intro](https://github.com/john015/TIL/blob/master/graphQL/Intro.md)\n- [Query](https://github.com/john015/TIL/blob/master/graphQL/Query.md)\n- [Mutation](https://github.com/john015/TIL/blob/master/graphQL/Mutation.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn015%2FTIL","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohn015%2FTIL","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohn015%2FTIL/lists"}