タグ

関連タグで絞り込む (0)

  • 関連タグはありません

タグの絞り込みを解除

Rubyとアーキテクトに関するlaniusのブックマーク (2)

  • Railsアプリつくった - ✘╹◡╹✘

    最近APIサーバ用途でRailsアプリを1個つくったので振り返る。 概要 接続元はiOSやAndroidアプリとか、Webブラウザとか、別のWebアプリケーションとか。1ホストあたり秒間数百リクエスト、平均応答時間10msぐらい。Rails 4.1.0.rc2、Unicorn、Nginxを使ってる。正直Railsは全部入りで重いイメージがあったので何となく平均50ms以内程度であれば良いところだろうと思ってたけど、意外と速い。多分そもそもサーバの性能が良いんだと思う。実装時に気を付けたことは普段の開発と特に変わりない。いつもは大勢でワイワイ開発するものに少し手を加えるということが多いんだけど、今回は珍しく自分一人でつくったから目が行き届いてたのかもしれない。DBへの問合せの効率に気を配るとか、Rubyでの処理の無駄を省くとか、アプリケーションのプロセスに無駄なコードを読み込ませないとか、計

    Railsアプリつくった - ✘╹◡╹✘
  • How to duck type? - the psychology of static typing in Ruby

    Subject: How to duck type? - the psychology of static typing in Ruby From: Tim Bates <tim@ t . . > Date: Mon, 17 May 2004 22:52:22 +0900 Hi all, Following a discussion in #ruby-lang, I have a suggestion about how to approach Duck Typing. Below is my dissertation on the subject. :P My intention is to incorporate any comments people might have into the text and then place it on the Wiki as an introd

    lanius
    lanius 2013/09/22
    "Discipline and The Zen of Duck Typing".
  • 1