Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devfancy/devfancy-woowacourse
for Woowacourse 5th Pre-course
https://github.com/devfancy/devfancy-woowacourse
backend java11 woowacourse-precourse
Last synced: 14 days ago
JSON representation
for Woowacourse 5th Pre-course
- Host: GitHub
- URL: https://github.com/devfancy/devfancy-woowacourse
- Owner: devFancy
- Created: 2023-01-22T06:27:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-09T08:16:55.000Z (about 1 year ago)
- Last Synced: 2024-11-21T06:38:12.114Z (3 months ago)
- Topics: backend, java11, woowacourse-precourse
- Language: Java
- Homepage:
- Size: 404 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# woowacourse-archive
> [우아한테크코스](https://woowacourse.github.io/) 우아한테크코스 5기 프리코스에서 학습한 내용을 정리하는 저장소
## 🧩 Level 0 : 프리코스
### 기간
* 2022.10.26 – 2022.12.17
### 진행 미션
| Project |Repository |Pull Request |
|:---------:|:---------:|:-----------:|
| 미션 - 온보딩 |[java-onboarding](https://github.com/devFancy/java-onboarding/tree/fancy-log)|[Pull Request](https://github.com/woowacourse-precourse/java-onboarding/pull/1276)|
| 숫자 야구 게임 |[java-baseball-precourse](https://github.com/devFancy/java-baseball/tree/fancy-review)|[Pull Request](https://github.com/woowacourse-precourse/java-baseball/pull/1001)|
| 로또 게임 |[java-lotto-precourse](https://github.com/devFancy/java-lotto/tree/fancy-log)|[Pull Request](https://github.com/woowacourse-precourse/java-lotto/pull/877)|
| 다리 건너기 게임 |[java-bridge-precourse](https://github.com/devFancy/java-bridge/tree/fancy-log)|[Pull Request](https://github.com/woowacourse-precourse/java-bridge/pull/851)|### 미션 복습
| Project |Repository |Pull Request |
|:---------:|:---------:|:-----------:|
| 숫자 야구 게임 |[java-baseball-review](https://github.com/devFancy/java-baseball/tree/fancy-review2)|[Pull Request](https://github.com/woowacourse-precourse/java-baseball/pull/1508)|
| 로또 게임 |[java-lotto-review](https://github.com/devFancy/java-lotto/tree/fancy-review)|[Pull Request](https://github.com/woowacourse-precourse/java-lotto/pull/1326)|
| 다리 건너기 게임 |[java-bridge-review](https://github.com/devFancy/java-bridge/tree/fancy-review)|[Pull Request](https://github.com/woowacourse-precourse/java-bridge/pull/1209)|
| 페어매칭관리 애플리케이션 |[java-pairmatching-precourse](https://github.com/devFancy/java-pairmatching-precourse/tree/fancy-review)|[Pull Request](https://github.com/woowacourse/java-pairmatching-precourse/pull/156)|### 최종 코테 대비
* 최종 코테를 대비하기 위해 **대구-모각코** 모임에 참가하였습니다.
* 1차 모임 / 일시: 2022-11-27 (일) 13시 ~ 19시 (6h) / 장소: 스터디카페 타스 동성로점 / 내용: 4기 최종 테스트 `페어매칭관리` 미션 구현
* 2차 모임 / 일시: 2022-12-04 (일) 19시 ~ 21시 (2h) / 장소: 온라인(구글 미트) / 내용: `페어매칭관리` 코드 리뷰
* 3차 모임 / 일시: 2022-12-11 (일) 13시 ~ 19시 (6h) / 장소: 스터디카페 타스 동성로점 / 내용: 3기 `자판기` 미션 구현### 블로그 포스팅
* [[우아한테크코스] 코수타 내용 정리](https://devfancy.github.io/Woowacourse-Cosuta-Review/)
* [[BE] 2주차 미션 회고 (숫자 야구 게임)](https://devfancy.github.io/Woowacourse-2th-Mission/)
* [[BE] 3주차 미션 회고 (로또 게임)](https://devfancy.github.io/Woowacourse-3th-Mission/)
* [[BE] 4주차 미션 회고 (다리 건너기)](https://devfancy.github.io/Woowacourse-4th-Mission/)
* [Spring MVC 이해와 적용](https://devfancy.github.io/Spring-MVC-Concept/)
* [Git 이란?](https://devfancy.github.io/Git-Concept/)
* [커밋 메세지 규약 정리 (AngularJS)](https://devfancy.github.io/Git-Commit-Message/)
* [AssertJ 개념 정리](https://devfancy.github.io/AssertJ-Concept/)
* [fork 해온 repository 잔디 심는 방법](https://devfancy.github.io/Git-Fork-Repository/)
* [다른 사람 혹은 나의 repository에 있는 branch 복사하기](https://devfancy.github.io/Git-My-Repository-Branch-Copy/)