https://github.com/reddevilmidzy/woowalog
우아한테크코스 6기 과정
https://github.com/reddevilmidzy/woowalog
Last synced: 5 months ago
JSON representation
우아한테크코스 6기 과정
- Host: GitHub
- URL: https://github.com/reddevilmidzy/woowalog
- Owner: reddevilmidzy
- Created: 2023-12-28T16:03:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-15T05:27:49.000Z (about 1 year ago)
- Last Synced: 2025-10-24T16:39:10.563Z (8 months ago)
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🪐 woowalog
우아한테크코스 6기 로그
## 🌑 Prologue 프리코스 & 최종 코딩 테스트
| 미션 | 기간 | 레포지토리 | 풀리퀘스트
|:---:|:---:|:---:|:---:|
| 숫자 야구 | 2023-10-19 ~ 2023-10-25 | [링크](https://github.com/reddevilmidzy/java-baseball-6) | [PR링크](https://github.com/woowacourse-precourse/java-baseball-6/pull/843) |
| 자동차 경주 | 2023-10-26 ~ 2023-11-01 | [링크](https://github.com/reddevilmidzy/java-racingcar-6) | [PR링크](https://github.com/woowacourse-precourse/java-racingcar-6/pull/586) |
| 로또 | 2023-11-02 ~ 2023-11-08 | [링크](https://github.com/reddevilmidzy/java-lotto-6) | [PR링크](https://github.com/woowacourse-precourse/java-lotto-6/pull/445) |
| 크리스마스 프로모션 | 2023-11-09 ~ 2023-11-15 | [링크](https://github.com/reddevilmidzy/java-christmas-6-reddevilmidzy) | - |
| 온콜 | 2023-12-16 | [링크](https://github.com/reddevilmidzy/java-oncall-6-reddevilmidzy) | [PR링크](https://github.com/reddevilmidzy/java-oncall-6-reddevilmidzy/pull/1) |
### 📙 후기
* [[우테코] 프리코스, 최종 코테 및 최종 합격 후기 (백엔드)](https://lazypazy.tistory.com/256)
## 🌒 Level 1
| 미션 | 기간 | 레포지토리 | 풀리퀘스트 | 페어 | 리뷰어 |
|:---:|:---:|:---:|:---:|:---:|:---:|
| 자동차 경주 1단계 | 2024-02-13 ~ 2024-02-15 | [step1 링크](https://github.com/reddevilmidzy/java-racingcar/tree/step1) | [PR링크](https://github.com/woowacourse/java-racingcar/pull/728) | [백호](https://github.com/Arachneee) | [범블비](https://github.com/ddaaac) |
| 자동차 경주 2단계 | 2024-02-16 ~ 2024-02-19 | [step2 링크](https://github.com/reddevilmidzy/java-racingcar/tree/step2) | [PR링크](https://github.com/woowacourse/java-racingcar/pull/747) | | |
| 사다리 타기 1단계 | 2024-02-20 ~ 2024-02-22 | [step1 링크](https://github.com/reddevilmidzy/java-ladder/tree/step1) | [PR링크](https://github.com/woowacourse/java-ladder/pull/281) | [안나](https://github.com/Mingyum-Kim) | [아서](https://github.com/Hyunta) |
| 사다리 게임 2단계 | 2024-02-23 ~ 2024-03-04 | [step2 링크](https://github.com/reddevilmidzy/java-ladder/tree/step2) | [PR링크](https://github.com/woowacourse/java-ladder/pull/357) | | |
| 블랙잭 게임 1단계 | 2024-03-05 ~ 2024-03-08 | [step1 링크](https://github.com/reddevilmidzy/java-blackjack/tree/step1) | [PR링크](https://github.com/woowacourse/java-blackjack/pull/642) | [제제](https://github.com/JINU-CHANG) | [수달](https://github.com/her0807) |
| 블랙잭 게임 2단계 | 2024-03-09 ~ 2024-03-18 | [step2 링크](https://github.com/reddevilmidzy/java-blackjack/tree/step2) | [PR링크](https://github.com/woowacourse/java-blackjack/pull/725) | | |
| 체스 1단계 | 2024-03-19 ~ 2024-03-21 | [step1 링크](https://github.com/reddevilmidzy/java-chess/tree/step1) | [PR링크](https://github.com/woowacourse/java-chess/pull/678) | [비토](https://github.com/unifolio0) | [제이미](https://github.com/jamie9504) |
| 체스 2단계 | 2024-03-22 ~ 2024-04-01 | [step2 링크](https://github.com/reddevilmidzy/java-chess/tree/step2) | [PR링크](https://github.com/woowacourse/java-chess/pull/785) | | |
### 📗 기술부채
* [[자바] ENUM에서 equals() vs ==, NPE(NullPointerException)의 고찰](https://lazypazy.tistory.com/278)
* [[자바] 내가 커스텀 예외를 사용하게된 이유 (IllegalArgumentException, IllegalStateException)](https://lazypazy.tistory.com/280)
* [[자바] final에 美친놈](https://lazypazy.tistory.com/281)
### 📘 회고
* [1주차 회고](https://lazypazy.tistory.com/266)
* [2주차 회고](https://lazypazy.tistory.com/268)
* [3주차 회고](https://lazypazy.tistory.com/271)
* [4주차 회고](https://lazypazy.tistory.com/273)
* [5주차 회고](https://lazypazy.tistory.com/275)
* [6주차 회고](https://lazypazy.tistory.com/277)
* [7주차 회고](https://lazypazy.tistory.com/279)
## 🌓 Level 2
| 미션 | 기간 | 레포지토리 | 풀리퀘스트 | 페어 | 리뷰어 |
|:---:|:---:|:---:|:---:|:---:|:---:|
| 방탈출 예약 관리 1단계 | 2024-04-16 ~ 2024-04-18 | [step1 링크](https://github.com/reddevilmidzy/spring-roomescape-admin/tree/step1) | [PR링크](https://github.com/woowacourse/spring-roomescape-admin/pull/54) | [감자](https://github.com/khabh) | [오리](https://github.com/jinyoungchoi95) |
| 방탈출 예약 관리 2단계 | 2024-04-19 ~ 2024-04-24 | [step2 링크](https://github.com/reddevilmidzy/spring-roomescape-admin/tree/step2) | [PR링크](https://github.com/woowacourse/spring-roomescape-admin/pull/88) | | |
| 방탈출 예약 관리 3단계 | 2024-04-25 ~ 2024-04-29 | [step3 링크](https://github.com/reddevilmidzy/spring-roomescape-admin/tree/step3) | [PR링크](https://github.com/woowacourse/spring-roomescape-admin/pull/158) | | |
| 방탈출 사용자 예약 1단계 | ~ 2024-05-02 | [step1 링크](https://github.com/reddevilmidzy/spring-roomescape-member/tree/step1) | [PR 링크](https://github.com/woowacourse/spring-roomescape-member/pull/49) | [새양](https://github.com/geoje) | [영이](https://github.com/choijy1705) |
| 방탈출 사용자 예약 2단계 | ~ 2024-05-13 | [step2 링크](https://github.com/reddevilmidzy/spring-roomescape-member/tree/step2) | [PR 링크](https://github.com/woowacourse/spring-roomescape-member/pull/107) | | |
| 방탈출 예약 대기 1단계 | ~ 2024-05-16 | [step1 링크](https://github.com/reddevilmidzy/spring-roomescape-waiting/tree/step1-1) | [PR 링크](https://github.com/woowacourse/spring-roomescape-waiting/pull/26) | [명오](https://github.com/hyunghokim00) | [미르](https://github.com/ddu0422) |
| 방탈출 예약 대기 2단계 | ~ 2024-05-27 | [step1 링크](https://github.com/reddevilmidzy/spring-roomescape-waiting/tree/step2) | [PR 링크](https://github.com/woowacourse/spring-roomescape-waiting/pull/116) | | |
| 방탈출 결제 / 배포 1단계| ~ 2024-05-30 | [step1 링크](https://github.com/reddevilmidzy/spring-roomescape-payment/tree/step1) | [PR 링크](https://github.com/woowacourse/spring-roomescape-payment/pull/58) | [폭포](https://github.com/BurningFalls) | [피케이](https://github.com/pkeugine) |
| 방탈출 결제 / 배포 2단계 | ~ 2024-06-10 | [step2 링크](https://github.com/reddevilmidzy/spring-roomescape-payment/tree/step2) | [PR 링크](https://github.com/woowacourse/spring-roomescape-payment/pull/140) | | |
### 스프링
* [[Spring] @ResponseBody vs ResponseEntity](https://lazypazy.tistory.com/284)
### 회고
* [9주차 회고](https://lazypazy.tistory.com/285)
* [10주차 회고](https://lazypazy.tistory.com/287)
## 🌔 Level 3
[코딩해듀오](https://github.com/woowacourse-teams/2024-coduo)
| 팀원 | 분야 |
| --- | --- |
| [레디](https://github.com/reddevilmidzy) | BE |
| [레모네](https://github.com/JiHyeonL) | BE |
| [잉크](https://github.com/yechop) | BE |
| [켈리](https://github.com/kelly6bf) | BE |
| [파슬리](https://github.com/anttiey) | FE |
| [파란](https://github.com/greetings1012) | FE |
| [프람](https://github.com/koust6u) | BE |
| [해시](https://github.com/dle234) | FE |
[DNS 테코톡](https://youtu.be/X2hcteH8kR0?si=KqVdfWcDyzn9W6Hn)
## 🌕 Level 4
| 미션 | 기간 | 레포지토리 | 풀리퀘스트 | 리뷰어 |
|:---:|:---:|:---:|:---:|:---:|
| Tomcat 구현하기 1단계 | 2024-09-03 ~ 2024-09-06 | [step1 링크](https://github.com/reddevilmidzy/java-http/tree/step1) | [PR링크](https://github.com/woowacourse/java-http/pull/570) | [제제](https://github.com/JINU-CHANG) |
| Tomcat 구현하기 2단계 | ~ 2024-09-13 | [step2 링크](https://github.com/reddevilmidzy/java-http/tree/step2) | [PR링크](https://github.com/woowacourse/java-http/pull/626) | |
| Tomcat 구현하기 3단계| ~ 2024-09-13 | [step3 링크](https://github.com/reddevilmidzy/java-http/tree/step3) | [PR링크](https://github.com/woowacourse/java-http/pull/744) | |
| @MVC 구현하기 1단계| ~ 2024-09-23 | [step1 링크](https://github.com/reddevilmidzy/java-mvc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-mvc/pull/663) | [폴라](https://github.com/jinchiim) |
| @MVC 구현하기 2단계 | ~ 2024-09-23 | [step2 링크](https://github.com/reddevilmidzy/java-mvc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-mvc/pull/786) | |
| @MVC 구현하기 3단계 | ~ 2024-09-30 | [step3 링크](https://github.com/reddevilmidzy/java-mvc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-mvc/pull/833) | |
| JDBC 라이브러리 구현하기 1단계 | ~ 2024-10-07 | [step1 링크](https://github.com/reddevilmidzy/java-jdbc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-jdbc/pull/690) | [초코칩](https://github.com/Chocochip101) |
| JDBC 라이브러리 구현하기 2단계 | ~ 2024-10-07 | [step2 링크](https://github.com/reddevilmidzy/java-jdbc/tree/step2) | [PR 링크](https://github.com/woowacourse/java-jdbc/pull/767) | |
| JDBC 라이브러리 구현하기 3단계 | ~ 2024-10-14 | [step3 링크](https://github.com/reddevilmidzy/java-jdbc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-jdbc/pull/836) | |
| JDBC 라이브러리 구현하기 4단계 | ~ 2024-10-14 | [step4 링크](https://github.com/reddevilmidzy/java-jdbc/tree/step1) | [PR 링크](https://github.com/woowacourse/java-jdbc/pull/919) | |
| DB 복제와 캐시 1단계 | ~ 2024-10-18 | [step1 링크](https://github.com/reddevilmidzy/java-coupon/tree/step1) | [PR 링크](https://github.com/woowacourse/java-coupon/pull/59) | [호기]() |
| DB 복제와 캐시 2단계 | ~ 2024-10-28 | [step2 링크](https://github.com/reddevilmidzy/java-coupon/tree/step2) | [PR 링크](https://github.com/woowacourse/java-coupon/pull/132) | |