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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ノーベル賞

『CRAIG KERSTIENS』

  • 人気
  • 新着
  • すべて
  • Give me back my monolith - CRAIG KERSTIENS

    3 users

    www.craigkerstiens.com

    It feels like we’re starting to pass the peak of the hype cycle of microservices. It’s no longer multiple times a week we now see a blog post of “How I migrated my monolith to 150 services”. Now I often hear a bit more of the counter: “I don’t hate my monolith, I just care that things stay performant”. We’ve actually seen some migrations from micro-services back to a monolith. When you go from one

    • テクノロジー
    • 2019/03/14 13:01
    • SQL: One of the most valuable skills - Craig Kerstiens

      3 users

      www.craigkerstiens.com

      I’ve learned a lot of skills over the course of my career, but no technical skill more useful than SQL. SQL stands out to me as the most valuable skill for a few reasons: It is valuable across different roles and disciplines Learning it once doesn’t really require re-learning You seem like a superhero. You seem extra powerful when you know it because of the amount of people that aren’t fluent Let

      • テクノロジー
      • 2019/02/14 07:53
      • JavaScript
      • SQL
      • techfeed
      • jQuery
      • php
      • development
      • 開発
      • あとで読む
      • プログラミング
      • programming
      • Postgres hidden gems - CRAIG KERSTIENS

        6 users

        www.craigkerstiens.com

        Postgres has a rich set of features, even when working everyday with it you may not discover all it has to offer. In hopes of learning some new features that I didn’t know about myself as well as seeing what small gems people found joy in I tweeted out to see what people came back from. The response was impressive, and rather than have it lost into ether of twitter I’m capturing some of the respon

        • テクノロジー
        • 2018/02/01 12:46
        • PostgreSQL
        • database
        • Better database migrations in Postgres - CRAIG KERSTIENS

          7 users

          www.craigkerstiens.com

          As your database grows and scales there are some operations that you need to take more care of than you did when you were just starting. When working with your application in your dev environment you may not be fully aware of the cost of some operations until you run them against production. And at some point most of us have been guilty of it, running some migration that starts at 5 minutes, then

          • テクノロジー
          • 2017/09/12 05:53
          • Working with time in Postgres - CRAIG KERSTIENS

            5 users

            www.craigkerstiens.com

            A massive amount of reporting queries, whether really intensive data analysis, or just basic insights into your business involving looking at data over a certain time period. Postgres has really rich support for dealing with time out of the box, something that’s often very underweighted when dealing with a database. Sure, if you have a time-series database it’s implied, but even then how flexible

            • テクノロジー
            • 2017/06/09 09:05
            • postgres
            • database
            • db
            • Why use Postgres (Updated for last 5 years) - CRAIG KERSTIENS

              14 users

              www.craigkerstiens.com

              Five years ago I wrote a post that got some good attention on why you should use Postgres. Almost a year later I added a bunch of things I missed. Many of those items bear repeating, and I’ll recap a few of those in the latter half of this post. But in the last 4-5 years there’s been a lot of improvements and more reasons added to the list of why you should use Postgres. Here’s the rundown of the

              • テクノロジー
              • 2017/05/01 01:24
              • postgresql
              • あとで読む
              • blog
              • My top 10 Postgres features and tips for 2016 - Craig Kerstiens

                12 users

                www.craigkerstiens.com

                I find during the holiday season many pick up new books, learn a new language, or brush up on some other skill in general. Here’s my contribution to hopefully giving you a few new things to learn about Postgres and ideally utilize in the new year. It’s not in a top 10 list as much as 10 tips and tricks you should be aware of as when you need them they become incredibly handy. But, first a shameles

                • テクノロジー
                • 2015/12/30 03:52
                • postgresql
                • tips
                • Upsert lands in PostgreSQL 9.5 – A first look - Craig Kerstiens

                  3 users

                  www.craigkerstiens.com

                  If you’ve followed anything I’ve written about Postgres, you know that I’m a fan. At the same time you know that there’s been one feature that so many other databases have, which Postgres lacks and it causes a huge amount of angst for not being in Postgres… Upsert. Well the day has come, it’s finally committed and will be available in Postgres 9.5. Sure we’re still several months away from Postgre

                  • テクノロジー
                  • 2015/05/15 10:16
                  • PostgreSQL
                  • database
                  • PostgreSQL 9.4 - What I was hoping for - Craig Kerstiens

                    4 users

                    www.craigkerstiens.com

                    Theres no doubt that the 9.4 release of PostgreSQL will have some great improvements. However, for all of the improvements it delivering it had the promise of being perhaps the most impactful release of Postgres yet. Several of the features that would have given it my stamp of best release in at least 5 years are now already not making it and a few others are still on the border. Here’s a look at

                    • テクノロジー
                    • 2014/02/16 01:11
                    • postgresql
                    • Examining Postgres 9.4 - A first look - CRAIG KERSTIENS

                      4 users

                      www.craigkerstiens.com

                      With 9.4 instead of a simply list lets dive into a little deeper to the more noticable one. I’ll lead with one that those who need it should see huge gains (read larger apps that have a read replica they eventually may fail over to). Pg_prewarm will pre-warm your cache by loading data into memory. You may be interested in running pg_prewarm before bringing up a new Postgres DB or on a replica to k

                      • テクノロジー
                      • 2014/02/03 10:21
                      • postgresql
                      • The best Postgres feature you’re not using – CTEs aka WITH clauses - CRAIG KERSTIENS

                        5 users

                        www.craigkerstiens.com

                        SQL by default isn’t typically friendly to dive into, and especially so if you’re reading someone else’s already created queries. For some reason most people throw out principles we follow in other languages such as commenting and composability just for SQL. I was recently reminded of a key feature in Postgres that most don’t use by @timonk highlighting it in his AWS Re:Invent Redshift talk. The s

                        • テクノロジー
                        • 2013/11/19 11:30
                        • postgresql
                        • Postgres Indexes – Expression/Functional Indexing - Craig Kerstiens

                          4 users

                          www.craigkerstiens.com

                          Postgres is rich with options for indexing. First you’ve got a variety of types, and beyond that you can do a variety of things with each of these such as create unique indexes, use conditions to index only a portion of your data, or create indexes based on complex expressions or functions. In cases where you commonly use various PostgreSQL functions in your application or reporting you can get so

                          • テクノロジー
                          • 2013/05/29 23:54
                          • postgresql
                          • db
                          • More on Postgres Performance - CRAIG KERSTIENS

                            5 users

                            www.craigkerstiens.com

                            If you missed my previous post on Understanding Postgres Performance its a great starting point. On this particular post I’m going to dig in to some real life examples of optimizing queries and indexes. I wrote about some of the great new features in Postgres 9.2 in the recent announcement on support of Postgres 9.2 on Heroku. One of those awesome features, is pg_stat_statements. Its not commonly

                            • テクノロジー
                            • 2013/01/11 04:19
                            • postgresql
                            • Using Postgres Arrays in Django - CRAIG KERSTIENS

                              3 users

                              www.craigkerstiens.com

                              A few weeks back I did a brief feature highlight on Postgres arrays. Since that time I’ve found myself using them with increasing regularity on small side projects. Much of this time I’m using Django and of course not opting to write raw SQL to be able to use arrays. Django actually makes it quite simple to work with Arrays in Postgres with a package by Andrey Antukh. Lets get started by installin

                              • テクノロジー
                              • 2012/11/07 00:46
                              • django
                              • PostgreSQL
                              • Redis in my Postgres - CRAIG KERSTIENS

                                10 users

                                www.craigkerstiens.com

                                Yesterday there was a post which hit Hacker News that talked about using SQL to access Mongo. While this is powerful I think much of the true value was entirely missed within the post. SQL is an expressive language, though people are often okay with accessing Mongo data through its own ORM. The real value is that you could actually query the data from within Postgres then join across your data sto

                                • テクノロジー
                                • 2012/10/19 03:50
                                • redis
                                • PostgreSQL
                                • Understanding Postgres Performance - CRAIG KERSTIENS

                                  7 users

                                  www.craigkerstiens.com

                                  Update theres a more recent post that expands further on where to start optimizing specific queries, and of course if you want to dig into optimizing your infrastructure High Performance PostgreSQL is still a great read For many application developers their database is a black box. Data goes in, comes back out and in between there developers hope its a pretty short time span. Without becoming a DB

                                  • テクノロジー
                                  • 2012/10/03 00:27
                                  • postgresql
                                  • database
                                  • Why PostgreSQL Part 2 - CRAIG KERSTIENS

                                    7 users

                                    www.craigkerstiens.com

                                    This post is a list of many of the reasons to use Postgres, much this content as well as how to use these features will later be curated within PostgresGuide.com. If you need to get started check out Postgres.app for Mac, or get a Cloud instance at Heroku Postgres for free Last week I did a post on the many reasons to use Postgres. My goal with the post was two fold: Call out some of the historica

                                    • テクノロジー
                                    • 2012/05/08 04:03
                                    • DB
                                    • *あとで
                                    • Why Postgres - CRAIG KERSTIENS

                                      13 users

                                      www.craigkerstiens.com

                                      This post is a list of many of the reasons to use Postgres, much this content as well as how to use these features will later be curated within PostgresGuide.com. If you need to get started check out Postgres.app for Mac, or get a Cloud instance at Heroku Postgres for free UPDATE: A part 2 has been posted on Why Use Postgres Very often recently I find myself explaining why Postgres is so great. In

                                      • テクノロジー
                                      • 2012/05/01 04:47
                                      • postgresql
                                      • *あとで
                                      • How Heroku Works - Hiring - CRAIG KERSTIENS

                                        6 users

                                        www.craigkerstiens.com

                                        I alluded in earlier posts of How Heroku Works that we have talented engineers. In fact I would venture to say that there is not a weak link when it comes to our engineers at Heroku. Ensuring we have talented engineers makes it easier for us to find other talented engineers and maintains a level of quality in our product. This means we must be very careful about not diluting our pool of engineerin

                                        • テクノロジー
                                        • 2011/12/03 05:18
                                        • How Heroku Works - Maker’s Day - CRAIG KERSTIENS

                                          3 users

                                          www.craigkerstiens.com

                                          In my earlier post on Teams and Tools at Heroku, I mentioned how we value engineers’ time; their work has enabled us to build a great platform. As a result of what we’ve built, we’ve had great growth both of our platform and of our teams internally. With that growth inevitably comes different distractions on engineers’ time. Despite how a manager may plan things, engineering work needs long period

                                          • テクノロジー
                                          • 2011/11/08 01:11
                                          • How Heroku Works - Teams and Tools - CRAIG KERSTIENS

                                            14 users

                                            www.craigkerstiens.com

                                            Heroku is a largely agile company, we work in primarily small teams that talk via api and data contracts. Its also a company comprised primarily of engineers, even product managers often write code. Heroku as a platform drives many of the features not from top down, but from bottom up based on engineers desires or skunkworks projects. There’s many valuable insights into how Heroku runs efficiently

                                            • 暮らし
                                            • 2011/11/03 02:29
                                            • heroku
                                            • agile
                                            • company
                                            • development

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

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

                                            『CRAIG KERSTIENS』の新着エントリーを見る

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

                                            j次のブックマーク

                                            k前のブックマーク

                                            lあとで読む

                                            eコメント一覧を開く

                                            oページを開く

                                            はてなブックマーク

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

                                            公式Twitter

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

                                            はてなのサービス

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