Skip to content

Commit

Permalink
발표 데이터 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jungmir committed Sep 13, 2024
1 parent 48269dc commit b9b4bf0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 85 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pyweb
# Django Tutorial

파이 웹 심포지움 웹사이드입니다.
Django Tutorial 웹 사이트입니다.

## 기타
사용한 테마 : https://github.com/DigitaleGesellschaft/jekyll-theme-conference
8 changes: 0 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ collections:
speakers:
output: true
permalink: /:collection/:title/
rooms:
output: true
permalink: /:collection/:title/

defaults:
- scope:
Expand All @@ -49,11 +46,6 @@ defaults:
type: speakers
values:
layout: speaker
- scope:
path: ""
type: rooms
values:
layout: room

# Theme default values
conference:
Expand Down
84 changes: 9 additions & 75 deletions _data/program.yml
Original file line number Diff line number Diff line change
@@ -1,76 +1,10 @@
days:
- name: 1부
abbr: 1부
date: 2024-03-23
rooms:
- name: 제주
talks:
- name: "FastAPI와 함께 하는 문서 우선 개발(Document First Development, DFD)"
time_start: '10:00'
time_end: '10:40'
- name: "FastAPI 던전 공략하기"
time_start: '10:50'
time_end: '11:30'
- name: "FastAPI와 asyncio 생태계에서 커머스 서비스 구현하기"
time_start: '11:50'
time_end: '12:10'
- name: "FastAPI를 활용한 MSA 설계"
time_start: '14:00'
time_end: '14:20'
- name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
time_start: '15:00'
time_end: '15:40'
- name: "FastAPI와 함께하는 비동기와 테스트"
time_start: '15:50'
time_end: '16:10'
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
time_start: '16:20'
time_end: '17:00'

- name: 동해
talks:
- name: "Django에 힙한 것 적용하기, 대신 찍먹해드립니다."
time_start: '10:00'
time_end: '10:40'
- name: "생산성을 높여주는 CI/CD With Django, GitHub Actions"
time_start: '10:50'
time_end: '11:30'
- name: "생산성을 위해 Django RESTFramework를 공부하다"
time_start: '11:50'
time_end: '12:10'
- name: "Django RBAC 역할 기반 권한 관리 시스템 구축기"
time_start: '14:00'
time_end: '14:20'
- name: "캐시 패턴의 진화사"
time_start: '15:00'
time_end: '15:40'
- name: "장고 마이그레이션 팁: 불필요한 리소스 줄이기"
time_start: '15:50'
time_end: '16:10'
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
time_start: '16:20'
time_end: '17:00'

- name: 독도
talks:
- name: "Back To The Classic (부제: 배포 방식 변경으로 하루 30분 절약하기)"
time_start: '10:00'
time_end: '10:40'
- name: "정답은 없지만 오답은 있답니다"
time_start: '10:50'
time_end: '11:30'
- name: "SQLAlchemy & Postgres 미리 알았다면 좋았을 팁"
time_start: '11:50'
time_end: '12:10'
- name: "Python의 flask에서 멀티 스레딩으로 큰 작업의 시간 줄이기"
time_start: '14:00'
time_end: '14:20'
- name: "Serverless Exodus (feat. ECS Fargate, FastAPI)"
time_start: '15:00'
time_end: '15:40'
- name: "과거로의 회귀? Hypermedia 기반 개발 fastapi HTMX 체험하기"
time_start: '15:50'
time_end: '16:10'
- name: "API 개발: 설계 먼저 할래, 구현 먼저 할래?"
time_start: '16:20'
time_end: '17:00'
- name: 1부
abbr: 1부
date: 2024-10-05
rooms:
- name: 독도
talks:
- name: "생산성을 위해 Django RESTFramework를 공부하다"
time_start: "13:00"
time_end: "18:00"
File renamed without changes.

0 comments on commit b9b4bf0

Please sign in to comment.