-
Notifications
You must be signed in to change notification settings - Fork 1
/
videos.json
152 lines (150 loc) · 5.11 KB
/
videos.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"videos": [
{
"speaker": "김연수",
"title": "[BIGCHAT 2023] 단 두줄로 AI 배포하기 - 김연수 (AUSG)",
"url": "https://www.youtube.com/watch?v=GzQCS04w_b8",
"year": 2023
},
{
"speaker": "강시온",
"title": "오픈소스 세계로 전생 - 강시온 (AUSG)",
"url": "https://www.youtube.com/watch?v=l8TO45Np4TE",
"year": 2023
},
{
"speaker": "김수경",
"title": "머지몬 3단 진화 : 영상 병합 SSE 적용기 - 김수경 (AUSG)",
"url": "https://www.youtube.com/watch?v=zWNk5yZztNI",
"year": 2023
},
{
"speaker": "오형근",
"title": "와일드카드 서브도메인을 향한 여정 - 오형근(AUSG)",
"url": "https://www.youtube.com/watch?v=wOCS-AVNl4Y",
"year": 2023
},
{
"speaker": "배진수",
"title": "AWS Amplify로 BaaS 빠르게 맛보기",
"url": "https://youtu.be/PXJ2B9XhnJw",
"year": 2021
},
{
"speaker": "정승호",
"title": "Terraform을 이용한 IaC 찍먹해보기",
"url": "https://youtu.be/DZqw2IhEDy8",
"year": 2021
},
{
"speaker": "길재은",
"title": "나의 작고 귀여운 Load Balancer",
"url": "https://youtu.be/5MpzLkxYJMc",
"year": 2021
},
{
"speaker": "우수연",
"title": "AWS Auto Scaling으로 리소스 사용률 최적화",
"url": "https://youtu.be/ExgIxqltp88",
"year": 2021
},
{
"speaker": "박재균",
"title": "AWS가 돈을 복사해준다니까? High frequency trading with Kinesis Data Analytics",
"url": "https://youtu.be/0TPKlOSmE0I",
"year": 2021
},
{
"speaker": "김은수",
"title": "AWS IVS로 Live Streaming 웹 앱 만들기",
"url": "https://youtu.be/3KYfaop7Mgg",
"year": 2021
},
{
"speaker": "김민태",
"title": "허리를 피세요! 척추요청 feat. AWS Lambda + EventBridge",
"url": "https://youtu.be/m9ZwHqHK2yA",
"year": 2021
},
{
"speaker": "권주희",
"title": "EKS란 무엇인가.",
"url": "https://youtu.be/vXHK8wEdmUM",
"year": 2021
},
{
"speaker": "김성익",
"title": "Pulumi로 시작하는 IaC",
"url": "https://youtu.be/GMbVfdDNdiU",
"year": 2021
},
{
"speaker": "오규태",
"title": "라즈베리파이로 Kinesis Video Stream 사용하기",
"url": "https://youtu.be/Rfy_NO0uBLo",
"year": 2021
},
{
"speaker": "김다롬",
"title": "VPC가 뭐지?",
"url": "https://youtu.be/-4VzzqMBw-E",
"year": 2021
},
{
"speaker": "김정모",
"title": "Amazon CloudFront로 간단하게 CDN 배포하기",
"url": "https://youtu.be/chrCUQvzAZg",
"year": 2021
},
{
"speaker": "문성혁",
"title": "코드 첨삭 부탁드립니다! Sonarlint, Tabnine, Codota 그리고 Amazon CodeGuru",
"url": "https://youtu.be/N1oU4NPUEfM",
"year": 2021
}
],
"ausgconVideos": [
{
"speaker": "우수연",
"title": "[AUSGCON 2023] 내 애플리케이션의 컨테이너화, AWS에서 시작하기 - 우수연 (IBM / AUSG)",
"embedUrl": "https://www.youtube.com/embed/K4AZpaEFkmg?si=EYTjLx0-xewWgmf7"
},
{
"speaker": "박진수",
"title": "[AUSGCON 2023] Istio와Cognito를 통한 인증, 인가 및 유저 관리 - 박진수 (데브시스터즈 / AUSG)",
"embedUrl": "https://www.youtube.com/embed/0FkNzFYUgtc?si=XwQpaZUbXUhU-NIQ"
},
{
"speaker": "배진수",
"title": "[AUSGCON 2023] 이력서를 빛내주는 사이드프로젝트 노하우 - 배진수 (당근마켓 / AUSG)",
"embedUrl": "https://www.youtube.com/embed/tnyR9e_aYLk?si=d_Ucnfm_ESX-nnRJ"
},
{
"speaker": "문성혁",
"title": "[AUSGCON 2023] 인증의 오아시스, ODIC를 아시나요 - 문성혁(데브시스터즈 / AUSG)",
"embedUrl": "https://www.youtube.com/embed/ARmGdX0Gcxg?si=3jOKZFk5rInP4joV"
}
],
"bigChatVideos": [
{
"speaker": "김연수",
"title": "[BIGCHAT 2023] 단 두줄로 AI 배포하기 - 김연수 (AUSG)",
"embedUrl": "https://www.youtube.com/embed/GzQCS04w_b8?si=l1JtG3rpdG-JdtP1"
},
{
"speaker": "강시온",
"title": "[BIGCHAT 2023] 오픈소스 세계로 전생 - 강시온 (AUSG)",
"embedUrl": "https://www.youtube.com/embed/l8TO45Np4TE?si=4nNiOXGVMzzYMhEb"
},
{
"speaker": "김수경",
"title": "[BIGCHAT 2023] 머지몬 3단 진화 : 영상 병합 SSE 적용기 - 김수경 (AUSG)",
"embedUrl": "https://www.youtube.com/embed/zWNk5yZztNI?si=d0TilId3N2l2fA-M"
},
{
"speaker": "오형근",
"title": "[BIGCHAT 2023] 와일드카드 서브도메인을 향한 여정 - 오형근(AUSG)",
"embedUrl": "https://www.youtube.com/embed/wOCS-AVNl4Y?si=v-9GfWv3Lvoq9tby"
}
]
}