2022-01-01から1年間の記事一覧

わかってません

This job is stuck because the project doesn't have any runners online assigned to it.Go to project CI settings jobは実行されるがずっとpending

ts array undefined 除去

array.filter((i): i is Exclude<typeof i, undefined> => i !== undefined);</typeof>

todo: dbcrypt

NodeJSバックエンドでユーザー認証を扱う - Qiita 【パスワード】bcryptとは - ITを分かりやすく解説

認証についての知識がほぼゼロなので... #01

認証についての知識がほぼゼロだったので触る 現場でJWTという認証方式が採用されたので、ちょいとお勉強しておく ざっくり 公式サイト 仕様 - RFC7519 正式名称を JSON Web Token という 発音は"ジョット"らしい トークンベースの認証 トークンベースの認証…

todo: ts配列からundefinedを除去したときの型推論について

.filter((item): item is Exclude<typeof item, undefined> => item !== undefined);</typeof>

ts todo

todo const hoge = (inHoge1: any) => (inHoge2: any): any => `