diff --git a/MyLibrary/Sources/DataClient/Resources/organizers.json b/MyLibrary/Sources/DataClient/Resources/organizers.json index f8b9740..2586255 100644 --- a/MyLibrary/Sources/DataClient/Resources/organizers.json +++ b/MyLibrary/Sources/DataClient/Resources/organizers.json @@ -222,5 +222,21 @@ "url": "https://github.com/jollyjoester" } ] + }, + { + "id": 15, + "name": "Shoko Sato", + "image_name": "satoshoco", + "bio": "Shoko joined the DevRel team at LINE (now LY Corporation) in September 2019, after working as a front-end engineer at a venture company. There, she was responsible for tech branding, marketing, training, and managing technical conferences for the engineering organization. Subsequently, in March 2024, she founded THE BIGLE Inc., a company that provides support for Developer Relations, including technical PR, technical communities, and technical conferences, and became independent.", + "links": [ + { + "name": "@satoshoco", + "url": "https://x.com/satoshoco" + }, + { + "name": "@shoco310", + "url": "https://github.com/shoco310" + } + ] } ] diff --git a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings index bda44f1..e5cae78 100644 --- a/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings +++ b/MyLibrary/Sources/trySwiftFeature/Localizable.xcstrings @@ -230,6 +230,17 @@ } } }, + "Shoko joined the DevRel team at LINE (now LY Corporation) in September 2019, after working as a front-end engineer at a venture company. There, she was responsible for tech branding, marketing, training, and managing technical conferences for the engineering organization. Subsequently, in March 2024, she founded THE BIGLE Inc., a company that provides support for Developer Relations, including technical PR, technical communities, and technical conferences, and became independent." : { + "extractionState" : "manual", + "localizations" : { + "ja" : { + "stringUnit" : { + "state" : "translated", + "value" : "ベンチャー企業のフロントエンドエンジニアを経て、2019年9月よりLINE(現・LINEヤフー)のDevRelチームにてエンジニア組織のTech Branding、Trainingや技術カンファレンスの運営を担当。イベントやブログ、動画などを中心に社内外の技術コミュニティの盛り上げや機会づくりなど各組織のサポートに従事。その後、2024年3月よりDeveloper Relationsのサポート事業(技術広報・技術コミュニティ・技術カンファレンスの支援)を行うTHE BIGLE株式会社を立ち上げ、独立。" + } + } + } + }, "Shota works as an iOS developer at Cybozu. His first programming language is Swift, and he loves Swift." : { "extractionState" : "manual", "localizations" : { diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/Contents.json b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/Contents.json new file mode 100644 index 0000000..1872220 --- /dev/null +++ b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "satoshoco.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/satoshoco.png b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/satoshoco.png new file mode 100644 index 0000000..b9c48a3 Binary files /dev/null and b/MyLibrary/Sources/trySwiftFeature/Media.xcassets/satoshoco.imageset/satoshoco.png differ