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

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

アプリで開く

はてなブックマーク

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

はてなブックマーク

トップへ戻る

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

    ノーベル賞

『www.amberbit.com』

  • 人気
  • 新着
  • すべて
  • Elixir :applications vs :extra_applications - a guide

    3 users

    www.amberbit.com

    Posted on 2017-09-22 Elixir :applications vs :extra_applications - a guide It has been confusing? Let me help. Why does this post exist? I have seen many people (myself included) being confused about the usage of :applications vs :extra_applications in their mix.exs files. Why both these options are present? When to use one and when another? Do I really need to specify any of my dependencies? Let’

    • テクノロジー
    • 2017/10/07 01:09
    • elixir
    • How learning Elixr made me a better Ruby developer

      4 users

      www.amberbit.com

      Posted on 2017-07-27 How learning Elixr made me a better Ruby developer I write more functional code, avoid mutating data and side effects in methods, do not shy away from (modern) concurrency primitives, I explored alternative deployment options. Quick intro I write Ruby code for living since 2007/2008, so you may call me a veteran (or a combatant if it pleases you). Along the way, I wrote some J

      • テクノロジー
      • 2017/08/07 08:28
      • Using Repository pattern to migrate Rails app from MongoDB to PostgreSQL

        3 users

        www.amberbit.com

        Posted on 2015-11-30 Using Repository pattern to migrate Rails app from MongoDB to PostgreSQL …because you will need to make that migration. At Amberbit, we have a legacy project which uses MongoDB. We’ve been working on it for few years now. Through this time it obviously grow and changed a lot and at some point we started focusing more on it’s performance. The biggest issue we had was that we we

        • テクノロジー
        • 2015/12/10 13:06
        • rails
        • Closures: Elixir vs. Ruby vs. JavaScript

          3 users

          www.amberbit.com

          Posted on 2015-06-14 Closures: Elixir vs. Ruby vs. JavaScript Closures are not the same across languages. Learn how they differ between Ruby, JavaScript and Elixir to avoid bugs and confusion. tl;dr Closures in Elixir prevent nasty side-effects. Closures in JavaScript are the worst of the three (suprirse, surprise!). Ruby is slightly better thanks to functional elements in the language, but not pe

          • テクノロジー
          • 2015/06/15 03:59
          • Why Rails 5 / Turbolinks 3.0 / Action Cable matter, and why @dhh was right all along

            25 users

            www.amberbit.com

            Posted on 2015-04-22 Why Rails 5 / Turbolinks 3.0 / Action Cable matter, and why @dhh was right all along Update: just use Phoenix LiveView. tl;dr Rails won the hearts of developers and entrepreneurs because it made creation of shiny web apps easy and fast. This is not the same experience you have when you build Single Page Apps using JavaScript frameworks (it tends to be way slower, and you end u

            • テクノロジー
            • 2015/04/23 12:03
            • rails
            • rails5
            • ruby
            • javascript
            • Introduction to Rack middleware

              9 users

              www.amberbit.com

              Posted by Hubert Łępicki on 2011-07-13 Hubert is partner at AmberBit. Rails, Elixir and functional programming are his areas of expertise. Rack middleware is hot topic these days and anyone who is reading Ruby-related blog sites must have heard about it already. However, if you didn’t, here’s short quote from Rack site: Rack provides an minimal interface between webservers supporting Ruby and Ruby

              • テクノロジー
              • 2014/11/12 17:40
              • rack
              • ruby
              • Building and documenting API in Rails

                6 users

                www.amberbit.com

                Posted on 2014-02-19 Building and documenting API in Rails How to build API in Ruby on Rails. These are really exciting times for web developers. New JavaScript frameworks emerge constantly, completely changing the way we think about building web applications. With libraries such as AngularJS, Ember.js or Backbone.js, the server is no longer responsible for generating complete pages. Its role is o

                • テクノロジー
                • 2014/02/20 11:25
                • rails
                • Automate tasks on the web with Ruby and Capybara

                  3 users

                  www.amberbit.com

                  Posted on 2014-02-12 Automate tasks on the web with Ruby and Capybara Automate all the things! (on the web!) Capybara is a tool that Ruby on Rails developers mostly use for testing their web applications. This tool, however, can be also used to automate boring/repeating/long running tasks on the web or scraping information from web sites that were not kind enough to provide API. Use cases I am laz

                  • テクノロジー
                  • 2014/02/14 09:09
                  • capybara
                  • browser
                  • ruby
                  • PostgreSQL awesomeness for Rails developers

                    5 users

                    www.amberbit.com

                    Posted on 2014-02-04 PostgreSQL awesomeness for Rails developers A handful of timeless PostgreSQL tips. PostgreSQL is the true awesome SQL database, that you should probably be using for your relational data in your Ruby on Rails applications. In fact, if you are using Heroku, you are quite likely using PostgreSQL already. If you are not using PostgreSQL, or just starting, you have no idea how awe

                    • テクノロジー
                    • 2014/02/06 21:42
                    • PostgreSQL
                    • Rails
                    • AngularJS templates and Ruby on Rails assets pipeline

                      4 users

                      www.amberbit.com

                      Posted on 2014-01-20 AngularJS templates and Ruby on Rails assets pipeline How to embed Angular (1.2) templates in Rails apps. Developing AngularJS and Rails applications is our favorite way to build web applications at AmberBit. Why Angular? Because it allows us to finally separate user interface from Rails back-end. The promise of building an API along with your application is also much easier t

                      • テクノロジー
                      • 2014/02/05 15:16
                      • Angular.js
                      • rails

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

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

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

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

                      j次のブックマーク

                      k前のブックマーク

                      lあとで読む

                      eコメント一覧を開く

                      oページを開く

                      はてなブックマーク

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

                      公式Twitter

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

                      はてなのサービス

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