はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    Google I/O

『Netflix Open Source Software Center』

  • 人気
  • 新着
  • すべて
  • DGS Framework

    9 users

    netflix.github.io

    Getting Started Introduction¶ The DGS framework makes it easy to create GraphQL services with Spring Boot. The framework provides an easy-to-use annotation based programming model, and all the advanced features needed to build and run GraphQL services at scale. The DGS framework is primarily maintained by Netflix, surrounded by an active community. At Netflix we build our GraphQL architecture on t

    • テクノロジー
    • 2021/02/05 11:40
    • GraphQL
    • spring-boot
    • Spring Boot
    • kotlin
    • java
    • Polly.JS

      60 users

      netflix.github.io

      Standalone, framework-agnostic JavaScript library that enables recording, replaying, and stubbing HTTP interactions.

      • テクノロジー
      • 2018/06/14 09:56
      • javascript
      • netflix
      • testing
      • http
      • test
      • あとで読む
      • library
      • Ajax
      • Titus

        3 users

        netflix.github.io

        Introduction Introduction Overview Building the Code Deployment Testing FAQ  Titus Titus is a container management platform that provides scalable and reliable container execution and cloud-native integration with Amazon AWS. Titus was built internally at Netflix and is used in production to power Netflix streaming, recommendation, and content systems. Titus provides the following: A production r

        • テクノロジー
        • 2018/04/19 09:29
        • container
        • netflix
        • https://netflix.github.io/conductor/

          10 users

          netflix.github.io

          • テクノロジー
          • 2016/12/14 18:23
          • netflix
          • oss
          • server
          • App
          • github
          • programming
          • Falcor: What is Falcor

            4 users

            netflix.github.io

            What is Falcor? Falcor is the innovative data platform that powers the Netflix UIs. Falcor allows you to model all your backend data as a single Virtual JSON object on your Node server. On the client you work with your remote JSON object using familiar JavaScript operations like get, set, and call. If you know your data, you know your API. Falcor is middleware. It is not a replacement for your app

            • テクノロジー
            • 2015/10/14 09:25
            • API
            • JavaScript
            • Falcor
            • Falcor: JSON Graph

              3 users

              netflix.github.io

              JSON Graph What is JSON Graph? Why JSON Graph? How Does JSON Graph Work? New Primitive Value Types The Abstract JSON Graph Operations JSON Graph What is JSON Graph? JSON Graph is a convention for modeling graph information as a JSON object. Applications that use Falcor represent all their domain data as a single JSON Graph object. JSON Graph is valid JSON and can be parsed by any JSON parser. Howe

              • テクノロジー
              • 2015/09/15 03:53
              • Falcor: One Model Everywhere

                90 users

                netflix.github.io

                One Model Everywhere Falcor lets you represent all your remote data sources as a single domain model via a virtual JSON graph. You code the same way no matter where the data is, whether in memory on the client or over the network on the server. The Data is the API A JavaScript-like path syntax makes it easy to access as much or as little data as you want, when you want it. You retrieve your data u

                • テクノロジー
                • 2015/08/18 09:23
                • JavaScript
                • netflix
                • library
                • framework
                • graphql
                • JSON
                • API
                • ライブラリ
                • node.js
                • あとで読む
                • Netflix Open Source Software Center

                  55 users

                  netflix.github.io

                  JAX 2015 Award Industry Awards! Netflix is honored to receive the Jury's choice award for Innovation at JAX 2015 conference. We would like to thank all of those who contribute to the Netflix open source community including our Netflix developers, all external contributors, and our active user base. Netflix Open Source won the JAX Special Jury Award. Jury member Neal Ford was quoted as saying "that

                  • テクノロジー
                  • 2012/08/20 09:44
                  • netflix
                  • oss
                  • github
                  • DevOps
                  • cloud
                  • git

                  このページはまだ
                  ブックマークされていません

                  このページを最初にブックマークしてみませんか?

                  『Netflix Open Source Software Center』の新着エントリーを見る

                  キーボードショートカット一覧

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

                  • 総合
                  • 一般
                  • 世の中
                  • 政治と経済
                  • 暮らし
                  • 学び
                  • テクノロジー
                  • エンタメ
                  • アニメとゲーム
                  • おもしろ
                  • アプリ・拡張機能
                  • 開発ブログ
                  • ヘルプ
                  • お問い合わせ
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について
                  • ガイドライン
                  • 利用規約
                  • プライバシーポリシー
                  • 利用者情報の外部送信について

                  公式Twitter

                  • 公式アカウント
                  • ホットエントリー

                  はてなのサービス

                  • はてなブログ
                  • はてなブログPro
                  • 人力検索はてな
                  • はてなブログ タグ
                  • はてなニュース
                  • ソレドコ
                  • App Storeからダウンロード
                  • Google Playで手に入れよう
                  Copyright © 2005-2025 Hatena. All Rights Reserved.
                  設定を変更しましたx