{"id":26064497,"url":"https://github.com/marpple/devunivtechsessionnexon","last_synced_at":"2025-04-11T13:37:29.177Z","repository":{"id":253610186,"uuid":"844011435","full_name":"marpple/DevUnivTechSessionNexon","owner":"marpple","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-12T14:48:26.000Z","size":176,"stargazers_count":13,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-25T09:52:45.986Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/marpple.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":"2024-08-18T05:23:52.000Z","updated_at":"2025-03-19T06:55:45.000Z","dependencies_parsed_at":"2024-08-28T03:12:15.853Z","dependency_job_id":"58e7195a-0280-46b7-8ea5-89b918227171","html_url":"https://github.com/marpple/DevUnivTechSessionNexon","commit_stats":null,"previous_names":["marpple/devunivtechsessionnexon"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2FDevUnivTechSessionNexon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2FDevUnivTechSessionNexon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2FDevUnivTechSessionNexon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marpple%2FDevUnivTechSessionNexon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marpple","download_url":"https://codeload.github.com/marpple/DevUnivTechSessionNexon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248410290,"owners_count":21098774,"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":[],"created_at":"2025-03-08T18:13:23.684Z","updated_at":"2025-04-11T13:37:29.153Z","avatar_url":"https://github.com/marpple.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MarppleDevUniv Tech Session - Nexon\n\n```\npnpm install\ncd apps/example/\npnpm rune dev\n```\n\n## 함수형 프로그래밍\n\n### 1회 멀티패러다임이 협력하여 함수형으로 가는 길\n- 주소: http://localhost:6001/session1 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session1/session1.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session1/session1.ts)\n\n### 2회 함수형 프로그래밍과 타입시스템\n- 주소: http://localhost:6001/session2 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session2/session2.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session2/session2.ts)\n\n### 3회 값으로 다루는, 지연성으로 다루는 비동기 프로그래밍\n- 주소: http://localhost:6001/session3 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session3/session3.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session3/session3.ts)\n\n### 4회 비동기 에러 핸들링\n- 주소: http://localhost:6001/session4 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session4/session4.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session4/session4.ts)\n\n### 5회 타입으로 다루는 비동기 프로그래밍\n- 주소: http://localhost:6001/session5 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session5/session5.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session5/session5.ts)\n\n### 6회 실전 함수형 프로그래밍\n- 주소: http://localhost:6001/session6 (접속 후 크롬 콘솔창 열기)\n- 코드: \n  - [실전 데이터 사용](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session6/session6.ts)\n  - [백엔드 결제 누락 스케줄러](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session6/session6-2.ts)\n\n### 7회 멀티패러다임 프로그래밍\n- 주소: http://localhost:6001/session7 (접속 후 크롬 콘솔창 열기)\n- 코드: [/apps/example/src/pages/session7/session7.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session7/session7.ts)\n\n### 8회 객체지향 프로그래밍 1\n- 주소: http://localhost:6001/session8\n- 코드: [/apps/example/src/pages/session8/session8.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session8/session8.ts)\n\n### 9회 객체지향 프로그래밍 2, 그런데 멀티패러다임을 곁들인\n- 주소: http://localhost:6001/session9\n- 설정앱: [/apps/example/src/pages/session9/apps/setting.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session9/apps/setting.ts)\n- 투두앱: [/apps/example/src/pages/session9/apps/todo.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session9/apps/todo.ts)\n\n### 10회 객체지향 프로그래밍 3\n- 주소: http://localhost:6001/session10\n- 투두앱: [/apps/example/src/pages/session10/apps/todo/todoPage.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session10/apps/todo/TodoPage.ts)\n- 상태 패턴 1: [/apps/example/src/pages/session10/apps/todo/todoPage2.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session10/apps/todo/TodoPage2.ts)\n- 상태 패턴 2: [/apps/example/src/pages/session10/apps/todo/todoPage3.ts](https://github.com/marpple/DevUnivTechSessionNexon/blob/main/apps/example/src/pages/session10/apps/todo/TodoPage3.ts)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarpple%2Fdevunivtechsessionnexon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarpple%2Fdevunivtechsessionnexon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarpple%2Fdevunivtechsessionnexon/lists"}