LoginSignup
3
3

More than 5 years have passed since last update.

Async programming is all about programming synchronously

Rails Gems realize RESTful modeling patterns

  • RESTFULパターンの紹介
    • login
    • Ransack
    • kaminari
    • transaction resource pattern

The Origamist's Ruby: Folding better code

  • Codeも折り紙と一緒でArtだろって話
  • CodeClimate

How to fail at Background Jobs

  • バックグラウンドで実行しているプロセスをうまい具合に失敗させる方法
    • Thread
    • ThreadPool
    • Redis(List)
    • Celluloid
    • Futuroscope
    • DRB
    • DCell
    • RabbitMQ
    • 3Partsが重要(Loop, Runner, Queue)
    • resque-job-tracking

Beyond Ruby

  • Ruby以外のプログラミング言語のお話
  • VHDL(ハードウェアの方で使用されている言語)

Casual Log Collection and Querying with fluent-plugin-riak

  • Fluentdとriakの話
  • Mohair...RiakをSQLで操作する
  • SQL -> parselet(gem) -> JS -> riak でMapReduceに変換している

Complex Event Processing on Ruby and Fluentd

  • Fruentdについて
  • Norikra
  • msgpack-rpc-over-hhtp
  • Esper(Javaで書かれたストリーム処理用ライブラリ。StreamSQLをサポートする)
  • クエリの永続化はこれから

Unfactoring

  • ポリモーフィズムとリファクタリングで速度改善出来たよ(キャッシュ出来るようになったから)って話

Contributing to Ruby

  • Rubyのドキュメント作成のやり方と参加の仕方

Fight with Diversity

  • 多様性と戦う。dbmのお話
3
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
3