Skip to content

Commit b9a3761

Browse files
committed
시간표 변경
1 parent 453b8f6 commit b9a3761

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

_data/program.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ days:
33
abbr: 1부
44
date: 2024-03-23
55
rooms:
6-
- name: Room A
6+
- name: 제주
77
talks:
88
- name: "FastAPI와 함께 하는 문서 우선 개발(Document First Development, DFD)"
99
time_start: '10:00'
@@ -17,7 +17,7 @@ days:
1717
- name: "FastAPI를 활용한 MSA 설계"
1818
time_start: '14:00'
1919
time_end: '14:20'
20-
- name: "Serverless Exodus (feat. ECS Fargate, FastAPI)"
20+
- name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
2121
time_start: '15:00'
2222
time_end: '15:40'
2323
- name: "FastAPI와 함께하는 비동기와 테스트"
@@ -27,7 +27,7 @@ days:
2727
time_start: '16:20'
2828
time_end: '17:00'
2929

30-
- name: Room B
30+
- name: 동해
3131
talks:
3232
- name: "Django에 힙한 것 적용하기, 대신 찍먹해드립니다."
3333
time_start: '10:00'
@@ -51,7 +51,7 @@ days:
5151
time_start: '16:20'
5252
time_end: '17:00'
5353

54-
- name: Room C
54+
- name: 독도
5555
talks:
5656
- name: "Back To The Classic (부제: 배포 방식 변경으로 하루 30분 절약하기)"
5757
time_start: '10:00'
@@ -65,7 +65,7 @@ days:
6565
- name: "Python의 flask에서 멀티 스레딩으로 큰 작업의 시간 줄이기"
6666
time_start: '14:00'
6767
time_end: '14:20'
68-
- name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
68+
- name: "Serverless Exodus (feat. ECS Fargate, FastAPI)"
6969
time_start: '15:00'
7070
time_end: '15:40'
7171
- name: "과거로의 회귀? Hypermedia 기반 개발 fastapi HTMX 체험하기"

_rooms/room-b.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Room C
2+
name: 독도
33
---
44

55
A different way description on how to find this room

_rooms/동해.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
name: 동해
3+
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Room A
2+
name: 제주
33
---
44

55
A short way description on how to find the room

index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ layout: home
88
일시 : 2024년 3월 23일 (토) 10:00 ~ 17:00<br>
99
장소 : 한국 마이크로소프트 (<a class="button" href="https://naver.me/5CzpevRF">https://naver.me/5CzpevRF</a>) 13층 (주차지원 X)
1010

11+
발표 영상은 공개되지 않고, 발표 자료는 4월 1일 이후 공개됩니다
12+
13+
1114
<a class="button" href="/talks/"> 발표 목록 확인하기 </a>
1215

1316
<a class="button" href="/program/"> 발표 시간표 확인하기 </a>

0 commit comments

Comments
 (0)