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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『The Pragmatic Studio』

  • 人気
  • 新着
  • すべて
  • The Pragmatic Studio

    9 users

    pragmaticstudio.com

    Using Rails Session Cookies for API Authentication September 05, 2018 In preparation for our next course, we’re building a Vue.js front-end web application (an SPA) that uses a Rails 5 API backend with authenticated endpoints. The web app and the API are two separate applications: No part of the web app is rendered by Rails. The Rails app is strictly a JSON API. And the web app is a standalone bun

    • テクノロジー
    • 2018/09/09 23:18
    • rails
    • session
    • api
    • The Pragmatic Studio

      12 users

      pragmaticstudio.com

      Sorry, this course is outdated and no longer available. Quickly get up to speed with Elm and learn functional programming by crafting a reactive web app step-by-step. In this hands-on video course, you get step-by-step guidance and expert advice in an engaging format you won't find anywhere else. Discover the joy of writing front-end code that stays well-factored and easy to maintain as your web a

      • 学び
      • 2014/12/25 09:04
      • Elm
      • Xcode4Shortcuts

        4 users

        pragmaticstudio.com

        EDITORS XCODE 4 SHORTCUTS ⌃ = Control ⌥ = Option ⌘ = Command ⇧ = Shift ↩ = Return Hands-On iOS and Mac Training http://pragmaticstudio.comThe Pragmatic Studio 3/9/2011 Standard Assistant Version NAVIGATORS Navigators show/hide Project Symbol Search Issue Debug Breakpoint Log UTILITIES Utilities show/hide File Inspector Quick Help Inspector Identity Inspector Attributes Inspector Size Inspector Co

        • 学び
        • 2011/03/22 13:52
        • ios
        • The Pragmatic Studio

          3 users

          pragmaticstudio.com

          Installing Ruby and Rails on Mac OS X September 23, 2010 Updated: January 17, 2016 All of our online courses start with comprehensive instructions for getting the required software installed and set up on your own computer. For the online Rails course, that means installing Ruby and Rails. During the course, you’ll then write, refactor, and test your code directly on your own computer. That way, a

          • テクノロジー
          • 2010/11/26 16:27
          • Rails
          • Ruby
          • Using Blocks in iOS 4: Designing with Blocks

            3 users

            pragmaticstudio.com

            In the first part of this series, we learned how to declare and call basic Objective-C blocks. The motivation was to understand how to effectively use the new APIs in iOS 4 that take blocks as parameters. In this installment we’re going to shift our focus toward writing our own methods that take blocks. By understanding how to use blocks in your own code, you’ll have another design technique in yo

            • テクノロジー
            • 2010/09/16 22:33
            • tips
            • iphone
            • Using Blocks in iOS 4: The Basics

              12 users

              pragmaticstudio.com

              iOS 4 introduces one new feature that will fundamentally change the way you program in general: blocks. Blocks are an extension to the C language and thus fully supported in Objective-C. If you’re coming from a programming language such as Ruby, Python, or Lisp, then you know the power of blocks. Simply put, blocks let you encapsulate chunks of code and pass them around like any other object. It’s

              • テクノロジー
              • 2010/08/02 00:35
              • iphone
              • iOS
              • objective-c
              • development
              • The Pragmatic Studio

                27 users

                pragmaticstudio.com

                Free Tutorials To help you stay on top of your game!

                • テクノロジー
                • 2009/05/09 09:07
                • rubymotion
                • ruby
                • Xcode
                • iOS
                • Objective-C
                • iPhone
                • Development
                • Lifehacks
                • The Pragmatic Studio | iPhone Developer's Roadmap

                  3 users

                  pragmaticstudio.com

                  Where Do I Start? Becoming an iPhone developer is a lot of fun and a valuable skill in today's market. But there's a catch: It isn't as easy as it looks. Even experienced programmers are challenged by developing applications for a mobile device. And when you're just starting out, you're faced with learning a bunch of new things: Xcode, Interface Builder, the Objective-C programming language, Cocoa

                  • 暮らし
                  • 2009/04/03 17:00
                  • iphone
                  • The Pragmatic Studio

                    8 users

                    pragmaticstudio.com

                    “If you are looking for deeply technical and immersive video training, @pragmaticstudio is a steal. The pacing and content is second to none in my experience!” As software makers, being able to learn new things quickly and well is a superpower. That's why we create clear and concise video courses for busy developers. Courses that are up-to-date, to the point, and quickly move you from confusion to

                    • テクノロジー
                    • 2006/12/20 23:16
                    • ruby
                    • 学習
                    • study
                    • rails
                    • programming
                    • The Pragmatic Studio | The Rails Edge Conference

                      4 users

                      pragmaticstudio.com

                      Why Attend This Conference? The Rails Edge is where you come to sharpen your saw and keep up with the state of the art: stay on the leading edge of Ruby and Rails learn from industry experts leading focused talks catch up on the latest and greatest tips, tricks, and techniques chat, hack, and exchange ideas with fellow enthusiasts get valuable feedback about your killer app find out what's on t

                      • 学び
                      • 2006/08/09 01:51
                      • rails

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

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

                      『The Pragmatic Studio』の新着エントリーを見る

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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