We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe7aae5 commit 4feaab0Copy full SHA for 4feaab0
2 files changed
public/img/2025/masaki_m.jpg
5.82 KB
src/resources/2025/speakers.js
@@ -175,6 +175,26 @@ export const S_O_F_Science: Speaker = {
175
twitter: '',
176
}
177
178
+export const masaki_m: Speaker = {
179
+ furi: '',
180
+ name: '森 将記',
181
+ key: 'masaki_m',
182
+ title: [],
183
+ description:
184
+ '広島県竹原市出身。\n' +
185
+ '新卒で独立系SIerに就職し、主にクレジットカード会社の様々な業務のプロジェクトや保守を担当。\n' +
186
+ '2014年に広島銀行に転職。\n' +
187
+ '入行後は勘定系、ATM、営業店システム、全銀など基幹系システム関連のシステムを担当。\n' +
188
+ '2020年に係替えでクラウド担当になり、それ以降、AWSにどっぷりはまり、コミュニティ活動にもはまってしまった。\n' +
189
+ '好きなものはAWSとコリラックマ。',
190
+ memberships: [],
191
+ session: {
192
+ name: 'TBD',
193
+ description: '',
194
+ },
195
+ twitter: '',
196
+}
197
+
198
// 現時点でスピーカーは未定です
199
export const speakers = [
200
hiroyukimaeda,
@@ -184,4 +204,5 @@ export const speakers = [
204
ici_mici,
205
kyokucho,
206
S_O_F_Science,
207
+ masaki_m,
208
]
0 commit comments