feedforce / frontend-meeting

Agenda for frontend meeting.
https://github.com/feedforce/frontend-meeting/issues
22 stars 1 forks source link

2021/05/19 第233回 フロントエンドMTG 議事録 #94

Open github-actions[bot] opened 3 years ago

kogai commented 3 years ago

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

zenoplex commented 3 years ago

The Internet Explorer 11 desktop application will be retired on June 15, 2022

https://blogs.windows.com/windowsexperience/2021/05/19/the-future-of-internet-explorer-on-windows-10-is-in-microsoft-edge/

🎉

HashMap を最適化する

https://blog.yoshuawuyts.com/optimizing-hashmaps-even-more/

内部に固定長の配列を用意する的な

Typescript 4.3 RC

https://devblogs.microsoft.com/typescript/announcing-typescript-4-3-rc

Contextual Narrowing for Generics は目を通しておいた方が良さそう。

playground