An open API service indexing awesome lists of open source software.

https://github.com/marpple/devuniv


https://github.com/marpple/devuniv

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## 수요코딩회 예제 실행

```
pnpm install
cd apps/live/
pnpm rune dev
```

### 개발자 가상 면접 (ep.1)
- 주소: http://localhost:6001/concurrent (접속 후 크롬 콘솔창 열기)
- 코드: [/apps/live/src/pages/live-1/concurrent.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-1/concurrent.ts)

### 멀티패러다임 언어 (ep.2 ~ 2.5)
- 주소: http://localhost:6001/mpl
- ep2 코드: [/apps/live/src/pages/live-2/html.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-2/html.ts)
- ep2.5 코드: [/apps/live/src/pages/live-2/html2.5.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-2/html2.5.ts)

### 객체지향 프론트엔드 (ep.3)
- 주소: http://localhost:6001/object-fe
- 코드: [/apps/live/src/pages/live-3/Setting/index.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-3/Setting/index.ts)

### 객체지향 프론트엔드 2탄 (ep.4)
- 주소: http://localhost:6001/object-fe2
- Setting App: [/apps/live/src/pages/live-4/Setting/index.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-4/Setting/index.ts)
- Todo App: [/apps/live/src/pages/live-4/Todo/index.ts](https://github.com/marpple/DevUniv/blob/main/apps/live/src/pages/live-4/Todo/index.ts)

### 타입 잘 다루기 - 유틸리티 타입 만들기
- 소스코드: https://github.com/marpple/DevUniv/tree/devuniv-utility-types

### 바닐라 자바스크립트로 하는 이미지 프로세싱
- 소스코드: https://github.com/marpple/DevUniv/tree/devuniv-image-processing