投稿時間:2022-11-30 20:23:22 RSSフィード2022-11-30 20:00 分まとめ(25件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 渋谷ヒカリエ、香取慎吾の個展「WHO AM IーSHINGO KATORI ART JAPAN TOURー」を開催 https://www.itmedia.co.jp/business/articles/2211/25/news019.html itmedia 2022-11-30 19:44:00
IT ITmedia 総合記事一覧 [ITmedia News] ソースコードを書くのは単純作業? GitHub日本法人の記事が物議 発言元のヤマト運輸「誤解を与えてしまった」 https://www.itmedia.co.jp/news/articles/2211/30/news194.html github 2022-11-30 19:05:00
IT ITmedia 総合記事一覧 [ITmedia ビジネスオンライン] 「オフィスに切符売り場がやってきた」──東京メトロの24時間乗り放題券、「Amazon.co.jp」で販売開始 https://www.itmedia.co.jp/business/articles/2211/30/news184.html amazoncojp 2022-11-30 19:03:00
python Pythonタグが付けられた新着投稿 - Qiita DjangoでのDTLの利用と画面遷移 https://qiita.com/ysk-s/items/05fd40bd73593faf8e9c django 2022-11-30 19:59:13
js JavaScriptタグが付けられた新着投稿 - Qiita アドベントカレンダー2022始まるよ!! https://qiita.com/shimajiri/items/679de7488f18a6018074 ryotashimajirioncodepen 2022-11-30 19:12:24
AWS AWSタグが付けられた新着投稿 - Qiita EBSのsnapshotの差分サイズを計算する https://qiita.com/kawahara_k/items/2308bb1ff47b9457cd0b snapshot 2022-11-30 19:46:37
AWS AWSタグが付けられた新着投稿 - Qiita AWSのリソース棚卸しアプリを公開しました https://qiita.com/Sasaki1994/items/80392d4448467a419ff1 awsrawsresourcesreader 2022-11-30 19:24:38
golang Goタグが付けられた新着投稿 - Qiita VSCodeで複数のgo.modを持つディレクトリを開くとBrokenImportが出る https://qiita.com/haruyama480/items/10c5135ef96fed61128a brokenimport 2022-11-30 19:36:23
Git Gitタグが付けられた新着投稿 - Qiita gitアカウントをリポジトリ毎に変更する方法 https://qiita.com/unachang113/items/09b58739cdd27997723b global 2022-11-30 19:55:36
技術ブログ Developers.IO [レポート]Serverless order fulfillment with Stripe and AWS (sponsored by Stripe) #PRT084 #reInvent https://dev.classmethod.jp/articles/%e3%83%ac%e3%83%9d%e3%83%bc%e3%83%88serverless-order-fulfillment-with-stripe-and-aws-sponsored-by-stripe-prt084-reinvent/ erfulfillmentwithstripean 2022-11-30 10:55:19
技術ブログ Developers.IO [アップデート] AWS Backup Audit Manager で Organizations向けに集中型マルチアカウントレポートが利用可能に! https://dev.classmethod.jp/articles/backup-audit-manager-centralized-reporting-aws-organizations/ awsback 2022-11-30 10:53:40
技術ブログ Developers.IO 【レポート】Building for a better future: Agility, speed, and resilience #WPS208-L #reinvent https://dev.classmethod.jp/articles/reinvent2022-wps208-l-building-for-a-better-future/ building 2022-11-30 10:27:39
海外TECH MakeUseOf This Is What the Pixel 7a Will Look Like https://www.makeuseof.com/pixel-7a-design-specs-leak/ phone 2022-11-30 10:31:13
海外TECH DEV Community This Week In React #126: Perf, Progressive Enhancement, Remix, Storybook, React-Native, FlashList, Nitro, TC39... https://dev.to/sebastienlorber/this-week-in-react-126-perf-progressive-enhancement-remix-storybook-react-native-flashlist-nitro-tc39-4k7b This Week In React Perf Progressive Enhancement Remix Storybook React Native FlashList Nitro TC Hi everyone As you might expect with Thanksgiving it s a rather quiet week in terms of React news It s the end of Black Friday but some offers are still valid If your company is recruiting I also offer a discount of on job offer ads Don t hesitate to talk to your HR or your manager it helps me a lot Subscribe to the official newsletter to receive an email every week SponsorFlyCode Makes React Apps Editable without coding Git basedFlyCode YC S makes React web apps editable in minutes so Product and UX teams can iterate and release products faster so they don t have to wait on or consume developer time FlyCode reads your regular React code and finds Texts Images Design tokens and Analytics event then it let s non coders collaborate and edit them and send back a pull request they don t need access to GitHub Saves development timeNo code integration it just reads your code GitHub based a bot is scanning the code and creates pull requestsUse your own stack and componentsRetain codebase ownershipYou can get started here flycode com developers ️ReactIs React going anywhere Interesting reflection from Ruben after meeting an e commerce CTO who decided to abandon React for Vanilla JS Is React really responsible for the poor performance of his app Is adopting an alternative justified Will React remain the leader for the next or years Improving React Interaction Times by xCausal s cloud spreadsheet app had performance issues They give us a detailed analysis of the problems and how they solved them via the Chrome profiler Some issues related to AG Grid which they patched Others from their own code mainly related to memoization They also tried to use Web Workers but serialization was too expensive Progressively enhance the useFetcher hook in Remix little trick to support users with without JS on Remix s useFetcher API force a redirect for users without JS In the same way it is possible to handle progressive enhancement on a file upload All this is probably not essential for many apps but it s good to know that it s possible if needed Remix Deferred overview an explanation of how defer works in Remix which will allow to teleport a promise from the back to the front For those who want to understand the inner workings of Remix How to update the state of a sibling component in React short article that illustrates well the concept of Lifting the state up Minimal TypeScript Crash Course For React to get started with TypeScript and React Data Structures In Frontend JavaScript In The Real World With React Code Examples to become familiar with data structures in a React context ArConnect Migrates Its Chrome Extension to the Plasmo Framework feedback on the use of Plasmo open source React framework to create web extensions Storybook for full stack developers a good overview of all that the Storybook ecosystem can do for you Solid Final Form Proof of Concept Erik explains that his lib Final Form popular a few years ago is decoupled from React and shows that it is possible to use it in a SolidJS context Ant Design Component level CSS in JS the React design system releases a new major version and explains how they have optimized their CSS in JS runtime On the merits amp limitations of React amp single page apps hours debate between Alex Russell and Theo Browne I haven t had time to watch yet Alex is well known for his criticism of React and SPAs and Theo should be a good defender of the React ecosystem React Dev You Need To Know container good introduction to query containers new CSS feature presented in a React context in vanilla CSS Tailwind Firefox support is still missing but there is a polyfill RTK Query Basics Query Endpoints Data Flow and TypeScript new free course on Egghead by Lenz one of the creators of RTK Query ‍Remix PR Add jump to definition support tRPC contributors port their TypeScript learnings to Remix to improve its DX react three editor a React Three Fiber scene editor is being created Gatsby SponsorYuzu is the Best Finance Data API for FrontendsYuzu is designed to eliminate data engineering for frontend developers building with data sets like Live Stock crypto amp forex pricesUp to the minute market newsETF and Mutual fund detailsDevelopers love Yuzu s GraphQL Websockets and SQL APIs because it allows them to flexibly grab any data and focus on building end user experiences not on scraping normalizing and maintaining data sets Yuzu s professional grade data is used by brokerages analytical platforms and investing apps ranging from emerging startups to established finance firms Best thing Anyone can start for free React NativeReact Native Core Contributor Summit A good part of the React Native contributors met at the beginning of September for the React Native EU conference They participated in a series of workshops and give us a report Various topics were discussed such as the new architecture the Metro bundler or the release workflow Shopify Our Solution for Measuring React Native Rendering TimesPresentation of the react native performance package which allows to generate field Real User Monitoring performance reports in JSON It integrates easily with React Navigation You can send these reports to an analytics dashboard of your choice This allows you to identify a specific screen that has performance issues in production It reminds of existing web metrics Core Web Vitals TTI INP and the Vercel Netlify Gatsby perf dashboards Shopify What We Learned from Open Sourcing FlashList feedback on a successful open source launch at Shopify Marketing and planning is an important part of the success and should not be neglected See also my launch of Docusaurus How to build a React Native app x faster with Nitro Nitro is a tool paid in preview that allows to significantly reduce React Native CI build times when only the JS code has changed React Native in and BeyondHow react native became performant as native with the new architecturesetNativeProps is back on Fabric VisionCamera Frame Processor Skia Censor faces demoReact Native rc React Native Windows ‍Jobs‍Product Engineer at Causal Remote London NY kCausal is a Series A Startup backed by Coatue Accel building an all in one tool for working with numbers and visualizing data We re looking for strong React engineers who can solve difficult UX performance challenges ‍Callstack Senior React Native Developer Fully Remote PLN k net on BB monthlyDo you want to work on the world s most used apps Would you like to co create the React Native technology Join the Callstack team of React amp React Native leaders Check our website for more details We are looking forward to seeing your application show us what you ve got ‍Gi Remote React Native JobsWe have several roles open for developers focused on React Native Pay is k plus bonus You must have production experience with RN and be based in the US DM gabe gi to learn more and don t forget to mention This Week in React How to publish an offer OtherAgenda for the rd meeting of Ecma TC a meeting is in progress I m particularly interested in the new Async Context proposal Advanced web font optimization techniques explains well how to optimize your fonts reduce the size avoid layout shifts and adjust the vertical alignment Octoverse The state of open source softwareA first look at SolidStartHow to split JavaScript strings into sentences words or graphemes with Intl Segmenter How we lost our slick new npm package name and then got it back JavaScript from ES to ES in Color Formats in CSSTypeScript is coming The Complete Guide to the Fastify Plugin SystemGitHub Copilot CLIWasmer WebAssembly TinyGo vs Rust vs AssemblyScriptThe large small and dynamic viewport unitsNode js Architecture Pitfalls to AvoidCloudflare Server side render full stack applications with Pages FunctionsVercel Edge Config Ultra low latency data at the edge FunFor even more fun it s all there 2022-11-30 10:12:48
海外科学 BBC News - Science & Environment Bird flu: What is it and what's behind the outbreak? https://www.bbc.co.uk/news/science-environment-63464065?at_medium=RSS&at_campaign=KARANGA bird 2022-11-30 10:19:43
金融 金融庁ホームページ 無登録で金融商品取引業を行う者の名称等について更新しました。 https://www.fsa.go.jp/ordinary/chuui/mutouroku.html 金融商品取引業 2022-11-30 11:00:00
金融 金融庁ホームページ 入札公告等を更新しました。 https://www.fsa.go.jp/choutatu/choutatu_j/nyusatu_menu.html 公告 2022-11-30 11:00:00
金融 金融庁ホームページ 「脱炭素等に向けた金融機関等の取組みに関する検討会」(第2回)議事次第について公表しました。 https://www.fsa.go.jp/singi/decarbonization/siryou/20221130.html 金融機関 2022-11-30 10:45:00
海外ニュース Japan Times latest articles Japan lawmakers launch group for promoting cricket https://www.japantimes.co.jp/sports/2022/11/30/more-sports/cricket-2/japan-cricket-motegi/ Japan lawmakers launch group for promoting cricketWith just Japanese players out of an estimated million worldwide the nonpartisan group hopes to boost participation with an eye on the sport s 2022-11-30 19:10:40
ニュース BBC News - Home Jiang Zemin: Former Chinese leader dies aged 96 https://www.bbc.co.uk/news/world-asia-china-63805991?at_medium=RSS&at_campaign=KARANGA growth 2022-11-30 10:35:32
ニュース BBC News - Home Ambulance staff in England vote for strike action https://www.bbc.co.uk/news/health-63806656?at_medium=RSS&at_campaign=KARANGA reject 2022-11-30 10:18:32
ニュース BBC News - Home Friskney attempted murder arrest after two boys, 10, stabbed https://www.bbc.co.uk/news/uk-england-lincolnshire-63805877?at_medium=RSS&at_campaign=KARANGA stand 2022-11-30 10:06:15
ニュース BBC News - Home Bird flu: What is it and what's behind the outbreak? https://www.bbc.co.uk/news/science-environment-63464065?at_medium=RSS&at_campaign=KARANGA bird 2022-11-30 10:19:43
ニュース BBC News - Home County Championship 2023: Champions Surrey to start next season at Lancashire https://www.bbc.co.uk/sport/cricket/63733852?at_medium=RSS&at_campaign=KARANGA County Championship Champions Surrey to start next season at LancashireCounty champions Surrey will start the season with an Easter weekend fixture against last year s runners up Lancashire 2022-11-30 10:02:38
ニュース Newsweek 【W杯】イラン国民が米国勝利を祝う皮肉、「体制の犬」にされた選手の悲劇 https://www.newsweekjapan.jp/stories/world/2022/11/w-18.php 【動画】アメリカの得点に湧くテヘランイランの活動家がツイートした別の動画では、少なくとも数十台の車が停止し、運転手が車から降りて拍手をしてアメリカ・サッカーチームの勝利を応援している様子が映し出されていた。 2022-11-30 19:06:44

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)