このスライドは、2022/11/26 に開催された「JSConf JP 2022」で発表したものです。 cf. https://jsconf.jp/2022/talk/client-side-ddd-in-the-age-of-declarative-ui-grand-considerations
フル☆アニメTVへのご意見・ご感想はこちら ⇒ https://forms.gle/4bZjBbDRxAGwiG847 アニメ「宝石の国」全12話を2022年12月31日(土)まで期間限定公開! ©2017 市川春子・講談社/「宝石の国」製作委員会 講談社 アフタヌーン編集部およびアニメ関係各社の許諾を正式に得た上で期間限定公開しております。 全12話イッキ見はコチラ ⇒ https://youtube.com/playlist?list=PLK6k_jC4_34A3-RDP0eFi7EtqNFBU6Arp 「宝石の国」原作コミックス 【待望の最新第12巻 11月22日発売!】 1話 試し読みはこちら↓ 宝石の国 - 市川春子 / 【第一話】フォスフォフィライト https://pocket.shonenmagazine.com/episode/3270375685457629093
AWS Lambda が、マネージドランタイムおよびコンテナベースイメージの両方として Node.js 18 をサポートするようになりました。Node.js 18 を使用して Lambda でサーバーレスアプリケーションを作成するデベロッパーは、バンドルされている AWS SDK for JavaScript の v3 へのアップグレードや、Lambda レイヤーを使用して ES モジュールをデプロイする際のサポートの改善などの新機能を利用できます。このリリースでは、実験的な「fetch」API を含む、Node.js 18 の言語拡張機能も使用できます。Lambda による Node.js 18 のサポートに関する詳細については、Node.js 18.x runtime now available in AWS Lambda (AWS Lambda で Node.js 18.x ランタイ
What’s Hurl? Hurl is a command line tool that runs HTTP requests defined in a simple plain text format. It can chain requests, capture values and evaluate queries on headers and body response. Hurl is very versatile: it can be used for both fetching data and testing HTTP sessions. Hurl makes it easy to work with HTML content, REST / SOAP / GraphQL APIs, or any other XML / JSON based APIs. # Get ho
Yusuke Wada 2022.11.26 JSConf JP
What does Bundlephobia do? JavaScript bloat is more real today than it ever was. Sites continuously get bigger as more (often redundant) libraries are thrown to solve new problems. Until of-course, the big rewrite happens. Bundlephobia lets you understand the performance cost ofnpm install ing a new npm package before it becomes a part of your bundle. Analyze size, compositions and exports Credits
ushironoko.me Vue.jsビギナーズガイド などを著書に持つushironokoさんの記事。 とくに共感したのは以下の文章 Vue は長らく「持たざる者のための宣言的UI」でした。React は Javacript さえ書ければ使えると評されるように、裏を返せば JavaScript を書けないデザイナーや非フロントエンドエンジニアにとって扱いが難しく、jQueryが支配的な環境において Vue の存在はとてもありがたかったのです。 https://ushironoko.me/articles/2022/vue-ore-taido 僕がVueを知ったのは「Angularほど難しくない軽量データバインディング」としてのVueだったのでニーズが重なっていた。逆にこのニーズは今後Vueではなく別のライブラリが補うことになるのかもしれない。 TypeScript対応もComposit
Microsoftはこのほど、「Token tactics: How to prevent, detect, and respond to cloud token theft - Microsoft Security Blog」において、認証に用いられるトークンの盗難が急増していると伝えた。組織が多要素認証(MFA: Multi-Factor Authentication)の適用範囲を拡大するにつれ、サイバー攻撃者は企業のリソースを侵害できるよう、より洗練された手法に移行してきていると警告している。 Token tactics: How to prevent, detect, and respond to cloud token theft - Microsoft Security Blog サイバー攻撃の手口として、トークン盗難が増加していることがMicrosoft Detection
Amazon Web Services ブログ フルスタックのチャットアプリケーションをAWSとNext.jsで構築する モダンなチャットアプリはリッチな機能を必要とします。これらの機能はファイルストレージ・リアルタイムの更新、そしてクライアントとサーバーの両方からデータを取得する能力が必要です。 従来、これは多くのサードパーティサービスをつなぎ合わせるか、カスタムソリューションの作成に開発時間を費やすことを意味していました。そして、この方法では市場投入までの時間が遅くなり、複数の障害点が発生します。 チャットアプリに必要な機能と、AWS が従来の問題点をどのように解決しているかを紹介するために、我々はリアルタイムチャットアプリケーションのサンプルを更新しました。このバージョンは、ローカルと AWS の両方でアプリケーションを完全に管理・制御することがいかに簡単かを強調するために再設計され
2 要素認証に 1Password を使うのはよく考えてから | はったりエンジニアの備忘録 AWSの多要素認証に1passwordが使えたけど使っちゃダメだと思った話 - Qiita TOTP のトークンを 1Password に保存するのはセキュリティ強度を弱めるので良くない、という話は知ってたので避けてたのだけど、ちょっとよくわからなくなってきた。 Windows(具体的には社有のSurface Pro)上の1passwordとiPhone上の1passwordの両方でMFAの二段階目をクリアできたということは、もうこの2段階目は特定のデバイスを持っていることに依存しないということだ。僕のIDで他のデバイスに1passwordをインストールすることができれば、さらにそのデバイスでも2段階目をクリアできる。「AWSのパスワード」と「特定のスマホ(デバイス)」ではなく、「AWSのパスワー
Cloudflare servers don't own IPs anymore – so how do they connect to the Internet?2022-11-25 A lot of Cloudflare's technology is well documented. For example, how we handle traffic between the eyeballs (clients) and our servers has been discussed many times on this blog: “A brief primer on anycast (2011)”, "Load Balancing without Load Balancers (2013)", "Path MTU discovery in practice (2015)", "C
jude hunter Ever wondered what happens behind the scenes of the most popular state management libraries? How do they re-render only the relevant components instead of the whole tree? How are they different from the Context API? This article is a deep dive into the inner workings of selectors, subscribers, preventing re-renders, and more. The examples given will be based on the React ecosystem, but
訪日したプーチン大統領(2016年12月) Sputnik/Michael Klimentyev/Kremlin/via REUTERS <ウクライナ侵攻が始まる以前、ロシアは「かなり真剣に」日本との局地的な軍事紛争を計画していたとするFSB職員のメールを入手> ウラジーミル・プーチン大統領が率いるロシアは、ウクライナへの大規模侵攻に着手する何カ月も前の2021年夏、日本を攻撃する準備を進めていた──こんな衝撃的な情報を、本誌が入手した。これはロシア連邦保安庁(FSB)内部告発者からのメールで明らかになったものだ。 ■【動画】プーチン「重病説」を再燃させる「最新動画」...脚は震え、姿勢を保つのに苦労 3月17日付けのこのメールは、「Wind of Change(変革の風)」と名乗るFSB職員が、ロシア人の人権擁護活動家ウラジーミル・オセチキンに定期的に送信しているメールのひとつだ。オセチ
jude hunter So, don’t freak out, but TypeScript’s type system is advanced enough to be able to host entire programming languages inside of it, using template literal types and conditional types, among other techniques. This has been done before, to varying degrees of insanity. Check out ts-sql and typefuck. As this is some mind-bogglingly crazy stuff, I had to start by testing if it’s even possibl
In this blog post, I’ll explain everything you need to know in order to use and produce native ECMAScript modules on Node.js. The GitHub repository iterable is an example of a TypeScript ESM package that works on Node.js. It still uses the "typesVersions" workaround (which isn’t needed in TypeScript 4.7 and later). (Thanks to Guy Beford and Oleg Drapeza for their feedback on this post.) TypeScript
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast. All of the art for this post was generated using DALL-E.I hesitated writing this post, because I don’t want to start, or get into, a holy war over programming languages. (Just to get the flame bait out of the way, Visual Basic is the best language ever!) But I’ve had a number of people
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く