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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    猛暑に注意を

『· Los Techies』

  • 人気
  • 新着
  • すべて
  • Cassandra Query Patterns: Not using the “in” query for multiple partitions. · Los Techies

    3 users

    lostechies.com

    Cassandra Query Patterns: Not using the “in” query for multiple partitions. 22 September, 2014. It was a Monday. So lets say you’re doing you’re best to data model all around one partition. You’ve done your homework and all you queries look like this: Over time as features are added however, you make some tradeoffs and need to start doing queries across partitions. At first there are only a few qu

    • テクノロジー
    • 2014/09/23 13:23
    • cassandra
    • performance
    • Angular JS blog series – Table of content · Los Techies

      3 users

      lostechies.com

      Angular JS blog series – Table of content 26 February, 2014. It was a Wednesday. This is a series of posts about AngularJS and our experiences with it while migrating the client of a complex enterprise application from Silverlight to HTML5/CSS/JavaScript using AngularJS as a framework. So far I have published the following posts AngularJS – Part 1 AngularJS – Part 1, Feedback AngularJS – Part 2, t

      • 学び
      • 2014/04/08 01:54
      • How I Work Around The require(“../../../../../../../”) Problem In NodeJS · Los Techies

        3 users

        lostechies.com

        How I Work Around The require(“../../../../../../../”) Problem In NodeJS 20 February, 2014. It was a Thursday. Anyone building a large enough app in NodeJS will tell you that it gets really really really frustrating to have 3 or more lines of this in every module you build: It’s ugly. It’s hard to read. It’s hard to maintain. And when you need to refactor your file and folder structure, guess what

        • 世の中
        • 2014/02/24 11:02
        • Pocket
        • Using the Specification Pattern for Querying · Los Techies

          4 users

          lostechies.com

          Using the Specification Pattern for Querying 11 September, 2009. It was a Friday. The specification pattern is great for adhering to the Single Responsibility Principle (SRP). The reason it can be so powerful is that it encapsulates one piece of logic, and nothing more. I’ve decided to come up with some code that takes advantage of this very easily readable and maintainable code structure. What Is

          • 暮らし
          • 2014/01/28 04:26
          • ddd
          • Managing Layouts And Nested Views With Backbone.Marionette · Los Techies

            3 users

            lostechies.com

            Managing Layouts And Nested Views With Backbone.Marionette 22 March, 2012. It was a Thursday. I’ve received numerous questions about managing layouts and nested views in Backbone over the last few months. Until recently, though, I never had a great answer. Many of the applications that I’ve built had a lot of custom code to handle the specific needs of that application’s layout and generally avoid

            • 学び
            • 2014/01/09 19:48
            • Don’t Do Role-Based Authorization Checks; Do Activity-Based Checks · Los Techies

              4 users

              lostechies.com

              Don’t Do Role-Based Authorization Checks; Do Activity-Based Checks 24 May, 2011. It was a Tuesday. I’ve built a few dozen security mechanisms in my career. Unfortunately, I kept getting it wrong, hence the need to keep building them. Over the years, though, I learned a number of different ways that a security system can be built. One of my favorite ways to build authorization systems is through th

              • テクノロジー
              • 2013/04/16 12:03
              • あとで読む
              • MarionetteJS v1.0 · Los Techies

                6 users

                lostechies.com

                MarionetteJS v1.0 25 March, 2013. It was a Monday. Hot on the heels of the Backbone v1.0 release, I present MarionetteJS v1.0! I quietly released it over the weekend, and I’m glad I did. I already had a bug report and have released v1.0.1 to fix it. 😀 The last few years of working on Marionette have been tremendously fun, exciting, frustrating at time, and have provided much more work and opportu

                • テクノロジー
                • 2013/03/26 21:54
                • backbone.js
                • library
                • development
                • javascript
                • Managing Events As Relationships, Not Just References · Los Techies

                  3 users

                  lostechies.com

                  Managing Events As Relationships, Not Just References 6 February, 2013. It was a Wednesday. In my Scaling Backbone Apps With Marionette talk, I have some slides that deal with JavaScript zombies in Backbone apps. This isn’t a new subject by any means. It is one that I talk about a lot, and spend a lot of time explaining to others. But there is one aspect of this talk and the related material that

                  • テクノロジー
                  • 2013/02/08 10:22
                  • javascript
                  • programming
                  • Backbone.js And JavaScript Garbage Collection · Los Techies

                    4 users

                    lostechies.com

                    Backbone.js And JavaScript Garbage Collection 19 March, 2012. It was a Monday. A question was asked on Stack Overflow recently, and I provided an answer that I think is worth re-blogging here (while cleaning up the text / grammar). My answer goes in to a little bit of the idea behind a garbage collected language and gets in to some of the basics of how JavaScript knows when to clean up your “garba

                    • テクノロジー
                    • 2012/11/20 18:48
                    • backbone.js
                    • javascript
                    • programming
                    • Backbone.js Is Not An MVC Framework · Los Techies

                      4 users

                      lostechies.com

                      Backbone.js Is Not An MVC Framework 23 December, 2011. It was a Friday. I’ve seen this question / statement / argument more than a few dozen times. I don’t particularly care whether or not people try to understand Backbone in terms of MVC frameworks, because that’s how we learn. We adapt new ideas based on existing knowledge experience, before we fully understand the new idea. However, I do care t

                      • テクノロジー
                      • 2012/11/01 01:24
                      • javascript
                      • View Helpers For Underscore Templates · Los Techies

                        3 users

                        lostechies.com

                        View Helpers For Underscore Templates 26 April, 2012. It was a Thursday. Underscore’s template engine lets you run any arbitrary JavaScript code that you want, within a template. You could write an entire JavaScript application within an underscore template if you want. But this is a really bad idea. Templates should be clean and simple. Some people go so far as to say “logic-less templates”, but

                        • 世の中
                        • 2012/10/25 22:06
                        • backbone.js
                        • Asynchronously Load HTML Templates For Backbone Views · Los Techies

                          3 users

                          lostechies.com

                          Asynchronously Load HTML Templates For Backbone Views 9 February, 2012. It was a Thursday. UPDATE: It turns out this is a really bad idea. Don’t async fetch individual templates. In the end, having done asynchronous fetching of individual templates on a few productions apps, it’s a really bad idea. The network latency and multiple requests that are made back to the server destroy any sense of spee

                          • テクノロジー
                          • 2012/10/02 14:10
                          • backbone.js
                          • javascript
                          • Why I’m done with Scrum · Los Techies

                            3 users

                            lostechies.com

                            Why I’m done with Scrum 12 September, 2012. It was a Wednesday. My first foray into Agile was with a product team back in 2004-2005. It was my first “real” job out of college, and my first experience with a death march. During the death march, I was struck on how bad the idea of death marching was. Working weekends, long hours etc. were a sign of failure not on the development team, but our a fail

                            • テクノロジー
                            • 2012/09/13 00:30
                            • dev
                            • Backbone.js: Getting The Model For A Clicked Element · Los Techies

                              5 users

                              lostechies.com

                              Backbone.js: Getting The Model For A Clicked Element 11 October, 2011. It was a Tuesday. I see variations of these questions on StackOverflow quite frequently: I have an HTML element rendered for each model in my collection. How do I get the model for the item that I clicked? or I rendered all my models using a template, but when I click on one of them my event handler fires for all of them. What

                              • 学び
                              • 2012/08/28 02:49
                              • backbone.js
                              • References, Routing, And The Event Aggregator: Coordinating Views In Backbone.js · Los Techies

                                3 users

                                lostechies.com

                                References, Routing, And The Event Aggregator: Coordinating Views In Backbone.js 19 July, 2011. It was a Tuesday. I recently found myself needing to facilitate communication between two backbone views. The first view is a medication – one that is currently being taken by a particular patient. The second view is the add/edit view that allows the patient to either add new medications or edit existin

                                • テクノロジー
                                • 2012/04/24 02:15
                                • Backbone.js
                                • Zombies! RUN! (Managing Page Transitions In Backbone Apps) · Los Techies

                                  6 users

                                  lostechies.com

                                  Zombies! RUN! (Managing Page Transitions In Backbone Apps) 15 September, 2011. It was a Thursday. One of the common issues or questions I see for Backbone.js goes something like this: “Whenever I hit the same route more than once, I end up getting seeing this call being made multiple times. It seems to accumulate another call every time I hit the route. What’s going on?” or “I’ve noticed that my v

                                  • テクノロジー
                                  • 2012/04/22 18:57
                                  • backbone.js
                                  • javascript
                                  • Using jQuery, Plugins and UI Controls With Backbone · Los Techies

                                    5 users

                                    lostechies.com

                                    Using jQuery, Plugins and UI Controls With Backbone 20 February, 2012. It was a Monday. Most Backbone applications either use jQuery or Zepto as their DOM manipulation of choice. I tend to use jQuery as it’s supported across more browsers and has more features – though it is a little heavier in terms of download size (and maybe performance). I also use a lot of jQuery plugins for various controls,

                                    • テクノロジー
                                    • 2012/02/22 00:00
                                    • jquery
                                    • js
                                    • javascript
                                    • JavaScript Closures Explained · Los Techies

                                      6 users

                                      lostechies.com

                                      JavaScript Closures Explained 17 February, 2012. It was a Friday. If you write any code in JavaScript then you’ve probably used closures, but do you actually understand what they are and how they work?  Taking the time to understand closures and how they’re implemented can add a deeper dimension to your understanding of the JavaScript language.  In this article, I’ll discuss what closures are and

                                      • テクノロジー
                                      • 2012/02/18 00:53
                                      • javascript
                                      • programming
                                      • *あとで
                                      • Setting up Ubuntu Jaunty for Ruby and Rails development · Los Techies

                                        4 users

                                        lostechies.com

                                        Setting up Ubuntu Jaunty for Ruby and Rails development 6 May, 2009. It was a Wednesday. Getting Ruby setup on Ubuntu – Jaunty UPDATED: Added RSpec for Rails as well Here are some quick steps to get you up and running with Ruby on Ubuntu, Take about 15 minutes depending on your internet connection. Step 1: The first thing you need to do is update the packages in Ubuntu open the terminal window (Ap

                                        • テクノロジー
                                        • 2009/05/17 10:53
                                        • ubuntu
                                        • rails
                                        • ruby
                                        • linux
                                        • SOLID Development Principles – In Motivational Pictures · Los Techies

                                          7 users

                                          lostechies.com

                                          SOLID Development Principles – In Motivational Pictures 11 February, 2009. It was a Wednesday. I found the Motivator this morning. It lets you create your own motivational pictures. So, here’s my first run at creating the SOLID software development principles in motivational picture form. I ‘borrowed’ the images from google image search results. I hope you find them to be as fun as I do! I have th

                                          • 世の中
                                          • 2009/02/12 23:30
                                          • programming
                                          • 仕事
                                          • Getting Started With jQuery QUnit for Client-Side Javascript Testing · Los Techies

                                            25 users

                                            lostechies.com

                                            Getting Started With jQuery QUnit for Client-Side Javascript Testing 29 August, 2008. It was a Friday. Setup First of all, I’m assuming you’re already using jQuery. If not, you should be 🙂 QUnit may help you for non-jQuery testing, but it’ll work better with jQuery. Second, you should start by downloading and setting up QUnit (from this link).  QUnit consists of a single JS file (testrunner.js) a

                                            • 暮らし
                                            • 2008/09/04 13:57
                                            • jquery
                                            • javascript
                                            • qunit
                                            • test
                                            • テスト
                                            • unittest
                                            • testing

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

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

                                            『· Los Techies』の新着エントリーを見る

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

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

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

                                            公式Twitter

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

                                            はてなのサービス

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