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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    参議院選挙2025

『Big Nerd Ranch | Digital Product Development Agency』

  • 人気
  • 新着
  • すべて
  • Core Graphics, Part 4: A Path! A Path! - Big Nerd Ranch

    3 users

    bignerdranch.com

    In media res? Check out Part 1, Part 2, Part 3, and Part 3.5 for all our posts on Core Graphics. In Core Graphics, a path is a step-by-step description of some kind of shape. It could be a circle, a square, a valentine heart, a word frequency histogram or maybe a happy face. It doesn’t include any information such as pixel color, line width or gradients. Paths are primarily used for drawing – fill

    • テクノロジー
    • 2017/12/20 14:44
    • iOS
    • Asyncing Feeling about JavaScript Generators - Big Nerd Ranch

      12 users

      bignerdranch.com

      Want the TL;DR version? Here’s a gist of all three examples. Async generators and async iteration have arrived! Err, they’ve reached Stage 3, which means they are likely to ship in a future version of JavaScript. Until then, you can enable Stage 3 proposals in Babel to try them out in your own projects. The web is essentially a decentralized app runtime, so subpar language additions have permanent

      • テクノロジー
      • 2017/01/24 10:15
      • async
      • ECMAScript
      • JavaScript
      • Elixir and IO Lists, Part 2: IO Lists in Phoenix - Big Nerd Ranch

        3 users

        bignerdranch.com

        This post was adapted from a talk called “String Theory”, which I co-presented with James Edward Gray II at Elixir & Phoenix Conf 2016. My posts on Elixir and Unicode were also part of that talk. IO Lists and Phoenix In my last post, I showed how Elixir’s IO lists enable us to build and write output with minimal work and memory usage. This is nice enough for writing files, but it’s absolutely kill

        • テクノロジー
        • 2016/10/28 21:51
        • Elixir and IO Lists, Part 1: Building Output Efficiently - Big Nerd Ranch

          4 users

          bignerdranch.com

          This post was adapted from a talk called “String Theory”, which I co-presented with James Edward Gray II at Elixir & Phoenix Conf 2016. My posts on Elixir and Unicode were also part of that talk. It’s been said that “the key to making programs fast is to make them do practically nothing.” Imagine you’re going to write some data to a file, or send a web response to a browser. What’s the minimum amo

          • テクノロジー
          • 2016/10/16 17:37
          • Elixir and Unicode, Part 2: Working with Unicode Strings - Big Nerd Ranch

            3 users

            bignerdranch.com

            Elixir and Unicode, Part 2: Working with Unicode Strings This post was adapted from a talk called “String Theory”, which I co-presented with James Edward Gray II at Elixir & Phoenix Conf 2016. In my post on Unicode and UTF-8, I showed you the basis of Elixir’s great Unicode support: every string in Elixir is a series of codepoints, encoded in UTF-8. I explained what Unicode is, and we walked throu

            • テクノロジー
            • 2016/10/11 17:58
            • WWDC 2016: Increased Safety in Swift 3.0 - Big Nerd Ranch

              3 users

              bignerdranch.com

              Since its release, Swift has emphasized safety, and optionals are an important part of Swift’s approach. They provide a mechanism for representing nil, and require a definite syntax for working with an instance that may be nil. Optionals come in two forms: Optional ImplicitlyUnwrappedOptional The first is the safe kind: it requires the developer to unwrap the optional in order to access the underl

              • テクノロジー
              • 2016/06/23 23:31
              • Building an iOS App in Rust, Part 2: Passing Primitive Data Between Rust and iOS - Big Nerd Ranch

                4 users

                bignerdranch.com

                Building an iOS App in Rust, Part 2: Passing Primitive Data Between Rust and iOS Editor’s note: This is the second post in our series on building an iOS app in Rust. Welcome to Part 2 of our “Building an iOS App in Rust” series! If you haven’t read Part 1 already, please do that. Running the code in this post will require you to have set up a Rust toolchain for iOS. Last time, we built a simple “H

                • テクノロジー
                • 2015/08/22 22:14
                • Rust
                • iOS
                • ViewPager Without Fragments - Big Nerd Ranch

                  4 users

                  bignerdranch.com

                  Every once in a while, an Android developer might want to use a ViewPager without the added complexity of also using Fragments. A good example is an image gallery, where the user can swipe between different pictures. On these types of pages, all you really want to display is a view of static content (in this case, an image), so I’m going to walk you through how to utilize the ViewPager with just p

                  • テクノロジー
                  • 2015/08/05 19:20
                  • Android
                  • Building an iOS App in Rust, Part 1: Getting Started with Rust - Big Nerd Ranch

                    14 users

                    bignerdranch.com

                    Building an iOS App in Rust, Part 1: Getting Started with Rust Editor’s note: This is the first post in our series on building an iOS app in Rust. The vast majority of apps that get developed for iOS and Android are written in the native languages provided by the platform: Swift or Objective-C on iOS, and Java on Android. I don’t expect that to change any time soon; however, sometimes there’s a ne

                    • テクノロジー
                    • 2015/06/09 20:26
                    • rust
                    • iOS
                    • Swift
                    • Blog - Big Nerd Ranch

                      9 users

                      bignerdranch.com

                      Finding New Pastures: Big Nerd Ranch’s Next Chapter News It is with a mix of emotions that we announce the upcoming sunsetting of some key aspects of Big Nerd Ranch and the transition...

                      • テクノロジー
                      • 2014/04/03 00:56
                      • UI
                      • ruby
                      • Android
                      • あとで読む

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

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

                      『Big Nerd Ranch | Digital Product Development Agency』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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