feedforce / frontend-meeting

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

2021/07/07 第240回 フロントエンドMTG 議事録 #101

Open github-actions[bot] opened 3 years ago

kogai commented 3 years ago

ShopifyのJSON Templates

先日のShopify Uniteでお目見えになった新しい形式のテンプレート。 アプリからのUI挿入(+削除)がスムーズになった。 HTMLが読めないマーチャントにもWYSIWYGエディタでUI編集出来る(前から部分的にはWYSIWYGだったけど、全面的に採用されたという理解)

https://shopify.dev/themes/architecture/templates#liquid-templates

IntercomのCanvas Kitに似てる

https://developers.intercom.com/building-apps/docs/canvas-kit

Beanstalkのスケーリングトリガー

https://aws.amazon.com/jp/premiumsupport/knowledge-center/elastic-beanstalk-scaling-triggers/

Viteってなに

https://github.com/vitejs/vite

カラーの社内ツール開発の求人

https://www.khara.co.jp/recruiting/se/

どんなルールかよりも、ルールで統一されていることの方が重要

https://discussions.ubisoft.com/topic/92698/ps5-functions-of-x-and-o-buttons-are-swapped-in-jpn-version-of-the-game/9?lang=en-US

採用市場に中堅エンジニアがほぼ居ないという話

オファー金額の多寡の問題なのか、リファラルに注力した方が良いのか

https://note.com/makaibito/n/n289c9de14b53

ShopifyのAdmin APIにbulk mutationが入った

操作がちょっと面白い。一旦引数をShopify管理のS3に上げるみたい。

https://shopify.dev/api/usage/bulk-operations/imports

krhrtky commented 3 years ago

リーダブル = 実装(の目的)が理解しやすいこと

https://speakerdeck.com/yoshikiiida/readable-code-by-ddd

mashabow commented 3 years ago

npm audit / yarn audit

ランタイムに影響しない「脆弱性」が多すぎて、そのままでは使い物にならない件。 ソーシャルPLUSでもちょうど話に出ていたところ…

yarn audit のツールの紹介とか