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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ChatGPT

『Artsy Engineering』

  • 人気
  • 新着
  • すべて
  • React Native at Artsy, 3 years later - Artsy Engineering

    16 users

    artsy.github.io

    By Orta Therox Mar 17, 2019 On Valentine’s day in 2014, @alloy made our first commit moving the Artsy Mobile team to JavaScript, and paving the way to the shared Omakase JavaScript stack across web + iOS. We’ve done a write-up at 6 months, 1 year, 2 years and at 2.5 years we collaborated on a React Native conference with Facebook which features a very long Q&A session with the people who worked on

    • テクノロジー
    • 2019/03/29 09:04
    • あとで読む
    • It's time to use Swift Package Manager - Artsy Engineering

      6 users

      artsy.github.io

      By Orta Therox Jan 5, 2019 It’s been three years, and Swift Package Manager (SPM) is at a point where it can be useful for iOS projects. It’ll take a bit of sacrifice and a little bit of community spirit to fix some holes probably but in my opinion, it’s time for teams to start adopting SPM for their 3rd party dev tools. TLDR: You should be using SPM for 3rd party dev tools like: SwiftLint, SwiftF

      • テクノロジー
      • 2019/01/21 12:24
      • Swift
      • Conditional types in TypeScript - Artsy Engineering

        5 users

        artsy.github.io

        By David Sheldrick Nov 21, 2018 This year TypeScript gained a new feature that punches far above its weight. Working through our (enormous) backlog of unsorted TypeScript “Suggestions” and it’s remarkable how many of them are solved by conditional types. – Ryan Cavanaugh, TypeScript maintainer Conditional types probably aren’t something you’ll write every day, but you might end up using them indir

        • テクノロジー
        • 2018/11/30 07:49
        • typescript
        • *あとで読む
        • あとで読む
        • React Native, 2 years later - Artsy Engineering

          5 users

          artsy.github.io

          By Orta Therox Mar 17, 2018 @alloy first mentioned React Native as an option for Artsy back in March 2015, and in February 2016 he made our first commit to get the ball rolling. Since then, we’ve grown a new codebase, Emission, which has slowly taken over the responsibility for creating the UIViewControllers presented inside our iOS app. We’ve come quite far from where we started, and I was asked

          • テクノロジー
          • 2018/03/20 21:51
          • あとで読む
          • Babel 7 + TypeScript - Artsy Engineering

            5 users

            artsy.github.io

            By Christopher Pappas, Eloy Durán Nov 27, 2017 At Artsy we <3 TypeScript. We use it with React Native via Emission and on the web via Reaction. Until recently, however, projects that required the use of Babel had to implement convoluted tooling pipelines in order to work with the TypeScript compiler, increasing friction in an already complex landscape. (An example of this is Emission’s use of Rela

            • テクノロジー
            • 2018/02/17 13:04
            • babel
            • typescript
            • Series: React Native at Artsy - Artsy Engineering

              3 users

              artsy.github.io

              series: React Native at Artsy

              • テクノロジー
              • 2017/09/16 12:39
              • Intro to React Native for an iOS Developer - Artsy Engineering

                6 users

                artsy.github.io

                By Orta Therox Jul 6, 2017 React Native is a new native library that vastly changes the way in which you can create applications. The majority of the information and tutorials on the subject come from the angle of “you are a web developer, and want to do native”. This makes sense, given that the size of the JavaScript/web audience is much bigger than native developers, and far more open in the ide

                • テクノロジー
                • 2017/07/09 11:39
                • ReactNative
                • iOS
                • Workshop: React Native - Artsy Engineering

                  4 users

                  artsy.github.io

                  Hey there, so you’ve decided to take a look at React Native? Well, last week I ran a workshop inside Artsy on React Native and Relay. The video takes you from react-native init to having the initial structure of a View Controller based on Relay with a real working API request. The video is about 45 minutes, with inline questions. If you wanted to just run through the notes, you could probably get

                  • テクノロジー
                  • 2017/02/12 21:04
                  • React
                  • CD
                  • iOS
                  • React Native at Artsy - Artsy Engineering

                    13 users

                    artsy.github.io

                    As the Artsy iOS app grew larger, we started hitting pain points: We want to support other future platforms such as Android without creating more teams. We want different business teams to work on the app without disrupting each other. We want our architecture to evolve in order to increase programmer efficiency. It took us about a year to start resolving these issues. Ideally, we wanted to find a

                    • テクノロジー
                    • 2016/09/04 09:16
                    • ReactNative
                    • あとで読む
                    • Depedency Injection in Swift - Artsy Engineering

                      5 users

                      artsy.github.io

                      Dependency Injection (DI) is a $25 word for a 5¢ idea, but it’s an idea that has become wholly foundation to how I write software. I want to take a look at some of the ways our team have been using DI in Swift. DI users in Swift (and Objective-C) are generally in one of a few camps: Use initializer injection to provide objects with their dependencies. Use property injection (with laziness even!).

                      • テクノロジー
                      • 2016/06/28 23:45
                      • swift
                      • あとで読む
                      • MVVM in Swift - Artsy Engineering

                        9 users

                        artsy.github.io

                        Model View ViewModel has become the default way I write apps on iOS – it makes writing iOS apps a joy. I’ve written about it again and again and oh my. But last Autumn, as our team was all-hands-on-deck to wrap up the auctions kiosk app, we chose not to use MVVM. Why not? We were building a new app in a new language using a non-Swift framework for functional reactive programming. I was also teachi

                        • テクノロジー
                        • 2015/10/02 18:52
                        • Swift
                        • iOS
                        • あとで読む
                        • Developing a Bidding Kiosk for iOS in Swift - Artsy Engineering

                          3 users

                          artsy.github.io

                          • テクノロジー
                          • 2014/11/15 11:38
                          • Rendering on the Server and Client in Node.js - Artsy Engineering

                            6 users

                            artsy.github.io

                            • テクノロジー
                            • 2013/12/26 14:36
                            • Introduction to AWS OpsWorks - Artsy Engineering

                              4 users

                              artsy.github.io

                              OpsWorks is a new service from Amazon that promises to provide high-level tools to manage your EC2-based deployment. From the announcement: AWS OpsWorks features an integrated management experience for the entire application lifecycle including resource provisioning, configuration management, application deployment, monitoring, and access control. It will work with applications of any level of com

                              • テクノロジー
                              • 2013/08/30 19:10
                              • aws
                              • How to Monitor 503s and Timeout Requests on Heroku - Artsy Engineering

                                3 users

                                artsy.github.io

                                • テクノロジー
                                • 2013/06/28 20:50
                                • server

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

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

                                『Artsy Engineering』の新着エントリーを見る

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

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

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

                                公式Twitter

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

                                はてなのサービス

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