SlideShare ist ein Scribd-Unternehmen logo
1 von 43
Downloaden Sie, um offline zu lesen
CLEAN CODE IS NOT THE
        GOAL
WORKING SOFTWARE IS
     Volker Dusch / @__edorian
ABOUT ME
PHP since 10 years
CI
CleanCode
DevOps
TDD
Shipping
GET IN TOUCH

stackoverflow:
Twitter: @__edorian
Xing / G+: Volker Dusch
IRC: edorian
Mail: php@wallbash.com
CLEAN CODE IN 10 OR LESS
      BUZZWORDS
         Readable
         Structured
         Tested
         Pretty
         Documented
         Well designed
         Self explanatory
         SOLID
         Concise
         Well architected
SO WHAT ABOUT CLEAN
       CODE?
 You maybe came here to hear about clean code
I'M SORRY
- Nitsche's Webmaster
AND WE KILLED IT
When people say "clean" do you think of:
               Wordpress?
               Drupal?
               Typo?
               phpBB?
               Magento?
WHY NOT?
Estimated value generated by Drupal in 2012 is about 7gazilion Dollar.
CLEAN IS MORE THAN JUST PRETTY




These projects don't generate that value by being clean, well
structured or easily maintainable but they work, you can get
        somewhere quickly, validate ideas, deliver.
CLEAN CODE IS NOT THE GOAL
"SHIPPING IT" IS!
SO CLEAN CODE IS WORTHLESS?
Everything you do should help you to continously deliver tangable
                             value!
AND IF IT'S NOT HELPING?
Communicate it as waste and get rid of it
CLEAN THINGS
  Code
  Infrastructure
  Workflows (Processes)
  Communication
  Leadership
CLEAN CODE
WHAT IS "CODE"?
Code is something that software engineers produce
SO WHAT DO ENGINEERS PRODUCE?
               DESIGN DOCUMENTS!
Architects produce blue prints.
Houses are build from them.
Electrical engineers produce circut board diagramms.
Boards are build with those designs imprinted.
WHAT DO WE PRODUCE?
We produce source code.
Software is produced using that blue print.
SOURCE CODE IS NOT THE PRODUCT
   We don't deliver source code
   Source code is not what we get paid for
   It's the final design document
WE DELIVER WORKING SOFTWARE
     Compile the source
     Add the asserts
     Patches and migration pathes
     Deployment
SOFTWARE IS SPECIAL
 Building is really cheap
 Designing is really expensive
MAINTAINING SOFTWARE IS ALSO SPECIAL
  Since building is cheap you can change stuff easily
DO YOU NEED YOUR DESIGN
 DOCUMENTS TO CHANGE?
"BUILD THE RIGHT IT"
     And then build "it" right
CLEAN ARCHITECTURE




http://blog.8thlight.com/uncle-bob/2012/08/13/the-clean-
                      architecture.html
                STAY FOR THE NEXT TALK!
SO CLEAN CODE DOESN'T MATTER?
You said if it's not helping me I can get rid of it!
SHU HA RI
Learn, detach, transend http://pragprog.com/magazines/2010-
                         11/shu-ha-ri
  No understanding: Copy the master
  Some understanding: Try variations
  Mastery: Get stuff done without hitting walls down the road
CLEAN INFRASTRUCTURE
  With great hardware comes great responsibilty
HARDWARE
        Some people somewhere still care about Hardware.
Thank them for running the internet when you meet them some time.
VIRTUALISATION
     Something to throw new boxes at you
           Sysadmins
           The Cloud(s)
           Automated cloud provisioning
           Private clouds
Getting the hardware is not complicated anymore.
INFRASTRUCTURE BECAME CODE
  Cloud APIs
  Installing Services
     Puppet
     Chef
     Your own solution
     Whatever works!
  Automated scaling
  Automated (data) recovery
  Even DEV Boxes!
     No more "change this" mails!
     Work faster on multiple Projects!
CODE IS IMPORTANT
   So put it in SCM!
SERIOUSLY!
PUT IT IN SCM!
NO MORE SSH
          There is no SSH!
Only Puppet, mcollective and graylog2
SHIPPING
Testing
   Automated tests against the code base
   Automated tests against a stage server
   Manual QA
Packaging and Distributing
   Deploy from GIT
   Build .tar.gz / .deb / .rpm Packages
   BitTorrent
   Whatever works WELL for you
CLEAN WORKFLOWS
CLEAN COMMUNICATION
THANK YOU
                    PLEASE PROVIDE FEEDBACK:
                            Froscon:
https://frab.froscon.org/froscon2012/public/events/969/feedback/new
                             Joind.in
                       http://joind.in/7013
Clean code is not the goal - working software is

Weitere Àhnliche Inhalte

Andere mochten auch

National Geographic2
National Geographic2National Geographic2
National Geographic2
guest707d8f1
 
AUSTRALIA!!
AUSTRALIA!!AUSTRALIA!!
AUSTRALIA!!
gregculture
 
Ethan Albert Native American Project for Mr. Morgan
Ethan Albert Native American Project for Mr. MorganEthan Albert Native American Project for Mr. Morgan
Ethan Albert Native American Project for Mr. Morgan
Harmony Elementary
 
2118 Final
2118 Final2118 Final
2118 Final
2118tibet
 

Andere mochten auch (20)

National Geographic2
National Geographic2National Geographic2
National Geographic2
 
Online distance PG Diploma courses from MIT Pune
Online distance PG Diploma courses from MIT PuneOnline distance PG Diploma courses from MIT Pune
Online distance PG Diploma courses from MIT Pune
 
Katie. c
Katie. cKatie. c
Katie. c
 
AUSTRALIA!!
AUSTRALIA!!AUSTRALIA!!
AUSTRALIA!!
 
Passive
PassivePassive
Passive
 
PayJunction Brochure Smart PC
PayJunction Brochure Smart PCPayJunction Brochure Smart PC
PayJunction Brochure Smart PC
 
Ivy d
Ivy dIvy d
Ivy d
 
Naomi bills
Naomi billsNaomi bills
Naomi bills
 
Pikas
PikasPikas
Pikas
 
What to look for in a hosted supplier
What to look for in a hosted supplierWhat to look for in a hosted supplier
What to look for in a hosted supplier
 
Chase A
Chase AChase A
Chase A
 
Add topic
Add topicAdd topic
Add topic
 
Ethan Albert Native American Project for Mr. Morgan
Ethan Albert Native American Project for Mr. MorganEthan Albert Native American Project for Mr. Morgan
Ethan Albert Native American Project for Mr. Morgan
 
Wordpress install setup
Wordpress install setupWordpress install setup
Wordpress install setup
 
Moodle - add topic to course page
Moodle - add topic to course pageMoodle - add topic to course page
Moodle - add topic to course page
 
Restorative practices at rahs -update board
Restorative practices at rahs -update boardRestorative practices at rahs -update board
Restorative practices at rahs -update board
 
2118 Final
2118 Final2118 Final
2118 Final
 
Olivia
OliviaOlivia
Olivia
 
Field Studies Council anticipates savings of up to ÂŁ100,000 per annum with do...
Field Studies Council anticipates savings of up to ÂŁ100,000 per annum with do...Field Studies Council anticipates savings of up to ÂŁ100,000 per annum with do...
Field Studies Council anticipates savings of up to ÂŁ100,000 per annum with do...
 
Intermediary Sep2006[1]
Intermediary Sep2006[1]Intermediary Sep2006[1]
Intermediary Sep2006[1]
 

Ähnlich wie Clean code is not the goal - working software is

Building an Open Source iOS app: lessons learned
Building an Open Source iOS app: lessons learnedBuilding an Open Source iOS app: lessons learned
Building an Open Source iOS app: lessons learned
Wojciech Koszek
 
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
UA Mobile
 

Ähnlich wie Clean code is not the goal - working software is (20)

From dev to ops and beyond - getting it done
From dev to ops and beyond - getting it doneFrom dev to ops and beyond - getting it done
From dev to ops and beyond - getting it done
 
Sunny Tech 2019 - Craft Forever
Sunny Tech 2019 - Craft ForeverSunny Tech 2019 - Craft Forever
Sunny Tech 2019 - Craft Forever
 
A sweet taste of clean code and software design
A sweet taste of clean code and software designA sweet taste of clean code and software design
A sweet taste of clean code and software design
 
DevOps and the C64: what's your excuse
DevOps and the C64: what's your excuseDevOps and the C64: what's your excuse
DevOps and the C64: what's your excuse
 
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as CodeConfoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
 
Hands on-intro to Node-RED
Hands on-intro to Node-REDHands on-intro to Node-RED
Hands on-intro to Node-RED
 
Cloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 SlidesCloud Camp Chicago Dec 2012 Slides
Cloud Camp Chicago Dec 2012 Slides
 
Cloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentationsCloud Camp Chicago Dec 2012 - All presentations
Cloud Camp Chicago Dec 2012 - All presentations
 
Building an Open Source iOS app: lessons learned
Building an Open Source iOS app: lessons learnedBuilding an Open Source iOS app: lessons learned
Building an Open Source iOS app: lessons learned
 
Building custom tools with Docker API & SDK
Building custom tools with Docker API & SDKBuilding custom tools with Docker API & SDK
Building custom tools with Docker API & SDK
 
Deploy Angular to the Cloud
Deploy Angular to the CloudDeploy Angular to the Cloud
Deploy Angular to the Cloud
 
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
Đ”ĐŸ Ń‡ĐŸĐłĐŸ проĐșлаЎатО Docker ĐČ Android? - UA Mobile 2019
 
DevOps + MongoDB Serverless = 
DevOps + MongoDB Serverless = DevOps + MongoDB Serverless = 
DevOps + MongoDB Serverless = 
 
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
Von JavaEE auf Microservice in 6 Monaten - The Good, the Bad, and the wtfs...
 
Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...
Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...
Let the Elephants Leave the Room: Tips for Making Development Life Leaner by ...
 
Adobe Presents Internal Service Delivery Platform at Velocity 13 Santa Clara
Adobe Presents Internal Service Delivery Platform at Velocity 13 Santa ClaraAdobe Presents Internal Service Delivery Platform at Velocity 13 Santa Clara
Adobe Presents Internal Service Delivery Platform at Velocity 13 Santa Clara
 
Deploying deep learning models with Docker and Kubernetes
Deploying deep learning models with Docker and KubernetesDeploying deep learning models with Docker and Kubernetes
Deploying deep learning models with Docker and Kubernetes
 
Developing Microservices Directly in AKS/Kubernetes
Developing Microservices Directly in AKS/KubernetesDeveloping Microservices Directly in AKS/Kubernetes
Developing Microservices Directly in AKS/Kubernetes
 
Docker, Docker Compose and Docker Swarm
Docker, Docker Compose and Docker SwarmDocker, Docker Compose and Docker Swarm
Docker, Docker Compose and Docker Swarm
 
SRE vs DevOps vs Cloud Native Preso
SRE vs DevOps vs Cloud Native PresoSRE vs DevOps vs Cloud Native Preso
SRE vs DevOps vs Cloud Native Preso
 

Mehr von Edorian

Save time by applying clean code principles
Save time by applying clean code principlesSave time by applying clean code principles
Save time by applying clean code principles
Edorian
 
Nginx - The webserver you might actually like
Nginx - The webserver you might actually likeNginx - The webserver you might actually like
Nginx - The webserver you might actually like
Edorian
 
The state of PHPUnit
The state of PHPUnitThe state of PHPUnit
The state of PHPUnit
Edorian
 
Nginx The webserver you might actually like
Nginx   The webserver you might actually likeNginx   The webserver you might actually like
Nginx The webserver you might actually like
Edorian
 
The State of PHPUnit
The State of PHPUnitThe State of PHPUnit
The State of PHPUnit
Edorian
 
Stop wasting-time-by-applying-clean-code-principles
Stop wasting-time-by-applying-clean-code-principlesStop wasting-time-by-applying-clean-code-principles
Stop wasting-time-by-applying-clean-code-principles
Edorian
 

Mehr von Edorian (13)

Your (coding) standards matter
Your (coding) standards matterYour (coding) standards matter
Your (coding) standards matter
 
Save time by applying clean code principles
Save time by applying clean code principlesSave time by applying clean code principles
Save time by applying clean code principles
 
Nginx - The webserver you might actually like
Nginx - The webserver you might actually likeNginx - The webserver you might actually like
Nginx - The webserver you might actually like
 
Code review in practice
Code review in practiceCode review in practice
Code review in practice
 
PhpUnit Best Practices
PhpUnit Best PracticesPhpUnit Best Practices
PhpUnit Best Practices
 
Nginx & php fpm - the webserver you might actually like - php usergroup berlin
Nginx & php fpm - the webserver you might actually like - php usergroup berlinNginx & php fpm - the webserver you might actually like - php usergroup berlin
Nginx & php fpm - the webserver you might actually like - php usergroup berlin
 
The state of PHPUnit
The state of PHPUnitThe state of PHPUnit
The state of PHPUnit
 
The State of PHPUnit
The State of PHPUnitThe State of PHPUnit
The State of PHPUnit
 
Nginx The webserver you might actually like
Nginx   The webserver you might actually likeNginx   The webserver you might actually like
Nginx The webserver you might actually like
 
The State of PHPUnit
The State of PHPUnitThe State of PHPUnit
The State of PHPUnit
 
Stop wasting-time-by-applying-clean-code-principles
Stop wasting-time-by-applying-clean-code-principlesStop wasting-time-by-applying-clean-code-principles
Stop wasting-time-by-applying-clean-code-principles
 
php unconference Europa: Clean code - Stop wasting my time
php unconference Europa: Clean code - Stop wasting my timephp unconference Europa: Clean code - Stop wasting my time
php unconference Europa: Clean code - Stop wasting my time
 
Clean Code: Stop wasting my time
Clean Code: Stop wasting my timeClean Code: Stop wasting my time
Clean Code: Stop wasting my time
 

KĂŒrzlich hochgeladen

Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

KĂŒrzlich hochgeladen (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls đŸ„° 8617370543 Service Offer VIP Hot Model
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 

Clean code is not the goal - working software is

  • 1. CLEAN CODE IS NOT THE GOAL WORKING SOFTWARE IS Volker Dusch / @__edorian
  • 2. ABOUT ME PHP since 10 years CI CleanCode DevOps TDD Shipping
  • 3.
  • 4. GET IN TOUCH stackoverflow: Twitter: @__edorian Xing / G+: Volker Dusch IRC: edorian Mail: php@wallbash.com
  • 5. CLEAN CODE IN 10 OR LESS BUZZWORDS Readable Structured Tested Pretty Documented Well designed Self explanatory SOLID Concise Well architected
  • 6. SO WHAT ABOUT CLEAN CODE? You maybe came here to hear about clean code
  • 9. AND WE KILLED IT When people say "clean" do you think of: Wordpress? Drupal? Typo? phpBB? Magento?
  • 10. WHY NOT? Estimated value generated by Drupal in 2012 is about 7gazilion Dollar.
  • 11. CLEAN IS MORE THAN JUST PRETTY These projects don't generate that value by being clean, well structured or easily maintainable but they work, you can get somewhere quickly, validate ideas, deliver.
  • 12. CLEAN CODE IS NOT THE GOAL
  • 14. SO CLEAN CODE IS WORTHLESS? Everything you do should help you to continously deliver tangable value!
  • 15. AND IF IT'S NOT HELPING? Communicate it as waste and get rid of it
  • 16. CLEAN THINGS Code Infrastructure Workflows (Processes) Communication Leadership
  • 18. WHAT IS "CODE"? Code is something that software engineers produce
  • 19. SO WHAT DO ENGINEERS PRODUCE? DESIGN DOCUMENTS! Architects produce blue prints. Houses are build from them. Electrical engineers produce circut board diagramms. Boards are build with those designs imprinted.
  • 20. WHAT DO WE PRODUCE? We produce source code. Software is produced using that blue print.
  • 21. SOURCE CODE IS NOT THE PRODUCT We don't deliver source code Source code is not what we get paid for It's the final design document
  • 22. WE DELIVER WORKING SOFTWARE Compile the source Add the asserts Patches and migration pathes Deployment
  • 23. SOFTWARE IS SPECIAL Building is really cheap Designing is really expensive
  • 24. MAINTAINING SOFTWARE IS ALSO SPECIAL Since building is cheap you can change stuff easily
  • 25. DO YOU NEED YOUR DESIGN DOCUMENTS TO CHANGE?
  • 26.
  • 27. "BUILD THE RIGHT IT" And then build "it" right
  • 29. SO CLEAN CODE DOESN'T MATTER? You said if it's not helping me I can get rid of it!
  • 30. SHU HA RI Learn, detach, transend http://pragprog.com/magazines/2010- 11/shu-ha-ri No understanding: Copy the master Some understanding: Try variations Mastery: Get stuff done without hitting walls down the road
  • 31. CLEAN INFRASTRUCTURE With great hardware comes great responsibilty
  • 32.
  • 33. HARDWARE Some people somewhere still care about Hardware. Thank them for running the internet when you meet them some time.
  • 34. VIRTUALISATION Something to throw new boxes at you Sysadmins The Cloud(s) Automated cloud provisioning Private clouds Getting the hardware is not complicated anymore.
  • 35. INFRASTRUCTURE BECAME CODE Cloud APIs Installing Services Puppet Chef Your own solution Whatever works! Automated scaling Automated (data) recovery Even DEV Boxes! No more "change this" mails! Work faster on multiple Projects!
  • 36. CODE IS IMPORTANT So put it in SCM!
  • 38. NO MORE SSH There is no SSH! Only Puppet, mcollective and graylog2
  • 39. SHIPPING Testing Automated tests against the code base Automated tests against a stage server Manual QA Packaging and Distributing Deploy from GIT Build .tar.gz / .deb / .rpm Packages BitTorrent Whatever works WELL for you
  • 42. THANK YOU PLEASE PROVIDE FEEDBACK: Froscon: https://frab.froscon.org/froscon2012/public/events/969/feedback/new Joind.in http://joind.in/7013