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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ブラックフライデー

『Khalil Stemmler | Become a confident crafter. Learn to write testable, scalab...』

  • 人気
  • 新着
  • すべて
  • How to use ESLint with TypeScript | Khalil Stemmler

    3 users

    khalilstemmler.com

    ESLint is a JavaScript linter that you can use to lint either TypeScript or JavaScript code. In this post, we'll walk through how to set up linting in your project. Intro Formatting is one of several concerns in the efforts to write clean code. There's a lot of other stuff we should be concerned about as well, but formatting is one of those things that we can set up right off the bat and establish

    • テクノロジー
    • 2020/03/09 23:07
    • Does DDD Belong on the Frontend? - Domain-Driven Design w/ TypeScript | Khalil Stemmler

      6 users

      khalilstemmler.com

      Should we utilize Domain-Driven Design principles and patterns in front-end applications? How far does domain modeling reach from back-end into front-end? 📣 Update: Khalil from the future here. Yes. Yes, Domain-Driven Design principles and patterns belong on the front-end. Come on now, Khalil. When I wrote this post back in 2019, I was primarily focused on the backend and hadn't spent enough time

      • テクノロジー
      • 2019/11/22 08:21
      • architecture
      • Value Objects - DDD w/ TypeScript | Khalil Stemmler

        3 users

        khalilstemmler.com

        Value Objects are one of the primary components of Domain-Driven Design. Here's a simple Value Object class in TypeScript. We cover this topic in The Software Essentialist online course. Check it out if you liked this post. Also from the Domain-Driven Design with TypeScript article series. In Domain-Driven Design, Value Objects are one of two primitive concepts that help us to create rich and enca

        • テクノロジー
        • 2019/10/29 23:26
        • How to Learn Software Design and Architecture | The Full-stack Software Design & Architecture Map | Khalil Stemmler

          11 users

          khalilstemmler.com

          Software Design and Architecture is pretty much its own field of study within the realm of computing, like DevOps or UX Design. Here's a map describing the breadth of software design and architecture, from clean code to microkernels. Translated by readers to: Japanese (日本語) You ever think about what it took for some of the world's most skilled developers to learn how to build systems within compan

          • テクノロジー
          • 2019/09/30 11:04
          • architecture
          • programming
          • design
          • あとで読む
          • An Introduction to Domain-Driven Design (DDD) | Khalil Stemmler

            3 users

            khalilstemmler.com

            Domain-Driven Design (DDD) is the approach to software development which enables us to translate complex problem domains into rich, expressive and evolving software. It's the way we design applications when the needs of our users are complex. Also from the Domain-Driven Design with TypeScript article series. Have you ever worked on a codebase where it felt like "the more code I add, the more compl

            • テクノロジー
            • 2019/08/01 18:04
            • ソフトウェア
            • software
            • IT
            • デザイン
            • design
            • *あとで読む
            • SOLID Principles: The Software Developer's Framework to Robust & Maintainable Code [with Examples] | Khalil Stemmler

              4 users

              khalilstemmler.com

              The SOLID principles are a set of software design principles that teach us how we can structure our functions and classes to be as robust, maintainable and flexible as possible. Writing code can be like pouring concrete. If what you've written in the past doesn't suit your needs today, it can be expensive to change. And change is inevitable. So if we're writing code, we need to write code that can

              • テクノロジー
              • 2019/05/20 06:49
              • When To Use TypeScript - A Detailed Guide Through Common Scenarios | Khalil Stemmler

                14 users

                khalilstemmler.com

                Strap yourself in. In this guide, we compare when it's absolutely vital to be using TypeScript, the strictly-typed programming language, and when it makes sense to stick to vanilla JavaScript. Originally published here April 2019, with discussions on Hackernews and Reddit. Translated by readers to: Chinese (中文) Have you heard of that little programming language called TypeScript? You know, the one

                • テクノロジー
                • 2019/04/08 07:56
                • typescript
                • techfeed
                • JavaScript
                • あとで読む

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

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

                『Khalil Stemmler | Become a confident crafter. Learn to write testable, scalab...』の新着エントリーを見る

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

                j次のブックマーク

                k前のブックマーク

                lあとで読む

                eコメント一覧を開く

                oページを開く

                はてなブックマーク

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

                公式Twitter

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

                はてなのサービス

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