File tree 5 files changed +63
-17
lines changed
5 files changed +63
-17
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,8 @@ conference:
61
61
62
62
navigation :
63
63
links :
64
+ - name : 발표 시간표 (Schedule)
65
+ relative_url : /program/
64
66
- name : 발표 목록
65
67
relative_url : /talks/
66
68
- name : CoC
Original file line number Diff line number Diff line change 1
1
days :
2
- - name : Monday
3
- abbr : Mo
4
- date : 2020-01-31
2
+ - name : 1부
3
+ abbr : 1부
4
+ date : 2024-03-23
5
5
rooms :
6
6
- name : Room A
7
7
talks :
8
- - name : Vim Impetus Placerat Cotidieque Ad
9
- time_start : ' 12:00'
10
- time_end : ' 12:45'
11
- - name : Condimentum Vitae Sapien Pellentesque
12
- time_start : ' 12:45'
13
- time_end : ' 13:30'
8
+ - name : " FastAPI와 함께 하는 문서 우선 개발(Document First Development, DFD)"
9
+ time_start : ' 10:00'
10
+ time_end : ' 10:40'
11
+ - name : " FastAPI 던전 공략하기"
12
+ time_start : ' 10:50'
13
+ time_end : ' 11:30'
14
+ - name : " FastAPI와 asyncio 생태계에서 커머스 서비스 구현하기"
15
+ time_start : ' 11:50'
16
+ time_end : ' 12:10'
17
+ - name : " FastAPI를 활용한 MSA 설계"
18
+ time_start : ' 14:00'
19
+ time_end : ' 14:20'
20
+ - name : " Serverless Exodus (feat. ECS Fargate, FastAPI)"
21
+ time_start : ' 15:00'
22
+ time_end : ' 15:40'
23
+ - name : " API - 설계 먼저 할래, 개발 먼저 할래?"
24
+ time_start : ' 16:20'
25
+ time_end : ' 17:00'
14
26
15
27
- name : Room B
16
28
talks :
17
- - name : Arcu Non Odio
18
- time_start : ' 12:00'
19
- time_end : ' 13:00'
29
+ - name : " Django에 힙한 것 적용하기, 대신 찍먹해드립니다."
30
+ time_start : ' 10:00'
31
+ time_end : ' 10:40'
32
+ - name : " GitActions를 활용한 Django CI/CD 구축"
33
+ time_start : ' 10:50'
34
+ time_end : ' 11:30'
35
+ - name : " 생산성을 위해 Django RESTFramework를 공부하다"
36
+ time_start : ' 11:50'
37
+ time_end : ' 12:10'
38
+ - name : " Django RBAC 역할 기반 권한 관리 시스템 구축기"
39
+ time_start : ' 14:00'
40
+ time_end : ' 14:20'
41
+ - name : " 캐시 패턴의 진화사"
42
+ time_start : ' 15:00'
43
+ time_end : ' 15:40'
44
+ - name : " API - 설계 먼저 할래, 개발 먼저 할래?"
45
+ time_start : ' 16:20'
46
+ time_end : ' 17:00'
20
47
21
48
- name : Room C
22
49
talks :
23
- - name : Eu Nisl Nunc Mi Ipsum Faucibus
24
- time_start : ' 13:30'
25
- time_end : ' 14:30'
50
+ - name : " Back To The Classic (부제: 배포 방식 변경으로 하루 30분 절약하기)"
51
+ time_start : ' 10:00'
52
+ time_end : ' 10:40'
53
+ - name : " 정답은 없지만 오답은 있답니다"
54
+ time_start : ' 10:50'
55
+ time_end : ' 11:30'
56
+ - name : " SQLAlchemy & Postgres 미리 알았다면 좋았을 팁"
57
+ time_start : ' 11:50'
58
+ time_end : ' 12:10'
59
+ - name : " Python의 flask에서 멀티 스레딩으로 큰 작업의 시간 줄이기"
60
+ time_start : ' 14:00'
61
+ time_end : ' 14:20'
62
+ - name : " 코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
63
+ time_start : ' 15:00'
64
+ time_end : ' 15:40'
65
+ - name : " API - 설계 먼저 할래, 개발 먼저 할래?"
66
+ time_start : ' 16:20'
67
+ time_end : ' 17:00'
Original file line number Diff line number Diff line change 1
1
---
2
- name : " 코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework) "
2
+ name : " 코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
3
3
speakers :
4
4
- 천명욱
5
5
categories :
Original file line number Diff line number Diff line change @@ -8,4 +8,6 @@ layout: home
8
8
일시 : 2024년 3월 23일 (토) 10:00 ~ 17:00<br >
9
9
장소 : 한국 마이크로소프트 (<a class =" button " href =" https://naver.me/5CzpevRF " >https://naver.me/5CzpevRF </a >) 13층 (주차지원 X)
10
10
11
+ <a class =" button " href =" /program/ " > 발표 시간표 확인하기 </a >
12
+
11
13
<a class =" button " href =" /talks/ " > 발표 목록 확인하기 </a >
Original file line number Diff line number Diff line change 2
2
layout : program
3
3
---
4
4
5
- The main categories (or tracks) of the different talks as well as their coloring can be adapted in the ` _config.yml ` file under ` conference.talks.main_categories ` . See also the [ Talk Settings ] ( https://github.com/DigitaleGesellschaft/jekyll-theme-conference/#talk-settings-main-categories ) section of the theme's README file .
5
+ 시간표는 사정에 따라 변경될 수 있습니다 .
You can’t perform that action at this time.
0 commit comments