SlideShare une entreprise Scribd logo
1  sur  111
Please help us!
Thank our Sponsors:
Please Be Courteous!
Please be courteous to your fellow attendees
and
set your phones to vibrate or silent mode!
Development Matters
nuggets for your next steps…
http://slideshare.net/CalebJenkins
https://twitter.com/SpaceX/status/754906212429238272
https://twitter.com/SpaceX/status/754906212429238272
https://twitter.com/CalebJenkins/status/752708465051611136
https://twitter.com/evaferreira92/status/654360227672944641
developingUX.com
speakerpedia.com/speakers/caleb-jenkins
@calebjenkins
developingUX.com
speakerpedia.com/speakers/caleb-jenkins
@calebjenkins
https://twitter.com/Azure/status/751499852547325952
‘s Azure
http://slideshare.net/CalebJenkin
https://twitter.com/DisneyPixar/status/682970293523079170
UX Matters
Delight your Users – it’s good for business!
https://twitter.com/cabel/status/648680009381511168
A USER
INTERFACE IS LIKE
A JOKE. IF YOU
HAVE TO EXPLAIN
IT, IT’S NOT THAT
GOOD.
UI != UX
Login Register
Login Register
Login Continue
Login Continue
The number of customers purchasing went
up by 45%. The extra purchases resulted in
an extra $15 million the first month. For the
first year, the site saw an additional
$300,000,000.
Login Continue
The number of customers purchasing went
up by 45%. The extra purchases resulted in
an extra $15 million the first month. For the
first year, the site saw an additional
$300,000,000.
http://www.amazon.com/gp/registry/wishlist/6YLTYI1XOP33/
http://developingUX.com/UXBooks
http://developingUX.com/adobeTV
http://developingUX.com/ux
UX Matters
Clean Code Matters
Maintainable, Readable, Extensible Code
Always codeas if the person who
ends up maintaining your code is a
violent psychopath who knows
where you live.
http://c2.com/cgi/wiki?CodeForTheMaintainer
File > New
is cheep, easy, and doesn’t cost anything
File > New
is cheep, easy, and doesn’t cost anything
everything else is “maintenance”
https://twitter.com/housecor/status/661200919770566656
if (weight > 10 && weight < 20)
{
cost = 5m;
}
else if (weight >= 20 && weight < 30)
{
cost = 10mm;
}
else if (weight >= 30 && weight < 40)
{
cost = 15m;
if(Item.Contains("!!!"))
{
cost = cost * 3;
}
if (Item.Contains("Save the Queen"))
{
cost = cost * .15m;
}
}
if (weight > 10 && weight < 20)
{
cost = 5m;
}
else if (weight >= 20 && weight < 30)
{
cost = 10mm;
}
else if (weight >= 30 && weight < 40)
{
cost = 15m;
if(Item.Contains("!!!"))
{
cost = cost * 3;
}
if (Item.Contains("Save the Queen"))
{
cost = cost * .15m;
}
}
foreach (var rule in shippingRules)
{
if(rule.AppliesTo(Item))
{
cost = rule.Apply(Item, cost);
}
}
Secure Code Matters
SQL Injection, XSS, Least Privilege, Layered Security, Monitoring, Eternal Diligence
The Open Web Application Security Project
owasp.org
1. Injection
2. Broken authentication and session management
3. Cross-site scripting (XSS)
4. Insecure direct object reference
5. Security misconfiguration
6. Sensitive data exposure
7. Missing function level access control
8. Cross-site request forgery
9. Using components with known vulnerabilities:
Heartbleed and Shellshock in action
10. Unvalidated redirects and forwards
The Open Web Application Security Project
owasp.org
The Open Web Application Security Project
owasp.org
http://msdn.microsoft.com/security/
Engineering Matters
Automated Tests, Source Control, Release Automation, Monitoring
https://twitter.com/jason_koebler/status/652175321844858880
Damian Brady (Octopus Deploy)
.NET Deployment Strategies – the Good, the Bad and the Ugly
NDC Oslo 2016
https://vimeo.com/171950824 ~ 9:00
lost $440 million in 45 minutes
Culture Matters
Process, Sustainable Pace, Predictability, Quality
http://agilescout.com/what-make-a-perfect-job-infographic/
modernagile.org
https://www.agilealliance.org/resources/videos/modern-agile/
Learning Matters
Never let schooling interfere with your education – how fascinating!
https://twitter.com/mcfranzini/status/653578296538570752
Professionalism Matters
what you do and what you build matters..
developingUX.com
speakerpedia.com/speakers/caleb-jenkins
@calebjenkins
Please help us!
Thank our Sponsors:
Please Complete An Evaluation Form
Your input is important!
You can access Evaluation Forms at:
http://TulsaTechFest.com
https://www.flickr.com/photos/empics/2846078511/
https://www.flickr.com/photos/37467370@N08/8367718891/
https://www.flickr.com/photos/indigoskies/9975769594/
https://www.flickr.com/photos/gsfc/4691502462/
https://www.flickr.com/photos/philliecasablanca/3261060830/
https://www.flickr.com/photos/dcruz/6962838815/
https://www.flickr.com/photos/purplemattfish/4882914592/
https://www.flickr.com/photos/elviskennedy/8065027484/
https://www.flickr.com/photos/stephanwita/16020143348/
https://www.flickr.com/photos/flatworldsedge/5012226056/
https://www.flickr.com/photos/21586553@N02/4139152095/
https://www.flickr.com/photos/robotbuddy/282525459/
https://www.flickr.com/photos/james_michael_hill/12974976464/
Development Matters

Contenu connexe

En vedette

Stages of child development
Stages of child developmentStages of child development
Stages of child development
Liris Thomas
 

En vedette (12)

Code to DI For - Dependency Injection for Modern Applications
Code to DI For - Dependency Injection for Modern ApplicationsCode to DI For - Dependency Injection for Modern Applications
Code to DI For - Dependency Injection for Modern Applications
 
10 Reasons Your Software Sucks 2014 - Tax Day Edition!
10 Reasons Your Software Sucks 2014 - Tax Day Edition!10 Reasons Your Software Sucks 2014 - Tax Day Edition!
10 Reasons Your Software Sucks 2014 - Tax Day Edition!
 
Scaling Scrum with UX in the Enterprise
Scaling Scrum with UX in the EnterpriseScaling Scrum with UX in the Enterprise
Scaling Scrum with UX in the Enterprise
 
Against Best Practices - Embracing the Avant Garde for a Weirder Web
Against Best Practices - Embracing the Avant Garde for a Weirder WebAgainst Best Practices - Embracing the Avant Garde for a Weirder Web
Against Best Practices - Embracing the Avant Garde for a Weirder Web
 
Holding early years providers to account: implementation and impact of Ofsted...
Holding early years providers to account: implementation and impact of Ofsted...Holding early years providers to account: implementation and impact of Ofsted...
Holding early years providers to account: implementation and impact of Ofsted...
 
Ages & stages ppt
Ages & stages pptAges & stages ppt
Ages & stages ppt
 
Power Bi and Power Bi Embedded for .Net Developers
Power Bi and Power Bi Embedded for .Net DevelopersPower Bi and Power Bi Embedded for .Net Developers
Power Bi and Power Bi Embedded for .Net Developers
 
The Common Inspection Framework: Nursery World Show 2016
The Common Inspection Framework: Nursery World Show 2016The Common Inspection Framework: Nursery World Show 2016
The Common Inspection Framework: Nursery World Show 2016
 
Coding Naked
Coding NakedCoding Naked
Coding Naked
 
Child Development- The importance of Child Development and Psychology
Child Development- The importance of Child Development and Psychology Child Development- The importance of Child Development and Psychology
Child Development- The importance of Child Development and Psychology
 
Stages of child development
Stages of child developmentStages of child development
Stages of child development
 
Early childhood development
Early childhood developmentEarly childhood development
Early childhood development
 

Similaire à Development Matters

Being a tweaker modern web performance techniques
Being a tweaker   modern web performance techniquesBeing a tweaker   modern web performance techniques
Being a tweaker modern web performance techniques
Chris Love
 
Being a pimp without silverlight
Being a pimp without silverlightBeing a pimp without silverlight
Being a pimp without silverlight
Maarten Balliauw
 
Being a pimp without silverlight
Being a pimp without silverlightBeing a pimp without silverlight
Being a pimp without silverlight
Kris van der Mast
 
Being a pimp without silverlight - ASP.NET MVC 2 and jQuery
Being a pimp without silverlight - ASP.NET MVC 2 and jQueryBeing a pimp without silverlight - ASP.NET MVC 2 and jQuery
Being a pimp without silverlight - ASP.NET MVC 2 and jQuery
Kris van der Mast
 

Similaire à Development Matters (20)

Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...
Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...
Uniface Lectures Webinar - Application & Infrastructure Security - Hardening ...
 
PWA 與 Service Worker
PWA 與 Service WorkerPWA 與 Service Worker
PWA 與 Service Worker
 
10 Excellent Ways to Secure Spring Boot Applications - Okta Webinar 2020
10 Excellent Ways to Secure Spring Boot Applications - Okta Webinar 202010 Excellent Ways to Secure Spring Boot Applications - Okta Webinar 2020
10 Excellent Ways to Secure Spring Boot Applications - Okta Webinar 2020
 
Play! Framework for JavaEE Developers
Play! Framework for JavaEE DevelopersPlay! Framework for JavaEE Developers
Play! Framework for JavaEE Developers
 
MeasureCamp IX (London) - 10 JavaScript Concepts for web analysts
MeasureCamp IX (London) - 10 JavaScript Concepts for web analystsMeasureCamp IX (London) - 10 JavaScript Concepts for web analysts
MeasureCamp IX (London) - 10 JavaScript Concepts for web analysts
 
Hacking 101 (Session 2)
Hacking 101  (Session 2)Hacking 101  (Session 2)
Hacking 101 (Session 2)
 
Being a tweaker modern web performance techniques
Being a tweaker   modern web performance techniquesBeing a tweaker   modern web performance techniques
Being a tweaker modern web performance techniques
 
HTML5: friend or foe (to Flash)?
HTML5: friend or foe (to Flash)?HTML5: friend or foe (to Flash)?
HTML5: friend or foe (to Flash)?
 
10 Excellent Ways to Secure Your Spring Boot Application - Devoxx Belgium 2019
10 Excellent Ways to Secure Your Spring Boot Application - Devoxx Belgium 201910 Excellent Ways to Secure Your Spring Boot Application - Devoxx Belgium 2019
10 Excellent Ways to Secure Your Spring Boot Application - Devoxx Belgium 2019
 
Being a pimp without silverlight
Being a pimp without silverlightBeing a pimp without silverlight
Being a pimp without silverlight
 
Sinatra and JSONQuery Web Service
Sinatra and JSONQuery Web ServiceSinatra and JSONQuery Web Service
Sinatra and JSONQuery Web Service
 
10 Excellent Ways to Secure Your Spring Boot Application - The Secure Develop...
10 Excellent Ways to Secure Your Spring Boot Application - The Secure Develop...10 Excellent Ways to Secure Your Spring Boot Application - The Secure Develop...
10 Excellent Ways to Secure Your Spring Boot Application - The Secure Develop...
 
RESTful Web Applications with Apache Sling
RESTful Web Applications with Apache SlingRESTful Web Applications with Apache Sling
RESTful Web Applications with Apache Sling
 
Being a pimp without silverlight
Being a pimp without silverlightBeing a pimp without silverlight
Being a pimp without silverlight
 
Being a pimp without silverlight - ASP.NET MVC 2 and jQuery
Being a pimp without silverlight - ASP.NET MVC 2 and jQueryBeing a pimp without silverlight - ASP.NET MVC 2 and jQuery
Being a pimp without silverlight - ASP.NET MVC 2 and jQuery
 
Don't get stung - an introduction to the OWASP Top 10
Don't get stung - an introduction to the OWASP Top 10Don't get stung - an introduction to the OWASP Top 10
Don't get stung - an introduction to the OWASP Top 10
 
Xitrum Web Framework Live Coding Demos / Xitrum Web Framework ライブコーディング
Xitrum Web Framework Live Coding Demos / Xitrum Web Framework ライブコーディングXitrum Web Framework Live Coding Demos / Xitrum Web Framework ライブコーディング
Xitrum Web Framework Live Coding Demos / Xitrum Web Framework ライブコーディング
 
Xitrum @ Scala Matsuri Tokyo 2014
Xitrum @ Scala Matsuri Tokyo 2014Xitrum @ Scala Matsuri Tokyo 2014
Xitrum @ Scala Matsuri Tokyo 2014
 
OWASP, PHP, life and universe
OWASP, PHP, life and universeOWASP, PHP, life and universe
OWASP, PHP, life and universe
 
2014 06-05-mozilla-afup
2014 06-05-mozilla-afup2014 06-05-mozilla-afup
2014 06-05-mozilla-afup
 

Plus de Caleb Jenkins

10 Reasons Your Software Sucks - Election 2012 Edition
10 Reasons Your Software Sucks - Election 2012 Edition10 Reasons Your Software Sucks - Election 2012 Edition
10 Reasons Your Software Sucks - Election 2012 Edition
Caleb Jenkins
 

Plus de Caleb Jenkins (17)

Coding Naked 2023
Coding Naked 2023Coding Naked 2023
Coding Naked 2023
 
Get your Hero Groove On - Heroes Reborn
Get your Hero Groove On - Heroes RebornGet your Hero Groove On - Heroes Reborn
Get your Hero Groove On - Heroes Reborn
 
Modern Web - MVP Testable WebForms
Modern Web - MVP Testable WebFormsModern Web - MVP Testable WebForms
Modern Web - MVP Testable WebForms
 
Modern ASP.NET Webskills
Modern ASP.NET WebskillsModern ASP.NET Webskills
Modern ASP.NET Webskills
 
10 Reasons Your Software Sucks - Election 2012 Edition
10 Reasons Your Software Sucks - Election 2012 Edition10 Reasons Your Software Sucks - Election 2012 Edition
10 Reasons Your Software Sucks - Election 2012 Edition
 
Windows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle PlanWindows 8 & Phone 8 - an Architectural Battle Plan
Windows 8 & Phone 8 - an Architectural Battle Plan
 
Scaling Scrum with UX
Scaling Scrum with UXScaling Scrum with UX
Scaling Scrum with UX
 
Scaling Scrum with UX
Scaling Scrum with UXScaling Scrum with UX
Scaling Scrum with UX
 
Taming the Monster Legacy Code Beast
Taming the Monster Legacy Code BeastTaming the Monster Legacy Code Beast
Taming the Monster Legacy Code Beast
 
Silverlight for Mobile World Dominations
Silverlight for Mobile World DominationsSilverlight for Mobile World Dominations
Silverlight for Mobile World Dominations
 
.NET on the Cheap - Microsoft + OSS
.NET on the Cheap - Microsoft + OSS.NET on the Cheap - Microsoft + OSS
.NET on the Cheap - Microsoft + OSS
 
10 practices that every developer needs to start right now
10 practices that every developer needs to start right now10 practices that every developer needs to start right now
10 practices that every developer needs to start right now
 
Threat Modeling - Writing Secure Code
Threat Modeling - Writing Secure CodeThreat Modeling - Writing Secure Code
Threat Modeling - Writing Secure Code
 
Dependency Injection in Silverlight
Dependency Injection in SilverlightDependency Injection in Silverlight
Dependency Injection in Silverlight
 
Becoming A Presenter in the .NET World
Becoming A Presenter in the .NET WorldBecoming A Presenter in the .NET World
Becoming A Presenter in the .NET World
 
Silverlight 2 with Visual Studio 2008 and Expression Blend
Silverlight 2 with Visual Studio 2008 and Expression BlendSilverlight 2 with Visual Studio 2008 and Expression Blend
Silverlight 2 with Visual Studio 2008 and Expression Blend
 
ASP.NET AJAX with Visual Studio 2008
ASP.NET AJAX with Visual Studio 2008ASP.NET AJAX with Visual Studio 2008
ASP.NET AJAX with Visual Studio 2008
 

Dernier

%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
masabamasaba
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
masabamasaba
 

Dernier (20)

%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
%in Lydenburg+277-882-255-28 abortion pills for sale in Lydenburg
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park %in kempton park+277-882-255-28 abortion pills for sale in kempton park
%in kempton park+277-882-255-28 abortion pills for sale in kempton park
 
Announcing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK SoftwareAnnouncing Codolex 2.0 from GDK Software
Announcing Codolex 2.0 from GDK Software
 
10 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 202410 Trends Likely to Shape Enterprise Technology in 2024
10 Trends Likely to Shape Enterprise Technology in 2024
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park %in ivory park+277-882-255-28 abortion pills for sale in ivory park
%in ivory park+277-882-255-28 abortion pills for sale in ivory park
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
%+27788225528 love spells in Atlanta Psychic Readings, Attraction spells,Brin...
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Vancouver Psychic Readings, Attraction spells,Br...
 
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdfThe Top App Development Trends Shaping the Industry in 2024-25 .pdf
The Top App Development Trends Shaping the Industry in 2024-25 .pdf
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 

Development Matters

Notes de l'éditeur

  1. UX – Clean Code – Engineering Practices – Secure Code – Culture – Learning - Professionalism
  2. There is power is finding JOY in the little things
  3. UX – Clean Code – Engineering Practices – Secure Code – Culture – Learning - Professionalism
  4. I fight for the user
  5. The $300 Million Dollar Button
  6. UX Matters
  7. Knight Capital wrote trading software billions of billions of dollars of transactions through their system everyday They would take large transactions and break them up in to smaller transactions to be more efficient. in 2012, made a change to their software. Repurposed a flag from 8 years ago. Tested rigorously.. and it worked, everything worked. Deployment time came – over night, everything looked good. The market opened and this happened.. Lost $440 Million loss in 45 minutes. Not because of a bug in the code, but because the updates were updated to 7 of their 8 servers. So the 8th server was going down this old code path and doing bad things.. They went bankrupt in 45 minutes They were so large, they were considered a “Market Mover” – so when they were working wrong, others were following their lead, so they had massive fines in addition to going bankrupt
  8. Knight Capital wrote trading software billions of billions of dollars of transactions through their system everyday They would take large transactions and break them up in to smaller transactions to be more efficient. in 2012, made a change to their software. Repurposed a flag from 8 years ago. Tested rigorously.. and it worked, everything worked. Deployment time came – over night, everything looked good. The market opened and this happened.. Lost $440 Million loss in 45 minutes. Not because of a bug in the code, but because the updates were updated to 7 of their 8 servers. So the 8th server was going down this old code path and doing bad things.. They went bankrupt in 45 minutes They were so large, they were considered a “Market Mover” – so when they were working wrong, others were following their lead, so they had massive fines in addition to going bankrupt
  9. Knight Capital wrote trading software billions of billions of dollars of transactions through their system everyday They would take large transactions and break them up in to smaller transactions to be more efficient. in 2012, made a change to their software. Repurposed a flag from 8 years ago. Tested rigorously.. and it worked, everything worked. Deployment time came – over night, everything looked good. The market opened and this happened.. Lost $440 Million loss in 45 minutes. Not because of a bug in the code, but because the updates were updated to 7 of their 8 servers. So the 8th server was going down this old code path and doing bad things.. They went bankrupt in 45 minutes They were so large, they were considered a “Market Mover” – so when they were working wrong, others were following their lead, so they had massive fines in addition to going bankrupt
  10. Work should be meaningful & safe
  11. The most important thing you can do as a leader is to, be wrong.. or to not know.. and to be OK with that.
  12. News is Just News – How Fascinating
  13. Joshua Kerievsky Keynote at the Agile 2016 Conference
  14. Joshua Kerievsky Keynote at the Agile 2016 Conference
  15. Joshua Kerievsky Keynote at the Agile 2016 Conference