並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 45件

新着順 人気順

Reactiveの検索結果1 - 40 件 / 45件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

Reactiveに関するエントリは45件あります。 libraryJavaScriptjavascript などが関連タグです。 人気エントリには 『なぜ分割代入をすると Vue は reactive ではなくなるのか - Stockmark Tech Blog』などがあります。
  • なぜ分割代入をすると Vue は reactive ではなくなるのか - Stockmark Tech Blog

    こんにちは。 Anews の開発に携わっている Engineer の 羽柴 と申します。 Anews はフロントエンドを Vue で開発しています。 自分自身の背景として、Stockmarkに入社するまでは React を使って開発していたので Vue の経験は殆どない状態でした。 そこで理解を深めるために chibivue を使った勉強会を社内で進めています。 その時に気づいたことを share したいなと思い、この記事を書きました。 ja.vuejs.org chibivueとは Vue を書き始めた感想 chibivue の勉強会を進めて Proxyについて でもなんで まとめ 余談 最後に chibivueとは ubugeeei.github.io Vue を最少単位で作ってみようという project です。 浅い理解でよければ公式 docs をさらっと読んで実装するのが早いので

      なぜ分割代入をすると Vue は reactive ではなくなるのか - Stockmark Tech Blog
    • 考察:Reactive Workflowが生まれた背景とその狙い - Kengo's blog

      人に説明するのがスムーズにできなさそうなので、理論武装というか順序立てて話すためにこの記事をまとめる。 対象 ブラウザから利用するマルチプラットフォーム向けウェブアプリケーションの開発 モバイルのネイティブアプリ開発は含まない(知らないので) 利用言語はJava, JavaScript/TypeScriptを想定するが、特に言語に依存しない認識 開発経験はあるが、情報や経験が少なくて「よりよいプロダクト開発」の理想が描けない方への一助として作成 TL;DR 状況やベストプラクティスが目まぐるしく変わる現代において、すぐに変化できるソフトウェアを保つこと・ヒトの手をできるだけ空けることが重要。 かつてIaaSがAPIを提供し環境管理の多くを自動化したように、各種サービスがAPIやWebhookを通じてDevelopment Workflowの多くを自動化してきている。 多くの視点や知見を活か

        考察:Reactive Workflowが生まれた背景とその狙い - Kengo's blog
      • GitHub - electric-sql/pglite: Lightweight WASM Postgres with real-time, reactive bindings.

        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

          GitHub - electric-sql/pglite: Lightweight WASM Postgres with real-time, reactive bindings.
        • GitHub - maxchehab/phelia: ⚡ A reactive Slack application framework.

          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

            GitHub - maxchehab/phelia: ⚡ A reactive Slack application framework.
          • マークダウンとJavaScriptでインタラクティブなWebサイトを作れる「Reactive Doc」を使ってみた! - paiza times

            どうも、まさとらん(@0310lan)です! 今回は、マークダウンで手軽にWebサイトを構築できるサービスをご紹介します。 一般的なマークダウン記法で簡単にWebコンテンツを作れるのですが、独自のコードブロックを挿入してインタラクティブなフォーム要素も挿入できるのが特徴です。 さらにJavaScriptで好きな機能を開発できる仕組みが提供されており、簡単なWebアプリを作るなど自由度の高いサービスに仕上がっています。 すべて無料で使えるので、ご興味ある方はぜひ参考にしてください! 【 Reactive Doc 】 ■「Reactive Doc」の使い方 それでは、「Reactive Doc」をどのように使えばいいのか詳しく見ていきましょう! 利用するためにユーザー登録やログインなどは一切不要です。サイトに訪れたらトップ画面にある【Try it】ボタンをクリックするだけです。 専用のWebエ

              マークダウンとJavaScriptでインタラクティブなWebサイトを作れる「Reactive Doc」を使ってみた! - paiza times
            • Ref vs Reactive Vue3 Composition APIのリアクティブ関数の探究 / ref vs reactive Vue Composition API Deep in

              Remote.vue#2 2020/07/31 スライド補足情報を加えた勉強会登壇レポートはこちらにまとめてます。 https://qiita.com/ryo2132/items/f4e78dbadd9368c91add

                Ref vs Reactive Vue3 Composition APIのリアクティブ関数の探究 / ref vs reactive Vue Composition API Deep in
              • GitHub - vanjs-org/van: 🍦 VanJS: World's smallest reactive UI framework. Incredibly Powerful, Insanely Small - Everyone can build a useful UI app in an hour.

                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                  GitHub - vanjs-org/van: 🍦 VanJS: World's smallest reactive UI framework. Incredibly Powerful, Insanely Small - Everyone can build a useful UI app in an hour.
                • 「ref と reactive」 結局どっちを使えばいいのか? (2024 年最新版)

                  🏆 結論 「とりあえず ref を使えばいい!」 おしまいです。ref でできないことはありません。 注意点として補足しておくと、これは「Vue.js が ref を推奨している」「迷ってるならとりあえず ref を使っておけばいい」という話であって、reactive をはじめとする他の Reactivity API が非推奨だという話ではありません。 reactive がケースによって便利であることは Evan 氏なども認めており、そもそも Vue.js には厳密なルールがあるわけではないので、結局は自分の手に馴染むものを選択していくのが良いと思います。 なので、究極的な結論としては「とりあえず ref ファーストで考えておいて、なんらかしらの理由で reactive を使いたいなら別にそれも良い」という話になりますが、特別な理由がない場合は ref の方が推奨されます。 🚩 はじめ

                    「ref と reactive」 結局どっちを使えばいいのか? (2024 年最新版)
                  • React is Dead. Long live Reactive Rails! Long live StimulusReflex and ViewComponent!

                    Let me tell you about the feeling that I get when I encounter something poised to revolutionize my work as a software developer. A specific, tangible physical sensation in my bones; a tingle in my skin and a buzz in my fingertips. Like having done a little too much cocaine, if you know what I mean. Apparently this mania hits me approximately every 5 years. The first time was in 2000 when I read Th

                      React is Dead. Long live Reactive Rails! Long live StimulusReflex and ViewComponent!
                    • 【Vue】reactive()って要らなくね?ref()だけでよくね? - Qiita

                      使用技術 Vue3 + Nuxt3 Composition API TypeScript ワイ、お問い合わせフォームを作りたい ワイ「Vue の Composition API を使って、お問い合わせフォームを作るで!」 ワイ「フォームのデザインはこんな感じや!」 ワイ「いや〜、我ながらイケてるデザインやな!」 ワイ「ほな、Composition APIを使ってフォームの状態を管理していくで〜」 フォームの状態を管理するには? ref()またはreactive() ワイ「Composition APIの場合、状態を管理するには」 ワイ「ref()またはreactive()を使うんやったな」 ワイ「この2つは何が違うんやろ?」 ワイ「確か───」 ref() 文字列・数値・真偽値などの、プリミティブな値を保持できる reactive() オブジェクト・配列・Map・Setなどの状態を保持でき

                        【Vue】reactive()って要らなくね?ref()だけでよくね? - Qiita
                      • neue cc - R3 - C#用のReactive Extensionsの新しい現代的再実装

                        先日、新しいC#用のReactive Extensionsの実装としてR3を正式公開しました!R3はRx for .NETを第一世代、UniRxを第二世代とした場合の、第三世代のRxという意味で命名しています。Rxとしてのコア部分(ほぼdotnet/reactiveと同様)は.NET共通のライブラリとして提供し、各プラットフォーム特化のカスタムスケジューラーやオペレーターは別ライブラリに分けるという形により、全ての.NETプラットフォーム向けのコアライブラリと、各種フレームワーク Unity, Godot, Avalonia, WPF, WinForms, WinUI3, Stride, LogicLooper, MAUI, MonoGame 向けの拡張ライブラリを提供しています。 GitHub - Cysharp/R3 幾つかの破壊的変更を含むため、ドロップインリプレースメントではないで

                        • Vue 3 Composition API: ref() vs. reactive()

                          One of the first questions that arise when starting with the new Vue Composition API is ref() or reactive()? The initial instinct is to use ref() for primitives (Boolean, String,…) and reactive() for objects. But there is more to it. When to Use ref() and When to Use reactive()?The Downside of Using ref()Is Mixing ref() and reactive() a Good Idea?When to Use ref() and When to Use reactive()?Let’s

                            Vue 3 Composition API: ref() vs. reactive()
                          • Hotwire: Reactive Rails with no JavaScript?—Martian Chronicles, Evil Martians’ team blog

                            It’s time to actually conjure up the long-teased new magic by DHH & Co. and learn to use Hotwire beyond 5-minute tutorials. This umbrella term, behind libraries for building modern web interfaces seemingly without any effort or JavaScript, is on everyone’s tongue since the big unveil this year. The HTML-over-the-wire approach is making ripples through the Rails universe: countless blogs, Reddit po

                              Hotwire: Reactive Rails with no JavaScript?—Martian Chronicles, Evil Martians’ team blog
                            • 【Vue.js】ref と reactive どっちを使う?

                              Vue.js の Composition API が登場してから 1 年少しが経過しており、すでに使いこなしている方もいらっしゃるのではないでしょう? 私自身お仕事で Composition API を使用しており、従来の Options API と比較して UI とロジックの分解がよりやりやすくなったように思えます。リアクティブなデータをコンポーネントの外で定義できるようになったことで、1 つのコンポーネントにまとめて書かざるをえなかった論理的な関心事に分けてそれぞれ別のファイルで定義できます。 書き心地としては React のカスタムフックに近い感じとなっていますね。 個人的には React がクラスコンポーネントから関数コンポーネント + Hook へ移行したように、Vue.js においても Composition API へ移行する流れが来るのではないかと思います。 さて、そんな

                                【Vue.js】ref と reactive どっちを使う?
                              • 【Unity】Model-View-(Reactive)Presenterパターンとは何なのか - Qiita

                                はじめに 今回はUnityにおける「Model-View-(Reactive)Presenterパターン」とは何なのかについて解説します。 対象読者 Unity開発者 UniRxを使うことができる UnityにおけるGUI周りの実装に困っている GUI周りの設計パターン Model-View-(Reactive)Presenterパターン(略してMV(R)Pパターン)とは、UnityにおけるGUI周りの設計パターンの一種です。 「GUI」とはいわゆる「ユーザインターフェース」のことで、ゲーム中における「画面上に表示される情報」や「メニュー」や「ボタン」といったものを指します。 (ざっくりいえば、uGUIのことだと思って下さい) GUI周りの実装手法というものはUnityに限らず、複雑になりがちな難しい部分です。 そのためいろいろな設計パターンが考案されてきました。 代表的なもので言えばMV

                                  【Unity】Model-View-(Reactive)Presenterパターンとは何なのか - Qiita
                                • Reactive Props Destructure を支える技術

                                  みなさんこんにちは, ubugeeei です. 最近技術発信が全くできていないな〜お前それでも Vue Team Member かよ,と思いつつ,せっかく Vue 3.5 がリリースされたのでそれに関連した機能の記事でも書こうかと思います. Vue 3.5.0 がリリースされました 先日,Vue 3.5.0 (Tengen Toppa Gurren Lagann) がリリースされました. このリリースでは,Reactivity System の最適化や,新しいコンポーザブルである useTemplateRef,useId,Custom Elements の改善など様々な変更が入りました. 詳しくは上記の公式ブログや,同 publication のまとめ記事 などを参照してください. 今回のトピック Vue 3.5 で Reactive Props Destructure という機能が安定版

                                    Reactive Props Destructure を支える技術
                                  • Proactiveとreactive 日本社会はなぜ後手後手なのか

                                    ブログを書くの、久しぶりです。 大学に異動したとき、すぐ気づいた。多くのスタッフが、体制、システム、ルール、ブルシットジョブ、上司などなど、様々な不安を抱えていることに。次いで気づいたのは、そのような多種多様な不満を抱えているスタッフたちが、直属の上司にその不満を「絶対に口にしない」ことを旨としていることであった ぼくは驚いて、「問題があるなら、問題提起して、直してもらえばいいじゃないですか」と申し上げたら、「岩田先生、大学病院はいろいろあるんですよ」と「お前は分かってないな」といわんばかりの薄笑いとともに返されるのだった。 今も、俺は分かってない。 このような垂直的な階層構造は大学病院に限った話ではなく、日本社会のあちこちに遍在している。 ぼくはST合剤という抗菌薬の添付文書の不備を霞が関の担当官僚に指摘し、改善を求めたことがある。彼女は「こいつは分かってないな」という気持ち悪い薄笑いと

                                    • Building data-centric apps with a reactive relational database

                                      Building apps is too hard. Even skilled programmers who don’t specialize in app development struggle to build simple interactive tools. We think that a lot of what makes app development hard is managing state: reacting and propagating changes as the user takes actions. We’re exploring a new way to manage data in apps by storing all app state—including the state of the UI—in a single reactive datab

                                        Building data-centric apps with a reactive relational database
                                      • GitHub - tinyplex/tinybase: The reactive data store for local‑first apps.

                                        You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                          GitHub - tinyplex/tinybase: The reactive data store for local‑first apps.
                                        • GitHub - reactive-python/reactpy: It's React, but in Python

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - reactive-python/reactpy: It's React, but in Python
                                          • GitHub - fonsp/Pluto.jl: 🎈 Simple reactive notebooks for Julia

                                            You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                              GitHub - fonsp/Pluto.jl: 🎈 Simple reactive notebooks for Julia
                                            • Javaニュース総まとめ: Hibernate Reactive 1.0、Springの更新、OpenJDK、Red HatのCryostat 2.0の発表

                                              Spring BootによるAPIバックエンド構築実践ガイド 第2版 何千人もの開発者が、InfoQのミニブック「Practical Guide to Building an API Back End with Spring Boot」から、Spring Bootを使ったREST API構築の基礎を学んだ。この本では、出版時に新しくリリースされたバージョンである Spring Boot 2 を使用している。しかし、Spring Boot3が最近リリースされ、重要な変...

                                                Javaニュース総まとめ: Hibernate Reactive 1.0、Springの更新、OpenJDK、Red HatのCryostat 2.0の発表
                                              • Reactive Programming with JavaScript - Qiita

                                                はじめに JavaScriptを触るなかで関数型リアクティブプログラミング(FRP)について知り、面白そうと調べましたが考え方のベースとなる部分を理解することに苦労したので記録として残します。 What is Reactive? アプリケーションは多くのモジュールによって構成されています。多くの場合、そのモジュール達はデータによって繋がっています。あるモジュールの値が更新されると、他のモジュールの値も更新されるようなシーンです。 例としてAmazonのようなオンラインショッピングサービスを提供するアプリケーションを挙げ、アプリケーション内の『カート』を担当するモジュールと、『請求書』を担当するモジュールの2つの関係に注目します。例えばユーザーがカートに商品を追加したとき、請求書は商品の金額に応じて自動で更新されます。つまり図の矢印はデータの流れを表していて、カートのデータが更新されると請求

                                                  Reactive Programming with JavaScript - Qiita
                                                • Vue3のStore(Pinia)のリアクティブ(reactive)の動きを確認してみた - Qiita

                                                  はじめに リアクティブに関してのPinia Storeの動きが、Vue3のComposition APIの中でどうなるのか?Options APIの時はどう実装すべきか?混乱してしまい、良く分からなくなってしまったので、自身の整理メモとして備忘録を残しておこうと思う。 試したパターンは以下。 storeのstateはプリミティブな値 Piniaを Composition API で実装 コンポーネント側もComposition API 番外編 コンポーネント側はOptions API Piniaを Options API で実装 コンポーネント側もOptions API 番外編 コンポーネント側はComposition API storeのstateはオブジェクト Piniaを Composition API で実装 コンポーネント側もComposition API 番外編 コンポーネント

                                                    Vue3のStore(Pinia)のリアクティブ(reactive)の動きを確認してみた - Qiita
                                                  • Functional and Reactive Domain Modeling 各章まとめ - Qiita

                                                    Functional and Reactive Domain Modelingとは、ドメイン駆動設計(DDD)の関数型プログラミング(FP)とリアクティブプログラミング(RP)によるアプローチを書いた本 1. 関数型ドメインモデリング:イントロダクション 変更可能なステートを避ける - 変更可能なステートは管理が難しく、非決定性につながる 参照透過性 - FPは、参照透過なモデルコンポーネントを設計する能力を提供する。モデルの振る舞いが純粋関数で構築されていることで合成性を得られ、小さな関数から大きな関数を作ることができる 自律的成長 - 関数型の設計と思考で、モデルは自律的に成長する。純粋性故にモデルは数学的に扱うことができ、推論ができる コアドメインに集中する - DDDの原則を使用してモデルを構築すると、リポジトリやファクトリといったパターンに基づいて編成されたエンティティや値オブジ

                                                      Functional and Reactive Domain Modeling 各章まとめ - Qiita
                                                    • Reactive Rails applications with StimulusReflex

                                                      Francisco Sousa for Finiam Posted on Sep 30, 2020 • Edited on Apr 28, 2023 • Originally published at blog.finiam.com A while ago I made a blog post about the modern web with just Rails (and a few other things). Today I'm going to explore another way of doing awesome things with Rails, in the spirit of the modern, reactive, and real-time, web. Let's explore StimulusReflex, an extension to the amazi

                                                        Reactive Rails applications with StimulusReflex
                                                      • Make React reactive by using Hooks - Reaktor

                                                        When the React team released Hooks in React 16.7.0-alpha, I was sceptical at first. I expected most of the added features to be unnecessary bloat (I felt

                                                          Make React reactive by using Hooks - Reaktor
                                                        • Corset - declarative, reactive UI

                                                          Reactive UI without the complexity of SPA frameworks. Use any backend you like; bind to the HTML you already produced. "> HTML <div class="counter"> <button type="button" class="increment">Increment</button> <button type="button" class="decrement" disabled>Decrement</button> <div class="result"> Count: <strong class="count">0</strong> </div> </div> JavaScript with Corset import sheet, { mount } fr

                                                            Corset - declarative, reactive UI
                                                          • Vue.jsのcomposition-apiにおける"ref"と"reactive"って何が違うの? - Qiita

                                                            この記事は、Vue #2 Advent Calendar 2019 の18日目の記事です!! ※ 2021.10追記 ref, reactiveについては公式ドキュメントなどをご参考にいただけますと幸いです。 https://v3.ja.vuejs.org/guide/reactivity-fundamentals.html (本記事はご参考程度にお願い致します。) 前置き Vueにそこまで精通しているわけではないため、内容に誤りがある可能性があります。 何か間違いがある場合はお手柔らかにご指摘お願いしますmm また、多くの方々の記事を参考にさせて頂きました。 ありがとうございますmm (もしも載せてはいけない情報がある場合、ご連絡頂ければと思います。) 結論 お忙しい方々向けに。 refは、プリミティブな(Objectでない)値をリアクティブにする reactiveはObjectの値をリ

                                                              Vue.jsのcomposition-apiにおける"ref"と"reactive"って何が違うの? - Qiita
                                                            • GitHub - maverick-js/signals: A tiny (~1kB minzipped) and extremely fast library for creating reactive observables via functions.

                                                              🏆 The goal of this library is to provide a lightweight reactivity API for other UI libraries to be built on top of. It follows the "lazy principle" that Svelte adheres to - don't do any unnecessary work and don't place the burden of figuring it out on the developer. This is a tiny (~1kB minzipped) library for creating reactive observables via functions called signals. You can use signals to store

                                                                GitHub - maverick-js/signals: A tiny (~1kB minzipped) and extremely fast library for creating reactive observables via functions.
                                                              • GitHub - elbywan/hyperactiv: A super tiny reactive library. :zap:

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - elbywan/hyperactiv: A super tiny reactive library. :zap:
                                                                • Reactive variables

                                                                  Reactive variables State containers integrated into Apollo Client's reactivity model New in Apollo Client 3, reactive variables are a useful mechanism for representing local state outside of the Apollo Client cache. Because they're separate from the cache, reactive variables can store data of any type and structure, and you can interact with them anywhere in your application without using GraphQL

                                                                    Reactive variables
                                                                  • GitHub - brisklib/brisk: Cross-platform C++20 GUI framework featuring MVVM architecture, reactive capabilities, and scalable, accelerated GPU rendering.

                                                                    const NameValueOrderedList<TextAlign> textAlignList{ { "Start", TextAlign::Start }, { "Center", TextAlign::Center }, { "End", TextAlign::End } }; class Example : public Component { public: RC<Widget> build() final { // rcnew Widget{...} is equivalent to std::shared_ptr<Widget>(new Widget{...}) return rcnew Widget{ layout = Layout::Vertical, rcnew Text{ "Switch (widgets/Switch.hpp)", classes = { "s

                                                                      GitHub - brisklib/brisk: Cross-platform C++20 GUI framework featuring MVVM architecture, reactive capabilities, and scalable, accelerated GPU rendering.
                                                                    • Going Reactive with Spring, Coroutines and Kotlin Flow

                                                                      Going Reactive with Spring, Coroutines and Kotlin Flow Since we announced Spring Framework official support for Kotlin in January 2017, a lot of things happened. Kotlin was announced as an official Android development language at Google I/O 2017, we continued to improve the Kotlin support across Spring portfolio and Kotlin itself has continued to evolve with key new features like coroutines. I wou

                                                                        Going Reactive with Spring, Coroutines and Kotlin Flow
                                                                      • Towards principled reactive UI

                                                                        Update 7 May 2022: A followup to this post containing significant conceptual advance is Xilem: an architecture for UI in Rust. I consider the Crochet experiment to be mostly negative, as there were a number of ergonomic and functional “paper cuts,” though several of the research goals were met, at least to some extent. This is a followup to my post about a year ago, Towards a unified theory of rea

                                                                        • GitHub - hyperfiddle/electric: a reactive Clojure dialect for web development that uses a compiler to manage the frontend/backend boundary

                                                                          com.hyperfiddle/electric {:mvn/version "v2-alpha-540-ga4699532"} · 2024 Jan 10 · Changelog Electric is a reactive and network-aware Clojure/Script DSL that fully abstracts over client/server state sync at the programming language layer, in order to achieve strong composition across the frontend/backend boundary in dynamic web apps. With Electric, backend expressions (i.e. queries) and frontend exp

                                                                            GitHub - hyperfiddle/electric: a reactive Clojure dialect for web development that uses a compiler to manage the frontend/backend boundary
                                                                          • Lightbend Academy (Cognitive Class) の Reactive Architecture(リアクティブ・アーキテクチャ)学習ノート - Qiita

                                                                            Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article? Lightbend Academy で Reactive Architecture(リアクティブ・アーキテクチャ)について学んだ内容をメモっとく。どうやら同じコースが Cognitive Class でも公開されているみたいなので、Lightbend Academy 無料期間に受講できなかった人はこちらをどうぞ。 本稿は、個人的に思い出すために書き留めているノートなので、言葉の正しさは保証できない。どんな内容がコースに含まれているかを俯瞰するにはいいかと思う。 コースの3つ目まではノートを書いてなかったので、気が向いたら時間のあるときに

                                                                              Lightbend Academy (Cognitive Class) の Reactive Architecture(リアクティブ・アーキテクチャ)学習ノート - Qiita
                                                                            • Reactive Resume - A free and open-source resume builder

                                                                              A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.

                                                                                Reactive Resume - A free and open-source resume builder
                                                                              • Implementing reactive progress tracking for AWS Step Functions | Amazon Web Services

                                                                                AWS Compute Blog Implementing reactive progress tracking for AWS Step Functions This blog post is written by Alexey Paramonov, Solutions Architect, ISV and Maximilian Schellhorn, Solutions Architect ISV This blog post demonstrates a solution based on AWS Step Functions and Amazon API Gateway WebSockets to track execution progress of a long running workflow. The solution updates the frontend regula

                                                                                  Implementing reactive progress tracking for AWS Step Functions | Amazon Web Services
                                                                                • Let’s play Reactive Streams with Armeria vol.1

                                                                                  LINE株式会社は、2023年10月1日にLINEヤフー株式会社になりました。LINEヤフー株式会社の新しいブログはこちらです。 LINEヤフー Tech Blog Reactive Streamsとは? LINE PlusでオープンソースソフトウェアのArmeriaとCentral Dogmaを開発しているUM IKHUNです。私はReactive Streamsの概念と、Reactive Streamsをオープンソースの非同期HTTP/2、RPC、RESTクライアント/サーバーライブラリーであるArmeriaで使用する方法について紹介したいと思います。今回の記事では、まずReactive Streamsの概念について解説します。 Reactive Streamsは、公式ホームページであるreactive-streams.orgで以下のように定義しています。 Reactive Strea

                                                                                    Let’s play Reactive Streams with Armeria vol.1

                                                                                  新着記事