Open github-actions[bot] opened 3 years ago
🎉
HashMap
を最適化するhttps://blog.yoshuawuyts.com/optimizing-hashmaps-even-more/
内部に固定長の配列を用意する的な
https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-rc
Contextual Narrowing for Generics は目を通しておいた方が良さそう。
Apple Walletのパスカード系API
https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/PassKit_PG/index.html#//apple_ref/doc/uid/TP40012195-CH1-SW1
clasp使ってGAS管理してみたけど、複数のスクリプトを管理するのがちょっと辛い
https://github.com/google/clasp
iPadにはNFC関連の周辺機器が内蔵されていないらしい
https://www.apple.com/ipad-pro/specs/ https://stackoverflow.com/questions/51532544/is-it-possible-to-use-nfc-on-the-ipad https://developer.apple.com/documentation/corenfc/building_an_nfc_tag-reader_app
Dieselでasyncなトランザクション
https://o296.com/2020/12/29/diesel-transaction-async.html
名前空間を汚さないtips
https://zenn.dev/magurotuna/articles/2c4037b75f7e51