Skip to content

Instantly share code, notes, and snippets.

@tomohiro
Last active December 20, 2015 13:18
Show Gist options
  • Save tomohiro/6137391 to your computer and use it in GitHub Desktop.
Save tomohiro/6137391 to your computer and use it in GitHub Desktop.
Tech Meeting Notes

Tech Meeting Notes

ビジネスモデル

  • リーン・スタートアップ

プロジェクトマネジメント

  • アジャイル(スクラム)
    • プランニングポーカー
    • かんばん
    • ペアプログラミング
    • デイリーミーティング
    • ふりかえりの会議(KPT)

チャットコミュニケーション

  • ChatOps
  • IRC
  • Hector(Ruby)
  • R2-D2(Ruby)
  • Tiarra(Perl)
  • Hubot(Node.js & CoffeeScript)

Web サイト制作

  • Jekyll (静的コンテンツジェネレータ)
  • CoffeeScript(JavaScript)
  • Compass(SCSS & Foundation Framework)

ドキュメンテーション

  • Markdown
  • Sphinx
    • reStructuredText

エディタ

  • Vim and plugins
  • Emacs and plugins
    • elisp でのプラグインの作り方
  • Atom
    • Atom でのプラグインの作り方

データベース

  • PostgreSQL
    • ストリーミングレプリケーション
    • pg_rman, Barman
  • Redis

プログラミング

  • PHP
    • PSR
    • Composer
  • Ruby
    • Bundler
    • Gem の作り方
    • Sinatra
    • Rails
    • Redmine のプラグインの作り方
  • Java
    • JavaFX
  • Go

クラウド

  • AWS の使い方
  • Heroku の使い方
    • Heroku Button

バージョン管理システム

  • Git / GitHub
    • GitHub Flow
    • CodeReview
    • Pull Request

テスト駆動開発

  • TDD
    • Code coverage
    • RSpec
    • PHPUnit
  • BDD
    • Selenium
    • Capybara/Turnip

継続的インテグレーション

  • Jenkins CI
  • Travis CI
  • Wercker

サーバプロビジョニング

  • Packer
  • Vagrant
  • Puppet
  • Chef
  • Serverspec
  • Docker
  • Serf
  • Capistrano

設定ファイルフォーマット

  • TOML(XML, JSON, YAML)

ログ・可視化

  • Growthforecast
  • Fluentd
  • Fnordmetric
  • Kibana
  • LTSV

機械学習

  • マルコフ連鎖
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment