feedforce / frontend-meeting

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

2020/10/07 第204回 フロントエンドMTG 議事録 #61

Open github-actions[bot] opened 3 years ago

zenoplex commented 3 years ago

Chrome 86

https://developers.google.com/web/updates/2020/10/nic86

File System Access を使ってユーザが許可すればシステムに保存することが可能に。

SuperJSON

https://simonknott.de/articles/SuperJSON.html

なるほど、JSONと互換性があるデータと型情報を別々で保持するわけね。便利かもしれない。

.is-a.dev

https://github.com/is-a-dev/register

色々と心配しちゃうけど大丈夫なんだろうか…

JavaScript for impatient programmers

https://exploringjs.com/impatient-js/

Rauschmayer 大先生の ES2020 に関する本 .mjs 当たりはほとんど触ったことないのでちょっと読んでみる。

kogai commented 3 years ago

Googleマイビジネスの基礎知識

https://blog.feedmatic.net/2019-04-01-134512/

Google My Business API叩いてみた

https://github.com/kogai/sandbox-google-my-business-api

認可だけJSであとはMakefile APIの利用にフォーム申請が要る(レスポンスは早かった)

メール系SaaSの統合インタフェース

GmailなどはAPI公開しているの?という質問から、メールを含めたSaaSの統合APIみたいなサービスの紹介 GmailやOutlook、更にはSlackなどを同じAPIで処理出来る、ツルハシ系サービス

https://www.quora.com/Do-Gmail-Yahoo-mail-and-Outlook-expose-any-APIs-to-access-emails/answer/David-Hallinan-3 https://kloudless.com/

Next.jsはraw-bodyのインタフェースを公開していない

なのでwebhookのverificationで一工夫要る。 hmacとかのsign verificationのデバッグ、エスパー力を要する。。。

https://www.reddit.com/r/nextjs/comments/g9sdw0/help_stripe_webhooks_integration/

一応RFCは上がっている。回避策はあるけど。

https://github.com/vercel/next.js/discussions/13405

Schnorrにおいて、ある離散対数の知識を知っていることをゼロ知識で証明する

https://techmedia-think.hatenablog.com/entry/2018/06/16/182735

以前tech板に貼った https://nuid.io/ の中核技術の解説。

krhrtky commented 3 years ago

東京大学の講義「AWSによるクラウド入門」をTypeScriptで写経した

mashabow commented 3 years ago

状態機械として state を管理する

Robot - a fast 1kB functional library for creating Finite State Machines