Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Best of こんなTypeScriptは嫌だ! / I don't like this ...
Search
株式会社ビットキー / Bitkey Inc.
PRO
May 14, 2024
Technology
1
110
Best of こんなTypeScriptは嫌だ! / I don't like this TypeScript
登壇者名:佐藤 拓人
登壇したイベント:TSKaigi(
https://tskaigi.org/
)
登壇したイベントタイトル:Best of こんなTypeScriptはいやだ!
株式会社ビットキー / Bitkey Inc.
PRO
May 14, 2024
Tweet
Share
More Decks by 株式会社ビットキー / Bitkey Inc.
See All by 株式会社ビットキー / Bitkey Inc.
データを用いてサービス品質の向上に貢献!! SREのプラクティスを用いた守りのデータ分析 / Using Data to Improve Service Quality! Defensive data analysis using SRE practices
bitkey
PRO
2
120
“共通化”で失敗したモデリング実例 / Modeling examples of failures due to "commonization
bitkey
PRO
2
180
事業フェーズの変化を乗り越えるEnabling/Platform SREへの転換 / Transition to Enabling/Platform SRE to overcome changes in business phase
bitkey
PRO
2
97
スタートアップにおける Platform Engineering の 片鱗 / A glimpse of platform engineering in startups
bitkey
PRO
2
210
Node.js のサーバーをなるべく自動生成に頼って Go にリプレイスした話 / A story about replacing a Node.js server with Go, relying on automatic generation as much as possible.
bitkey
PRO
2
190
スマートロック開発におけるSLI/SLOを用いた解錠体験の改善 / Improving the unlocking experience using SLI/SLO in smart lock development
bitkey
PRO
3
300
Bitkeyのモバイルアプリを進化させるための歩き方 / Walking the evolution of Bitkey's mobile apps
bitkey
PRO
1
460
Pointer と向き合う / Facing the Pointer
bitkey
PRO
1
64
こんなTypeScriptはいやだ! / I hate this kind of TypeScript!
bitkey
PRO
0
180
Other Decks in Technology
See All in Technology
State of Open Source Web Mapping Libraries
dayjournal
0
240
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
2
240
利きプロセススケジューラ
sat
PRO
5
2.7k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.8k
Team Dynamicsを目指すウイングアーク1stのQAチーム
sadonosake
1
310
AIチャットボット開発への生成AI活用
ryomrt
0
150
第23回Ques_タイミーにおけるQAチームの在り方 / QA Team in Timee
takeyaqa
0
280
20241108_CS_LLMMT
shigashiyama
0
260
私はこうやってマインドマップでテストすることを出す!
mineo_matsuya
0
330
ノーコードデータ分析ツールで体験する時系列データ分析超入門
negi111111
0
360
[FOSS4G 2024 Japan LT] LLMを使ってGISデータ解析を自動化したい!
nssv
1
190
サイバーセキュリティと認知バイアス:対策の隙を埋める心理学的アプローチ
shumei_ito
0
370
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
31
2.7k
Six Lessons from altMBA
skipperchong
27
3.5k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
830
How STYLIGHT went responsive
nonsquared
95
5.2k
The Cost Of JavaScript in 2023
addyosmani
45
6.7k
Navigating Team Friction
lara
183
14k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
246
1.3M
What's in a price? How to price your products and services
michaelherold
243
12k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
27
2k
Teambox: Starting and Learning
jrom
133
8.8k
Designing on Purpose - Digital PM Summit 2013
jponch
115
7k
Transcript
Copyright © 2023 Bitkey Inc. All right reserved. Best of
こんなTypeScriptはいやだ! 株式会社ビットキー 佐藤 拓人 2024/05/11
2 Copyright © 2023 Bitkey Inc. All right reserved. 自己紹介
佐藤 拓人 Sato Takuto 2015.04 2019.05 2020.01 大学(建築学専攻)卒業後、 株式会社ワークスアプリケーションズに入社 会計システムのソフトウェア開発を担当 特に財務会計の仕訳関連 ビットキーへ参画 ECサイトの開発 / 保守、社内システムの開発 TaKuTyの開発 今のHome事業の前身となるResidenceチームに配属 bitlockを扱う管理画面やバックエンド、appの開発に 従事 Now Homeプロダクトの技術責任者 複雑な事象を読み解いて構造化し、抽象化 / 汎用化で きるように設計し、低コストで多くの価値をだせる開 発をすることを好む
3 Copyright © 2023 Bitkey Inc. All right reserved. 自己紹介
ςΫϊϩδʔͷྗͰ͋ΒΏΔͷΛ ҆શͰ ศརͰ ؾ࣋ͪΑ͘ʮͭͳ͛Δʯ スマートロックなどを用いて リアルとデジタルの分断を解消
4 Copyright © 2023 Bitkey Inc. All right reserved. こんなTypeScriptは嫌だ
1. はじめに
5 Copyright © 2023 Bitkey Inc. All right reserved. 1.
はじめに
6 Copyright © 2023 Bitkey Inc. All right reserved. 1.
世界が “any”に溢れてる 1. はじめに
7 Copyright © 2023 Bitkey Inc. All right reserved. 2.
型パズル
8 Copyright © 2023 Bitkey Inc. All right reserved. 3.
type vs interface
9 Copyright © 2023 Bitkey Inc. All right reserved. 4.
as unknown asXXXXX
10 Copyright © 2023 Bitkey Inc. All right reserved. ユニーク部門
11 Copyright © 2023 Bitkey Inc. All right reserved. 1.
エンタープライズプラン
12 Copyright © 2023 Bitkey Inc. All right reserved. 2.
string だけ
13 Copyright © 2023 Bitkey Inc. All right reserved. 3.
嫌なことはない!
14 Copyright © 2023 Bitkey Inc. All right reserved. 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
ࢀՃ͋Γ͕ͱ͏͍͟͝·͢ 🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉🎉
15 Copyright © 2023 Bitkey Inc. All right reserved. bitkey_dev
16 End of File Copyright © 2023 Bitkey Inc. All
right reserved.