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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    iPhone 17

『joelhooks.com』

  • 人気
  • 新着
  • すべて
  • 5 Layers of State Management in React Applications

    3 users

    joelhooks.com

    Home 5 Layers of State Management in React Applications edit ✏️ One of the challenges with state management in React is coming to terms and deciding as a team how you will categorize the layers of state in your application. It's variable and often nuanced to describe the layers but framing them in a simple hierarchy is an excellent tool for communicating with your team. One way to frame these laye

    • テクノロジー
    • 2021/03/08 12:53
    • React
    • techfeed
    • articles written by Joel Hooks

      8 users

      joelhooks.com

      Hi there 👋 My name is Joel Hooks. I'm a skilled virtual assistant, software developer, and a collaborator at egghead.io. This is my personal site where I drop notes and articles about things that I am interested in. Generally speaking this journal will capture thoughts I have about building bootstrapped business, raising kids, learning, teaching, and my endless obsession with media and gear. The

      • テクノロジー
      • 2016/06/08 20:17
      • redux-saga
      • redux
      • react
      • あとで
      • Modeling Data and State in Your AngularJS Application

        3 users

        joelhooks.com

        Home Modeling Data and State in Your AngularJS Application edit ✏️ Respect your data. Contain your state. Data and state are the foundation of your application. These two items should be absolutely respected. As you work through the AngularJS documentation, these two items are generally stored on the controllers. This works OK, but as your app grows beyond the "todo list" it quickly breaks down. C

        • テクノロジー
        • 2014/02/02 11:52
        • Configuring Dependency Injection in AngularJS

          3 users

          joelhooks.com

          Home Configuring Dependency Injection in AngularJS edit ✏️ Dependency injection is the act of supplying values or object instances (dependencies) to target objects from outside of the target object. In many (most?) cases this is automated by a framework, such as AngularJS. This means that a given target object does not create its own dependencies, through the use of the new keyword or other creati

          • テクノロジー
          • 2013/09/17 10:22
          • angular.js
          • Learn AngularJS this Weekend

            3 users

            joelhooks.com

            Home Learn AngularJS this Weekend edit ✏️ AngularJS has a reputation for a steep learning curve. It's definitely complex, but follows the 80/20 rule. 20% of the features are what you will use 80% of the time. If you are new to AngularJS and have a weekend to study, there are some very high quality resources that will let you start Monday with a strong working knowledge of AngularJS. Already know A

            • テクノロジー
            • 2013/08/10 10:57
            • AngularJS
            • study
            • javascript
            • The basics of using ui-router with AngularJS

              4 users

              joelhooks.com

              Home The basics of using ui-router with AngularJS edit ✏️ URL routing is a popular approach to matching the contents of a URL to specific functionality within a web application. URL routes programatically present specific content to users based on the URL that they are visiting. It is a popular approach that has proven to be very effective. Something that might not be obvious is that URL routing i

              • テクノロジー
              • 2013/08/04 08:08
              • development
              • *あとで
              • SuperPanelPlus: Resizable Flex Panel Component with Accessible Styling | building blocks

                4 users

                joelhooks.com

                The SuperPanel is an excellent component created by Wietse Veenstra. The styling is all hard-coded,  and I need to be able to change this. It also hard-codes the event that is triggered on close, and I wanted to be able to control this. So I added the appropriate meta-tags and properties to enable these options. Here is the result, link to the source is at the bottom:

                • 学び
                • 2008/05/28 11:38
                • flex
                • AIR
                • Using the Senocular AS3 TransformTool in Flex | building blocks

                  5 users

                  joelhooks.com

                  Hey,I am so interested about that you had ever used the ‘TransformTool’ library in your Flex project. But there is little examples showing how to use it in flex, Would you please share some example about how to use ‘TransformTool’ in Flex? I have tried as such a way: but it failed at line canvas.addChild(defaultTool); Can you give any hints? Thanks. Like most pure AS3 display classes, the Transf

                  • 暮らし
                  • 2008/05/12 11:58
                  • as3
                  • flex
                  • image
                  • actionscript

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

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

                  『joelhooks.com』の新着エントリーを見る

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

                  j次のブックマーク

                  k前のブックマーク

                  lあとで読む

                  eコメント一覧を開く

                  oページを開く

                  はてなブックマーク

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

                  公式Twitter

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

                  はてなのサービス

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