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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ChatGPT

『elijahmanor.com』

  • 人気
  • 新着
  • すべて
  • Locale Aware Sorting in JavaScript

    4 users

    elijahmanor.com

    This post is part of my Byte Series, where I document tips, tricks, and tools that I've found useful. ProblemWhen building a localized JavaScript web-app, the default sorting logic for strings doesn't quite yield the results that you might expect. For example, take the following example… let strings = [ "nop", "NOP", "ñop", "abc", "abc", "äbc" ]; strings.sort(); console.log(strings); // ['NOP', 'a

    • テクノロジー
    • 2022/04/02 10:36
    • JavaScript
    • article
    • Visualizing CSS Resets

      4 users

      elijahmanor.com

      Visualizing CSS ResetsPublishedAugust 7, 2020 Views…Reading time1 min readThanks Shawn Wang (@swyx) for suggesting red liquid to indicate dev styles. Share on TwitterDiscuss on TwitterFollow @elijahmanorTweet about this post and have it show up here!

      • テクノロジー
      • 2020/08/20 08:28
      • css
      • Natively Format JavaScript Numbers

        5 users

        elijahmanor.com

        NOTE: This post is a sibling post to Natively Format JavaScript Dates and Times When I've needed to format numbers in JavaScript I usually used Number.prototype.toFixed(), found a 3rd party library, or manually manipulated the number to suite my needs. However, with modern browsers, there's a lot of really interesting capabilities you could start using with Number.prototype.toLocaleString() or Int

        • テクノロジー
        • 2020/08/15 19:43
        • techfeed
        • JavaScript
        • あとで読む
        • Build a Terminal Dashboard in React with `react-blessed`

          4 users

          elijahmanor.com

          NOTE: You can find the code for this project in GitHub and you watch the whole Build a Terminal Dashboard with React video series on egghead.io. The Tweet that Started It All Creating the ProjectFrom the terminal create a new folder called devdash, immediately change directories, and then create a new package.json file with npm init -y to auto-answer yes to all the prompts. mkdir devdash && cd $_

          • テクノロジー
          • 2020/07/15 10:05
          • あとで読む
          • React File Size

            3 users

            elijahmanor.com

            Facebook's React Library is a very powerful and popular library these days. This website's intent is to track the rise and fall of the size of the React library. (see chart below)

            • 世の中
            • 2018/01/05 04:46
            • JavaScript Code Smells

              15 users

              elijahmanor.com

              In the past I've given presentations, recorded videos, and written blog posts about fixing common JavaScript and jQuery bugs. This is a good skill to have, but what about working code? Fixing broken code is important, but have you ever gotten into the situation where your code works, but it doesn't feel quite right... maybe even smells?"A code smell is a surface indication that usually corresponds

              • テクノロジー
              • 2015/06/05 12:14
              • javascript
              • あとで読む
              • Eliminate JavaScript Code Smells

                25 users

                elijahmanor.com

                A framework for easily creating beautiful presentations using HTML

                • テクノロジー
                • 2015/04/25 11:27
                • javascript
                • eslint
                • jshint
                • lint
                • slide
                • refactoring
                • static analysis
                • codingstyle
                • code
                • Ways to Remove Those Pesky console.log Statements

                  3 users

                  elijahmanor.com

                  The ProblemHave you ever published your code only to find pesky console.log statements littering your web application? These can be problematic for several reasons... It is embarassing to have logs in the consoleIt can slow down the page's performanceIt causes bugs in IE8/9 when the devtools are not openSo then, what are some ways you can protect yourself from all those logs? 1: Manual RemovalThe

                  • テクノロジー
                  • 2015/03/24 15:37
                  • javascript
                  • Node.js
                  • あとで読む
                  • One Sass Color to Rule Them All

                    3 users

                    elijahmanor.com

                    Have you ever gotten into the situation where you have a set of colors that are all quite similar, but you need each of them defined to create gradients, text shadows, borders, and the like? For example, look at the following buttons. There are 3 variations of the button and each one uses a variety of different colors to control its look and feel. DemoSee the Pen xsBuH by Elijah Manor (@elijahmano

                    • テクノロジー
                    • 2014/07/10 19:29
                    • Sass
                    • color
                    • css
                    • Recommended GitHub Atom Packages for Web Developers

                      9 users

                      elijahmanor.com

                      editor for the past couple of weeks and I've really enjoyed it. At first there weren't very many extensions/packages available, but the community has been quick to fill in that gap. You can browse the packages online or from Atom's Preferences... (⌘,) Official PackagesGitHub has included serveral packages in the base install of Atom and in addition they've created other helpful packages as well. S

                      • テクノロジー
                      • 2014/03/26 10:37
                      • atom
                      • package
                      • plugin
                      • Unit Test like a Secret Agent with Sinon.js

                        3 users

                        elijahmanor.com

                        The following content comes from the forth module of my Pluralsight course entitled: Front-End First: Testing and Prototyping JavaScript Apps. The rest of the course covers an introduction to Unit Testing, Examples of Hard to Test Code, Mocha (a JavaScript test runner), Grunt (a JavaScript task runner), Mockjax (a way to mock Ajax requests), mockJSON (a way to generate semi-random complex objects

                        • テクノロジー
                        • 2014/03/12 11:03
                        • testing
                        • JavaScript
                        • tutorial
                        • Differences Between jQuery .bind() vs .live() vs .delegate() vs .on()

                          3 users

                          elijahmanor.com

                          Differences Between jQuery .bind() vs .live() vs .delegate() vs .on() IntroductionI've seen quite a bit of confusion from developers about what the real differences are between the jQuery .bind(), .live(), .delegate(), and .on() methods and when they should be used. If you want, you can jump to the TL;DR section and get a high-level overview what this article is about.Before we dive into the ins a

                          • テクノロジー
                          • 2014/03/07 12:32
                          • ASP.NET MVC Cheat Sheets

                            10 users

                            elijahmanor.com

                            Most of you have seen many jQuery Cheat Sheets out in the wild, but as of recently there are now also many ASP.NET MVC Cheat Sheets to chose from. If you know of any other ASP.NET MVC Cheat Sheets, please let me know and I’ll add it to the above list. I hope these prove to be helpful for you. You might consider printing them out and posting them on your cubical walls ;) Note: Instead of hosting th

                            • テクノロジー
                            • 2009/10/10 12:41
                            • ASP.NET MVC
                            • cheatsheet
                            • ASP.NET
                            • .NET

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

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

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

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

                            j次のブックマーク

                            k前のブックマーク

                            lあとで読む

                            eコメント一覧を開く

                            oページを開く

                            はてなブックマーク

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

                            公式Twitter

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

                            はてなのサービス

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