Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

2013-12-29から1日間の記事一覧

Linux入門 | FHS(Filesystem Hierarchy Standard)

概要 FHS(Filesystem Hierarchy Standard) 詳細 Linuxと他のUNIX系オペレーティングシステムでの主なディレクトリとその内容を定めたもの。 一覧 dir mean sample / root -- /bin 基本コマンドの実行ファイル ls, dirなど /boot ブートローダー関連のファ…

Ruby | Enumerable | reverse_each

概要 Enumerable#reverse_each 詳細 Enumerable#reverse_each enumを逆順でブロックに渡します。 サンプル コード # encoding: utf-8 class Person include Enumerable attr_accessor :name, :age def initialize(name, age) @name, @age = name, age end de…

Dslable | 取り扱いデータ型にBooleanを追加

概要 取り扱いデータ型にBooleanを追加 詳細 取り扱いデータ型にBooleanを追加 仕様 ・設定ファイルで指定可能なデータ型にBooleanを追加詳細についてはGitHub参照。 想定される用途 ・真偽値のパラメータ設定 GitHub https://github.com/tbpgr/dslable Ruby…

2013年の個人的学習総括

概要 2013年の個人的学習総括 イベント 2013年5月に転職 SI'erの下請会社での開発業務から自社向けサービスを開発する会社に転職。 技術的にはJavaのWeb開発からRuby/JavaのWeb開発へシフト。変わったこと 1.SI'er系の業務は激務だった。だいたい月250-300時…