File tree Expand file tree Collapse file tree 2 files changed +17
-22
lines changed Expand file tree Collapse file tree 2 files changed +17
-22
lines changed Original file line number Diff line number Diff line change @@ -18,28 +18,6 @@ type Speaker = {
1818 } ,
1919}
2020
21- // 2025年のスピーカーはまだいません。
22- // 以下はサンプルです。実際のスピーカーが決定次第、更新してください。
23- // export const seiud07: Speaker = {
24- // furi: '',
25- // name: '宇田 誠之朗',
26- // key: 'seiud07',
27- // title: [],
28- // description:
29- // '株式会社Skillnote インフラSRE/エンジニアリングマネージャー。\n' +
30- // '広島地場SIerにてインフラエンジニア10年、Webアプリ開発4年、技術営業4年を経て、2022年に広島からフルリモートで株式会社Skillnote(本社東京)へ入社。\n' +
31- // 'インフラ設計構築、スクラムチームのマネージャやスクラムマスター、コンプライアンス整備などを担当しています。',
32- // memberships: [],
33- // session: {
34- // name: 'プロダクトと開発を支えるSREの力',
35- // description:
36- // '品質に対する要求が厳しいエンタープライズにクラウドサービスを提供するには、サイトの信頼性は非常に重要です。\n' +
37- // 'またセールス、カスタマーサクセス、開発といった異なる目標を持つ部門が協力しビジネスを成長させていくためにも信頼性は欠かせない要素です。\n' +
38- // '本セッションではサイトの信頼性とSREの関わりについてSaas事業会社での実例を交えてお話します。',
39- // },
40- // twitter: '',
41- // }
42-
4321export const hiroyukimaeda : Speaker = {
4422 furi : '' ,
4523 name : '前田 浩幸' ,
@@ -202,6 +180,22 @@ export const masaki_m: Speaker = {
202180 twitter : '' ,
203181}
204182
183+ export const tohru_tsunoda : Speaker = {
184+ furi : '' ,
185+ name : '角田 徹' ,
186+ key : 'tohru_tsunoda' ,
187+ title : [ ] ,
188+ description :
189+ 'SIer、受託開発を経て、2023年10月から株式会社Helpfeelにフルリモートでエンジニアリングマネージャーとして参加。\n' +
190+ '複業としてワークアット株式会社の立ち上げに加わり、地元のコワーキングスペースのコミュニティマネージャーやセミナー、地域のIT勉強会に携わっている。' ,
191+ memberships : [ ] ,
192+ session : {
193+ name : '振り子と螺旋とコンピューティング' ,
194+ description : '' ,
195+ } ,
196+ twitter : '' ,
197+ }
198+
205199// 現時点でスピーカーは未定です
206200export const speakers = [
207201 masaki_m ,
@@ -212,4 +206,5 @@ export const speakers = [
212206 takao2704 ,
213207 ici_mici ,
214208 kyokucho ,
209+ tohru_tsunoda ,
215210]
You can’t perform that action at this time.
0 commit comments