SlideShare a Scribd company logo
Hello, I’m

Dave
@/+pragdave


              2
Hello, I’m
a Ruby
Programmer
              3
Hello, I’m

Agile
             4
Hello, I’m

Dave
Hello, I’m
a Ruby
Programmer
 Hello, I’m
              Labels
 Agile
Labels
Hello, I’m

Agile
             7
Hello, I’m
Using index
   cards
Hello, I’m
Using index
   cards
      Hello, I’m
    Having stand-
     up meetings
Hello, I’m
                    Hello, I’m
Using index
                    Doing unit
   cards
                     testing
      Hello, I’m
    Having stand-
     up meetings
Hello, I’m
                        Hello, I’m
Using index
                        Doing unit
   cards
                         testing
      Hello, I’m
    Having stand-
     up meetings
           Hello, I’m
          Refactoring
Hello, I’m
                        Hello, I’m
Using index
                        Doing unit
   cards
                          testing
      Hello, I’m
    Having stand-      Hello, I’m
     up meetings         Using
           Hello, I’m Cucumber!!!
          Refactoring
Why?


Because that is what
the Agile Experts tell
me to do


                         9
That is not agile…
Hello, I’m
                       Hello, I’m
Using index
                       Doing unit
   cards
                        testing
     Hello, I’m
                   Hello, I’m
     That is sticking RSpec!!!
   Having stand-
                 Using
    up meetings
     labels on yourself
        Hello, I’m
         Refactoring
Hello, I’m
a Ruby
Programmer
              12
I need to write a
web application



                    13
y !
I need to write a
   b
  u
web application
R
                    13
I need automate
all my work



                  14
y !
I need automate
   b
  u
all my work
R
                  14
I need to do what is
best for my customer



                       15
y !
I need to do what is
   b
  u
best for my customer
R
                       15
I need world peace




                     16
y !
I need world peace
   b
R u
                     16
Ru
       by
            !




17
Ru
       by
            !




17
Ru
       by
            !




17
Hello, I’m
a Ruby
Programmer
              18
Which means…




               19
Which means…


•   I know:




                             19
Which means…


•   I know:

    •   all 90 built-in classes and modules, and/or




                                                      19
Which means…


•   I know:

    •   all 90 built-in classes and modules, and/or

    •   all 143,797 Rails methods, and/or




                                                      19
Which means…


•   I know:

    •   all 90 built-in classes and modules, and/or

    •   all 143,797 Rails methods, and/or

    •   I’ve written my own testing framework



                                                      19
Which means…


•   I know:

    •   all 90 built-in classes and modules, and/or

    •   all 143,797 Rails methods, and/or

    •   I’ve written my own testing framework



                                                      19
That is not a
Ruby Programmer
That is pouring
facts into your brain
Hello, I’m    Hello, I’m
a Ruby
Programmer    Agile

     The Problem?
Hello, I’m   Hello, I’m
a Ruby
Programmer   Agile

Labels are static
Hello, I’m   Hello, I’m
a Ruby
Programmer   Agile

   No Awareness
Hello, I’m
                       Hello, I’m
Using index
                       Doing unit
   cards
                        testing
     Hello, I’m
                     Hello, I’m
   Having stand-
                   Using RSpec!!!
    up meetings
          Hello, I’m
         Refactoring
That is not Agile




                    26
That is not Agile


This is Agility…




                    26
http://www.geology.smu.edu/~dpa-www/robo/nbot/nbot_gravel_1.mpg
t
                                            de(t)
u(t) = P · e(t) + I ·           e( )d + D ·
                        0                    dt




                                                    28
t
                                            de(t)
u(t) = P · e(t) + I ·           e( )d + D ·
                        0                    dt

      Proportional
                 Integral
                                   Derivative

                                                    29
t
                                             de(t)
u(t) = P · e(t) + I ·            e( )d + D ·
                         0                    dt


fix   =   current +      history        +   future
         error                             trend
fix   =   current +   history   +   future
         error                     trend



         what        “don’t        how
         to do        panic”       urgent
A. Where do we want to be?

B. Where are we?

C. How do we improve our position?




                                     32
A.   Where do we want to be?
B.   Where are we?
C.   How do we improve our position?




                                       33
A.   Where do we want to be?
          B.   Where are we?
          C.   How do we improve our position?




This is Agility


                                                 33
A.   Where do we want to be?
        B.   Where are we?
        C.   How do we improve our position?




This is Agility
There is no more

                                               33
Hello, I’m
a Ruby
Programmer
              34
Hello, I’m
a Ruby
Programmer
              34
Instead…




           35
Instead…


•   I like to solve people’s problems




                                        35
Instead…


•   I like to solve people’s problems

•   I know how to use computers to do this




                                             35
Instead…


•   I like to solve people’s problems

•   I know how to use computers to do this

•   One of my (many) tools is the Ruby language




                                                  35
Instead…


•   I like to solve people’s problems

•   I know how to use computers to do this

•   One of my (many) tools is the Ruby language

•   I practice Ruby-do



                                                  35
Ruby-do?




           36
Ruby-do



Object-orientation is not the only
way to program




                                     37
Ruby-do



Sequential code is not the only way
to program




                                      38
Ruby-do




“Good” code is not the only code




                                   39
Ruby-do




          40
Ruby-do


Ruby is not the best programming
language




                                   40
Ruby-do


Ruby is not the best programming
language
(there is no “best” programming
language)



                                   40
Ruby-do


for item in items   items.each do |item|
  process(item)       process(item)
end                 end




                                       41
Ruby-do


name = “Dave”      name     = “Dave”
location = “TX”    location = “TX”
likes = “code”     likes    = “code”




                                       42
1.   Que0X said

     February 21, 2008 at 13:04
     got your point !, could you please explain advantage of learning
     ruby over python? python already have a huge library from web to
     Academia , while Ruby looks focusing on web stuff if i may tell !
     what do you think ?

2.   Akitaonrails said

     February 21, 2008 at 14:52
     @que0x I say you should learn both. period. no reason to learn
     just 1.




                                             http://webmat.wordpress.com/2008/02/20/do-not-learn-ruby/
Ruby-do


•   Do you practice?




                       44
Ruby-do

•   Confidence comes from practice,
    not knowledge

•   Constantly look for ways to practice




                                           45
Because then…

•   Distrust experts

•   Distrust “best practices”

•   Distrust labels




                                46
A Label Freezes You

  A Label Defines You

A Label Makes You Simple
Don’t Label Yourself



You are what you do



                        48
Don’t Label Yourself



You are what you do



                        48
Be a VERB

not a NOUN




             49
Do Good!




           50

More Related Content

Similar to Asakusa ruby

Lambda The Extreme: Test-Driving a Functional Language
Lambda The Extreme: Test-Driving a Functional LanguageLambda The Extreme: Test-Driving a Functional Language
Lambda The Extreme: Test-Driving a Functional Language
Accenture | SolutionsIQ
 
Quality code 2019
Quality code 2019Quality code 2019
Quality code 2019
Michael Durrant
 
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
JAX London
 
Zhifu Ge - How To Be Weird In Ruby - With Notes
Zhifu Ge - How To Be Weird In Ruby - With NotesZhifu Ge - How To Be Weird In Ruby - With Notes
Zhifu Ge - How To Be Weird In Ruby - With Notes
ottawaruby
 
Keeping ruby reasonable
Keeping ruby reasonableKeeping ruby reasonable
Keeping ruby reasonable
Joshua Ballanco
 
How To Be A Real Developer In Two Easy Steps
How To Be A Real Developer In Two Easy StepsHow To Be A Real Developer In Two Easy Steps
How To Be A Real Developer In Two Easy Steps
northofnormal
 
C# .NET - Um overview da linguagem
C# .NET - Um overview da linguagem C# .NET - Um overview da linguagem
C# .NET - Um overview da linguagem
Claudson Oliveira
 
From Config Management Sucks to #cfgmgmtlove
From Config Management Sucks to #cfgmgmtlove From Config Management Sucks to #cfgmgmtlove
From Config Management Sucks to #cfgmgmtlove
Kris Buytaert
 
Clean Manifests with Puppet::Tidy
Clean Manifests with Puppet::TidyClean Manifests with Puppet::Tidy
Clean Manifests with Puppet::Tidy
Puppet
 
Getting Comfortable with BDD
Getting Comfortable with BDDGetting Comfortable with BDD
Getting Comfortable with BDD
Alex Sharp
 
Worst. Ideas. Ever.
Worst. Ideas. Ever.Worst. Ideas. Ever.
Worst. Ideas. Ever.
Aaron Patterson
 
Day 1 - Intro to Ruby
Day 1 - Intro to RubyDay 1 - Intro to Ruby
Day 1 - Intro to Ruby
Barry Jones
 
Perl::Lint - Yet Another Perl Source Code Linter
Perl::Lint - Yet Another Perl Source Code LinterPerl::Lint - Yet Another Perl Source Code Linter
Perl::Lint - Yet Another Perl Source Code Linter
moznion
 
Translating ruby OSS
Translating ruby OSSTranslating ruby OSS
Translating ruby OSS
Christopher Dell
 
Ruby object model
Ruby object modelRuby object model
Ruby object modelmbeizer
 
Test First Teaching
Test First TeachingTest First Teaching
Test First Teaching
Sarah Allen
 
my_everyday_life_with_ruby
my_everyday_life_with_rubymy_everyday_life_with_ruby
my_everyday_life_with_ruby
Kuniaki Igarashi
 
July SF Ruby Meetup at SlideShare!
July SF Ruby Meetup at SlideShare!July SF Ruby Meetup at SlideShare!
July SF Ruby Meetup at SlideShare!
marissa louie
 
Software testing (2) trainingin-mumbai...
Software testing (2) trainingin-mumbai...Software testing (2) trainingin-mumbai...
Software testing (2) trainingin-mumbai...
vibrantuser
 

Similar to Asakusa ruby (20)

Lambda The Extreme: Test-Driving a Functional Language
Lambda The Extreme: Test-Driving a Functional LanguageLambda The Extreme: Test-Driving a Functional Language
Lambda The Extreme: Test-Driving a Functional Language
 
Quality code 2019
Quality code 2019Quality code 2019
Quality code 2019
 
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
Bluffers guide to elitist jargon - Martijn Verburg, Richard Warburton, James ...
 
Zhifu Ge - How To Be Weird In Ruby - With Notes
Zhifu Ge - How To Be Weird In Ruby - With NotesZhifu Ge - How To Be Weird In Ruby - With Notes
Zhifu Ge - How To Be Weird In Ruby - With Notes
 
Keeping ruby reasonable
Keeping ruby reasonableKeeping ruby reasonable
Keeping ruby reasonable
 
How To Be A Real Developer In Two Easy Steps
How To Be A Real Developer In Two Easy StepsHow To Be A Real Developer In Two Easy Steps
How To Be A Real Developer In Two Easy Steps
 
C# .NET - Um overview da linguagem
C# .NET - Um overview da linguagem C# .NET - Um overview da linguagem
C# .NET - Um overview da linguagem
 
From Config Management Sucks to #cfgmgmtlove
From Config Management Sucks to #cfgmgmtlove From Config Management Sucks to #cfgmgmtlove
From Config Management Sucks to #cfgmgmtlove
 
Clean Manifests with Puppet::Tidy
Clean Manifests with Puppet::TidyClean Manifests with Puppet::Tidy
Clean Manifests with Puppet::Tidy
 
Getting Comfortable with BDD
Getting Comfortable with BDDGetting Comfortable with BDD
Getting Comfortable with BDD
 
Worst. Ideas. Ever.
Worst. Ideas. Ever.Worst. Ideas. Ever.
Worst. Ideas. Ever.
 
Day 1 - Intro to Ruby
Day 1 - Intro to RubyDay 1 - Intro to Ruby
Day 1 - Intro to Ruby
 
Perl::Lint - Yet Another Perl Source Code Linter
Perl::Lint - Yet Another Perl Source Code LinterPerl::Lint - Yet Another Perl Source Code Linter
Perl::Lint - Yet Another Perl Source Code Linter
 
Translating ruby OSS
Translating ruby OSSTranslating ruby OSS
Translating ruby OSS
 
Ruby object model
Ruby object modelRuby object model
Ruby object model
 
Test First Teaching
Test First TeachingTest First Teaching
Test First Teaching
 
my_everyday_life_with_ruby
my_everyday_life_with_rubymy_everyday_life_with_ruby
my_everyday_life_with_ruby
 
July SF Ruby Meetup at SlideShare!
July SF Ruby Meetup at SlideShare!July SF Ruby Meetup at SlideShare!
July SF Ruby Meetup at SlideShare!
 
Why ruby
Why rubyWhy ruby
Why ruby
 
Software testing (2) trainingin-mumbai...
Software testing (2) trainingin-mumbai...Software testing (2) trainingin-mumbai...
Software testing (2) trainingin-mumbai...
 

Recently uploaded

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 

Recently uploaded (20)

AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 

Asakusa ruby

Editor's Notes

  1. \n
  2. \n
  3. \n
  4. \n
  5. \n
  6. \n
  7. \n
  8. \n
  9. \n
  10. \n
  11. \n
  12. \n
  13. \n
  14. \n
  15. \n
  16. \n
  17. \n
  18. \n
  19. \n
  20. \n
  21. \n
  22. \n
  23. \n
  24. \n
  25. \n
  26. \n
  27. \n
  28. \n
  29. \n
  30. \n
  31. \n
  32. \n
  33. \n
  34. \n
  35. \n
  36. \n
  37. \n
  38. \n
  39. \n
  40. \n
  41. \n
  42. \n
  43. \n
  44. \n
  45. \n
  46. \n
  47. \n
  48. \n
  49. \n
  50. \n
  51. \n
  52. \n
  53. \n
  54. Feedback\nLooking for and applying feedback\nMinimizing the feedback gap\nTen-minute audit\nNo Broken Windows\nStaying on top of the situation\nFixing small problems before they get large\nDefer decisions\nUntil you know better\nSimplify communication\nLearn Continuously\n\nNow we will apply these ideas to the project itself\n
  55. Feedback\nLooking for and applying feedback\nMinimizing the feedback gap\nTen-minute audit\nNo Broken Windows\nStaying on top of the situation\nFixing small problems before they get large\nDefer decisions\nUntil you know better\nSimplify communication\nLearn Continuously\n\nNow we will apply these ideas to the project itself\n
  56. \n
  57. \n
  58. \n
  59. \n
  60. \n
  61. \n
  62. \n
  63. \n
  64. \n
  65. \n
  66. \n
  67. \n
  68. \n
  69. \n
  70. \n
  71. \n
  72. \n
  73. \n
  74. \n
  75. \n
  76. \n
  77. \n
  78. \n
  79. \n
  80. \n
  81. \n
  82. \n
  83. \n
  84. \n
  85. \n
  86. \n
  87. \n
  88. \n
  89. \n
  90. \n
  91. \n
  92. \n
  93. \n
  94. \n
  95. \n
  96. \n
  97. \n
  98. \n
  99. \n
  100. \n
  101. \n
  102. \n
  103. \n
  104. \n
  105. \n
  106. \n
  107. \n