SlideShare a Scribd company logo
Gate of Agile Web Development
Gate of Agile Web Development
Computer programmer, guitarist.
Leader of an Agile software development team
at Eiwa System Management, Inc.
Lives in Shinjuku.
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
History
Delivery
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
!
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
History
Delivery
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
History
Delivery
Gate of Agile Web Development
!
!
!
!
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
assert_equal(expect, actual)
assert_equal(expect, actual)
Gate of Agile Web Development
assert_equal(expect, actual)
assert_equal(expect, actual)
assert_equal(expect, actual)
assert_equal(expect, actual)
Gate of Agile Web Development
http://www.slideshare.net/t_wada/the-only-one-big-thing-every-programmer-should-know/58
⛳️
!
!
!
!
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
2015 Ruby
Gate of Agile Web Development
$ irb
irb(main):001:0> class C; end
=> nil
irb(main):002:0> module M end
=> nil
irb(main):003:0> C.include M
=> C
Gate of Agile Web Development
$ irb
irb(main):001:0> RUBY_VERSION
=> "2.0.0"
irb(main):002:0> class C; end
=> nil
irb(main):003:0> module M end
=> nil
irb(main):004:0> C.include M
NoMethodError: private method `include'
called for C:Class
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
One more thing…
Gate of Agile Web Development
The Gate
Go on with a pragmatic story
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
branch_bar
branch_foo
master
Gate of Agile Web Development
Gate of Agile Web Development
> git checkout master
> git pull —rebase origin master
!
> git branch -b a_topic
> git push origin a_topic
another_topic
a_topic
master
✦
Gate of Agile Web Development
> git checkout master
> git pull —rebase origin master
!
> git branch -b a_topic_master
> git push origin a_topic_master
!
> git branch -b a_topic
> git push origin a_topic
topic_master
another_topic
master
✦
a_topic
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
> git tag release_20160614
> git push origin release_20160614
> #
> git tag | grep “^release_.*" | wc -l
> 91
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
> git branch -b release_20160621_branch
refs/tags/release_20160614
> git cherry-pick
7725ed436d4cb494ea42d451ba655f3080442a8c
> git tag release_20160621
> git push origin release_20160621
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development
Gate of Agile Web Development

More Related Content

KEY
Leave end-to-end testing to Capybara
PDF
The details of CI/CD environment for Ruby
PDF
How to develop Jenkins plugin using to ruby and Jenkins.rb
PDF
20140626 red dotrubyconf2014
PDF
20141210 rakuten techtalk
PDF
20140925 rails pacific
PDF
How to Begin Developing Ruby Core
PDF
20140425 ruby conftaiwan2014
Leave end-to-end testing to Capybara
The details of CI/CD environment for Ruby
How to develop Jenkins plugin using to ruby and Jenkins.rb
20140626 red dotrubyconf2014
20141210 rakuten techtalk
20140925 rails pacific
How to Begin Developing Ruby Core
20140425 ruby conftaiwan2014

What's hot (20)

PDF
How DSL works on Ruby
KEY
tDiary annual report 2009 - Sapporo Ruby Kaigi02
PDF
20140918 ruby kaigi2014
PDF
20140419 oedo rubykaigi04
PDF
mruby で mackerel のプラグインを作るはなし
PDF
Middleware as Code with mruby
PDF
How to test code with mruby
PDF
How to develop the Standard Libraries of Ruby?
PPTX
Ruby3x3: How are we going to measure 3x
PDF
How to distribute Ruby to the world
PDF
Practical ngx_mruby
PDF
Gemification for Ruby 2.5/3.0
PDF
Middleware as Code with mruby
PDF
The Future of Bundled Bundler
PDF
The Future of Dependency Management for Ruby
PDF
An introduction and future of Ruby coverage library
ODP
Performance Optimization of Rails Applications
PDF
Rails Application Optimization Techniques & Tools
PPTX
Ruby/rails performance and profiling
PDF
Ruby Security the Hard Way
How DSL works on Ruby
tDiary annual report 2009 - Sapporo Ruby Kaigi02
20140918 ruby kaigi2014
20140419 oedo rubykaigi04
mruby で mackerel のプラグインを作るはなし
Middleware as Code with mruby
How to test code with mruby
How to develop the Standard Libraries of Ruby?
Ruby3x3: How are we going to measure 3x
How to distribute Ruby to the world
Practical ngx_mruby
Gemification for Ruby 2.5/3.0
Middleware as Code with mruby
The Future of Bundled Bundler
The Future of Dependency Management for Ruby
An introduction and future of Ruby coverage library
Performance Optimization of Rails Applications
Rails Application Optimization Techniques & Tools
Ruby/rails performance and profiling
Ruby Security the Hard Way
Ad

Similar to Gate of Agile Web Development (20)

PDF
Introduction to unit testing
PPTX
Day 1 - Intro to Ruby
ZIP
Meta Programming in Ruby - Code Camp 2010
PPTX
Advanced Continuous Integration - PyGrunn 2014 - Dirk Zittersteyn
PDF
Python - code quality and production monitoring
PDF
Owasp tds
PDF
Behaviour driven infrastructure
PDF
RSpec 3: The new, the old, the good
PDF
Agile Testing Anti-Patterns and Rescue Strategies (Version2)
PPTX
Securing the continuous integration
PDF
Tackling Testing Telephony
ZIP
Introduction To Continuous Integration
KEY
Tdd for BT E2E test community
PDF
Systems se
PDF
Why Our Code Smells
PDF
Ruby.new @ VilniusRB
PDF
Ruby Intro {spection}
PDF
Testing Ruby with Rspec (a beginner's guide)
PDF
What schools should be teaching IT students
PDF
Test Driven Development with Puppet
Introduction to unit testing
Day 1 - Intro to Ruby
Meta Programming in Ruby - Code Camp 2010
Advanced Continuous Integration - PyGrunn 2014 - Dirk Zittersteyn
Python - code quality and production monitoring
Owasp tds
Behaviour driven infrastructure
RSpec 3: The new, the old, the good
Agile Testing Anti-Patterns and Rescue Strategies (Version2)
Securing the continuous integration
Tackling Testing Telephony
Introduction To Continuous Integration
Tdd for BT E2E test community
Systems se
Why Our Code Smells
Ruby.new @ VilniusRB
Ruby Intro {spection}
Testing Ruby with Rspec (a beginner's guide)
What schools should be teaching IT students
Test Driven Development with Puppet
Ad

More from Koichi ITO (20)

PDF
Bundler 2 の胎動
PDF
アプリがパッチにまみれたら
PDF
Stairway to The Pragmatic Rails Programmer
PDF
最軽の開発手法 dX 改
PDF
Railsアプリケーションプロジェクトでの読み書きそろばんの1周目、2周目とそれから
PDF
Ruby 2.4 / Rails 5.0に上げた際のパッチ5選
PDF
10年生きる Ruby / Rails アプリケーションプログラマーのエコシステム
PDF
俺の開発日誌
PDF
ghq gem-src and more
PDF
RuboCopとXPコーディング規約
PDF
俺たちの新人教育!!
PDF
スローテスト刑事 (デカ)
PDF
RubyKaigi 2015 の Drinkup を支える技術
PDF
開発時の探し物を楽にする習慣作り
PDF
Motivationware
PDF
達人プログラマーへの道
PDF
Let's get ready for next Ruby
PDF
職と人
PDF
Agile Software Development with Edge Ruby
PDF
Safe navigation operator in Ruby
Bundler 2 の胎動
アプリがパッチにまみれたら
Stairway to The Pragmatic Rails Programmer
最軽の開発手法 dX 改
Railsアプリケーションプロジェクトでの読み書きそろばんの1周目、2周目とそれから
Ruby 2.4 / Rails 5.0に上げた際のパッチ5選
10年生きる Ruby / Rails アプリケーションプログラマーのエコシステム
俺の開発日誌
ghq gem-src and more
RuboCopとXPコーディング規約
俺たちの新人教育!!
スローテスト刑事 (デカ)
RubyKaigi 2015 の Drinkup を支える技術
開発時の探し物を楽にする習慣作り
Motivationware
達人プログラマーへの道
Let's get ready for next Ruby
職と人
Agile Software Development with Edge Ruby
Safe navigation operator in Ruby

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PDF
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
PPTX
Current and future trends in Computer Vision.pptx
PPT
Mechanical Engineering MATERIALS Selection
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
Categorization of Factors Affecting Classification Algorithms Selection
PPTX
Fundamentals of safety and accident prevention -final (1).pptx
PPTX
Construction Project Organization Group 2.pptx
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PDF
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
PDF
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
PPT
introduction to datamining and warehousing
PDF
737-MAX_SRG.pdf student reference guides
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
PPT
Total quality management ppt for engineering students
Sustainable Sites - Green Building Construction
Artificial Superintelligence (ASI) Alliance Vision Paper.pdf
Current and future trends in Computer Vision.pptx
Mechanical Engineering MATERIALS Selection
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
R24 SURVEYING LAB MANUAL for civil enggi
Categorization of Factors Affecting Classification Algorithms Selection
Fundamentals of safety and accident prevention -final (1).pptx
Construction Project Organization Group 2.pptx
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
Safety Seminar civil to be ensured for safe working.
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PREDICTION OF DIABETES FROM ELECTRONIC HEALTH RECORDS
Level 2 – IBM Data and AI Fundamentals (1)_v1.1.PDF
BIO-INSPIRED HORMONAL MODULATION AND ADAPTIVE ORCHESTRATION IN S-AI-GPT
introduction to datamining and warehousing
737-MAX_SRG.pdf student reference guides
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
keyrequirementskkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk
Total quality management ppt for engineering students

Gate of Agile Web Development