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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    WWDC25

『Developer.com: Latest News & Tutorials for Software Developers』

  • 人気
  • 新着
  • すべて
  • Tips for MongoDB WiredTiger Performance Tuning | Developer.com

    3 users

    www.developer.com

    By Dharshan Rangegowda, founder of ScaleGrid.io. MongoDB 3.0 introduced the concept of pluggable storage engines. Currently, there are a number of storage engines available for Mongo: MMAPV1, WiredTiger, MongoRocks, TokuSE, and so forth. Each engine has its own strengths and you can select the right engine based on the performance needs and characteristics of your application. Starting with MongoD

    • テクノロジー
    • 2017/09/22 00:17
    • mongodb
    • performance
    • WiredTiger
    • 7 Things You Need To Know About Web Workers | Developer.com

      4 users

      www.developer.com

      Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. Introduction Web Workers allow you to run JavaScript code in the background without blocking the web page user interface. Web workers can improve the overall performance of a web page and also enhance the user experience. Web workers come in two flav

      • テクノロジー
      • 2014/01/29 13:10
      • javascript
      • html5
      • あとで読む
      • 10 Tips to Improve Android App Performance | Developer.com

        3 users

        www.developer.com

        Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. As any mobile platform evolves and its application offerings improve, quality becomes paramount to success. These days, users demand responsiveness and reasonable performance from the Android applications they choose to install on their devices. And

        • テクノロジー
        • 2011/12/05 09:49
        • android
        • tips
        • How To Use Python Concurrent Features | Developer.com

          4 users

          www.developer.com

          Developer.com content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More. The most recent release of Python (3.2) has introduced a new module called concurrent.futures that offers Python programmers new, streamlined and flexible means for handling common concurrent programming tasks — thread and process submission, results

          • テクノロジー
          • 2011/04/19 08:21
          • python
          • Scala vs. F#: Comparing Functional Programming Features | Developer.com

            4 users

            www.developer.com

            LanguagesScala vs. F#: Comparing Functional Programming Features F# and Scala, two relatively recent programming languages, provide most .NET and Java software developers with new functional programming features that are worth understanding and evaluating. (Read a Short Briefing on Functional Programming for a primer on how functional programming works.) Scala is a Java-based, general-purpose lang

            • テクノロジー
            • 2010/05/25 15:00
            • Scala
            • あとで
            • Clojure's Approach to Polymorphism: Method Dispatch | Developer.com

              4 users

              www.developer.com

              The word polymorphism derives from Greek where poly means many and morph means form. In programming languages, polymorphism is the idea that values of different data-types can be treated in “the same” way. Often, this is manifested via class inheritance where classes in a hierarchy can have methods of the same name. When such a method is called on an object, the correct code is executed at runtime

              • テクノロジー
              • 2010/04/27 09:27
              • clojure
              • Facebook's HipHop Goes Public With a New PHP Runtime | Developer.com

                19 users

                www.developer.com

                The open source dynamic scripting language PHP is widely deployed across the Web, powering countless Web sites (including the Internet.com network). Now Facebook is aiming to change the game with today’s release of a major new PHP effort called HipHop. With HipHop, Facebook is providing a new runtime that is intended to improve PHP use in large-scale deployments. The HipHop effort, which also incl

                • テクノロジー
                • 2010/02/03 09:39
                • facebook
                • php
                • hiphop
                • dev
                • Developer.com: Your Home for Java and Open Source Development Knowledge - Developer.com

                  4 users

                  www.developer.com

                  Don't miss an article. Subscribe to our newsletter below.

                  • 暮らし
                  • 2008/07/24 14:09
                  • ソフトウェア工学
                  • あとでよむ
                  • Web Services Archives | Developer.com

                    3 users

                    www.developer.com

                    Developer.com features tutorials, news, and how-tos focused on topics relevant to software engineers, web developers, programmers, and product managers of development teams. In addition to covering the most popular programming languages today, we publish reviews and round-ups of developer tools that help devs reduce the time and money spent developing, maintaining, and debugging their applications

                    • テクノロジー
                    • 2008/03/09 19:58
                    • あとで
                    • Effective Code Reviews Without the Pain | Developer.com

                      20 users

                      www.developer.com

                      Code reviews in most organizations are a painful experience for everyone involved. The developer often feels like it’s a bashing session designed to beat out their will. The development leads are often confused as to what is important to point out and what isn’t. And other developers that may be involved often use this as a chance to show how much better they can be by pointing out possible issues

                      • テクノロジー
                      • 2006/11/15 11:31
                      • codereview
                      • Code Review
                      • development
                      • programming
                      • レビュー
                      • work
                      • Axis2 Session Management | Developer.com

                        3 users

                        www.developer.com

                        Web services are in high demand and a large number of players have entered the web service arena. As a result of this, users are looking for more and more features, and they are trying to do everything by using Web services. By design, Web services are said to be stateless. There was no notion of managing sessions in the Web service world, but now this has changed and users cannot develop an advan

                        • テクノロジー
                        • 2006/11/04 21:42
                        • PHP 5 OOP: Interfaces Abstract Classes and the Adapter Pattern | Developer.com

                          3 users

                          www.developer.com

                          The first features new to PHP 5 to be covered in this article are abstract classes and interfaces. These concepts are nothing more than features added to OOP, which help the programmer follow good coding standards. An abstract class is a class that is only partially implemented by the programmer. It may contain one or more abstract methods. An abstract method is simply a function definition that s

                          • テクノロジー
                          • 2006/05/11 10:26
                          • oop
                          • php
                          • Speeding Up AJAX with JSON | Developer.com

                            10 users

                            www.developer.com

                            When Microsoft added the ActiveX XMLHTTP object to Internet Explorer’s implementation of JavaScript, the company planted the seed for the revolution in Web applications known as Asynchronous JavaScript and XML, or AJAX. Today, Firefox, Safari, Opera, and other browsers all support what is now known as XMLHttpRequest, making possible sites such as colr.org, backpackit.com, and maps.google.com. Thes

                            • テクノロジー
                            • 2006/04/07 11:40
                            • ajax
                            • json
                            • hatena
                            • - Developer.com

                              3 users

                              www.developer.com

                              Thanks for your registration, follow us on our social networks to keep up-to-date

                              • テクノロジー
                              • 2006/01/26 20:46
                              • SWT
                              • Java
                              • Database Archives | Developer.com

                                3 users

                                www.developer.com

                                Developer.com features tutorials, news, and how-tos focused on topics relevant to software engineers, web developers, programmers, and product managers of development teams. In addition to covering the most popular programming languages today, we publish reviews and round-ups of developer tools that help devs reduce the time and money spent developing, maintaining, and debugging their applications

                                • テクノロジー
                                • 2005/08/02 05:33
                                • XML
                                • Developer.com: Latest News & Tutorials for Software Developers

                                  18 users

                                  www.developer.com

                                  Project managers play a vital role in software development. Learn how project managers help to ensure successful software development projects.

                                  • テクノロジー
                                  • 2005/06/10 16:41
                                  • Java
                                  • Programming
                                  • .NET
                                  • Perl
                                  • CSS
                                  • PHP
                                  • development
                                  • Java Archives | Developer.com

                                    4 users

                                    www.developer.com

                                    Developer.com features tutorials, news, and how-tos focused on topics relevant to software engineers, web developers, programmers, and product managers of development teams. In addition to covering the most popular programming languages today, we publish reviews and round-ups of developer tools that help devs reduce the time and money spent developing, maintaining, and debugging their applications

                                    • テクノロジー
                                    • 2003/11/20 16:58
                                    • java
                                    • development
                                    • programming

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

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

                                    『Developer.com: Latest News & Tutorials for Software Developers』の新着エントリーを見る

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

                                    j次のブックマーク

                                    k前のブックマーク

                                    lあとで読む

                                    eコメント一覧を開く

                                    oページを開く

                                    はてなブックマーク

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

                                    公式Twitter

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

                                    はてなのサービス

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