SlideShare a Scribd company logo
Software Project Management Tips, Tricks and Best Practices [email_address] http://blogs.microsoft.co.il/blogs/vprnd
Presentation Objectives http://www.webperformancetoday.com/2010/06/15/everything-you-wanted-to-know-about-web-performance/
Why Do I Care? From 0 to 100  (US mass adaptation) Phone: 100 yrs Radio:   40 yrs TV:   30 yrs Mobile:   20 yrs Internet:   10 yrs Facebook:    2 yrs
Software Crisis http://nigelonagile.com/2011/05/13/challenges-of-software-process-management-and-suggestions-for-improvements-in-tools/
Big Software Projects Fail! http://leadinganswers.typepad.com/leading_answers/2007/05/large_project_r.html Project Success (Standish Group, 2007)
Do We Create Value?
BUILDING A PRODUCT
The Players
Strategy
CLASSIC PROJECT MANAGEMENT
Classic Project Management
Expert Days: The VP R&D Open Seminar: Project Management
Expert Days: The VP R&D Open Seminar: Project Management
General Plans
Clear Visibility http://touritaly.org/tours/Tuscany/Pisa/LeaningTowerOfPisa.htm
Silver Bullet http://www.offoffoff.com/film/2004/oneshot.php
AGILE AND SCRUM
The SCRUM Sprints
The Players Product Owner PM Teams The Biz Guy Owns the Product backlog Owns Sprint Backlog Decides what gets in and out Decides priorities Protect Train Guide: Standup, Analysis and Review Delivery SCRUM Masters Team Leaders Ā© Shay Cohen
Sprint Analysis User Stories User Stories Tasks (hours) Ā© Shay Cohen Commit ! Commit ! 1 1 1 Can’t Commit !
Sprint Analysis User Stories User Stories Tasks (hours) Ā© Shay Cohen 1 1 1 1 Commit! Commit! Commit!
Sprint Management
The Sprint Requirement Freeze Delivery to PO Preparing Next Sprint Feature Freeze Code Freeze Live Support, Integrations, Deployment Integrations Top Features Dev/Test Dev/Test Dev/Test Dev/Test Quality Sprint N Sprint N-1 Planning N Planning N+1 Planning N+1 Dev/Test Sprint N+1
Sprint vs. Release Sprint Fixed duration Potentially deployable Release Fixed content Content of one or more Sprints Deployable Requires stabilization period and ZBB Ā© Shay Cohen
Products Results Ā© Shay Cohen
Quality Results Ā© Shay Cohen
Assembly Line http://www.mommyniri.com/2009/08/a-visit-to-the-ford-assembly-plant-tales-of-sync-mykey-parking-assist-and-the-ford-taurus-2010/
If Your Critical Resource is Programmers http://www.bytelove.com/partners/programmers-heaven/programmers-heaven-source/prod_153.html
Expert Days: The VP R&D Open Seminar: Project Management
CONTINUOUS DEPLOYMENT
JIT http://infinitytimes.com/news/2011/06/13/06:43/dells-lessons-for-indias-big-push/
Continuous Deployment http://tapetim.diq.co.il/36__The_Matrix,_1999,_Green_Falling_Code.htm http://community.sharpdevelop.net/blogs/mattward/pages/FeatureTourUnitTesting.aspx http://www.javalinux.it/wordpress/2008/05/19/subversion-branching-in-my-experience/ http://www.nytimes.com/2008/04/20/magazine/20Build-text.html Automatic Tests Merge to Trunk Feature CODE P1 P2 P3 Feedback http://blogs.microsoft.co.il/blogs/vprnd
Step 1: TDD Testing before Coding Coverage: Unit Test Target: 100% Module Target: 40% Integration and End to End: 30% Mocking Framework if needed Manual QA Only when Must Microsoft.VisualStudio.TestTools
Unit Test Best Practice void FunctionName_Case_ExpectedResult() { //ARRANGE Patron patron = new Patron();  patron.setBalance(0); //ACT patron.applyFine(10); //ASSERT assertEquals(10, patron.fineBalance()); }
Step 2: Version Control Commit Stable Code to Trunk Branching is Not Necessary Flag ā€œCode Under Testā€ Infrastructure Configuration as a Code
Step 3: Build  Create Deployment Project http://www.richardhallgren.com/running-msbuild-scripts-from-visual-studio/
Step 4: Test the Build  <5 min Test Parallelize If Needed http://www.jetbrains.com/teamcity/features/build_grid.html
Test 5: Deployment Enable Upgrade w/o Downtime Use Distributes Cache for Session and Application Cache Distribute Software in Phases Engineering Decision! Release: Marketing Decision! Microsoft Web Farm Framework  Microsoft Web Deploy
Step 6: Monitor the  Business
Test Case 5-50 Production Changes a Day 2000 Unit Test in <4 min 700 Production Services Tests <10 min 30 min from Commit to 100 Servers Deployment
Minimum Viable Product Smoke Test Deploy First Code Later Release Early Release Often A/B Testing
If Your Critical Resource is the Market http://www.lanarkmedievalfestival.co.uk/Christmas/
GETTING YOUR PROJECT RUN BY ITSELF http://uaemoviefans.blogspot.com/2010/05/a-team-movie-is-as-good-as-original.html
Recruit People in  the  Way Recruit: Top Priority of Everybody Quick Decisions: Yes or No Look for Satisfiers and Global Maximization Grow Up Your Management Boot Camp TransparencyĀ 
Tech Talks
Code Review Automation (100% Coverage) Tech Talks Monitoring No Broken Windows Dogfooding Development Gateways http://projectgateway0.tripod.com/
Dogfooding http://www.androidguys.com/2009/12/12/google-employees-dogfooding-a-mobile-lab/
The Bottom Line: Grow āˆž Thank you! and Keep Performing! Moshe Kaplan

More Related Content

PDF
Implementing microservices tracing with spring cloud and zipkin (spring one)
Reshmi Krishna
Ā 
PPS
Afik Gal @alphageeks: Flex Intro
Alphageeks
Ā 
PPTX
DevQA - From Quality Control to Quality Assistance
Jana Gierloff
Ā 
PDF
Seven Steps to Pragmatic Mobile Testing
TechWell
Ā 
PDF
Testing in the Dark
TechWell
Ā 
PPTX
Constantly Contributing Pretty Patches FLCD
Mark Casias
Ā 
PDF
Work with Developers for Fun and Progress - AppSec California
leifdreizler
Ā 
PPTX
Bringing Quality Design Systems to Life with Storybook & Applitools
Applitools
Ā 
Implementing microservices tracing with spring cloud and zipkin (spring one)
Reshmi Krishna
Ā 
Afik Gal @alphageeks: Flex Intro
Alphageeks
Ā 
DevQA - From Quality Control to Quality Assistance
Jana Gierloff
Ā 
Seven Steps to Pragmatic Mobile Testing
TechWell
Ā 
Testing in the Dark
TechWell
Ā 
Constantly Contributing Pretty Patches FLCD
Mark Casias
Ā 
Work with Developers for Fun and Progress - AppSec California
leifdreizler
Ā 
Bringing Quality Design Systems to Life with Storybook & Applitools
Applitools
Ā 

What's hot (20)

PPTX
Adrian marinica continuous integration in the visual studio world
Codecamp Romania
Ā 
PDF
Game On: Automating Sports Video Game Testing
TechWell
Ā 
PPTX
Salesforce developer
shanthi priya
Ā 
PDF
5 Steps to Jump Start Your Test Automation
Sauce Labs
Ā 
PDF
Salesforce developer
shanthi priya
Ā 
PPTX
6th Salesforce Developer Group - Bilbao
northspainsalesforcedevelopergroup
Ā 
PPTX
Agile Testing Dilemmas
Aman King
Ā 
PDF
Testing Hourglass at Jira Frontend - by Alexey Shpakov, Sr. Developer @ Atlas...
Applitools
Ā 
PPTX
Advanced deployment scenarios
Sergio Navarro Pino
Ā 
PPTX
Advanced deployment scenarios (netcoreconf)
Sergio Navarro Pino
Ā 
PPTX
Back to basic: continuous integration (Madrid DevOps)
Sergio Navarro Pino
Ā 
PDF
Mobile App Development for Startups | Phase Specific Presentation
Kogi Mobile | Mobile App Development
Ā 
PDF
How to Scale Mobile Testing Across Several Teams
Daniel Knott
Ā 
PDF
Testing for Inclusive Web: Accessibility
Manoj Kumar Kumar
Ā 
PPTX
Java Clients and JavaFX - Presented to LJC
Stephen Chin
Ā 
PDF
DevOps Best Practices for Azure and VSTS
damovisa
Ā 
PPTX
TechTalk: What's New with Perfecto?
Lizzy Guido (she/her)
Ā 
PPTX
Whitepaper: Building Web Apps with Uniface
Uniface
Ā 
PDF
20170529 clem kazuaki_matsuo
Kazuaki Matsuo
Ā 
PDF
20170613 tech easy
Kazuaki Matsuo
Ā 
Adrian marinica continuous integration in the visual studio world
Codecamp Romania
Ā 
Game On: Automating Sports Video Game Testing
TechWell
Ā 
Salesforce developer
shanthi priya
Ā 
5 Steps to Jump Start Your Test Automation
Sauce Labs
Ā 
Salesforce developer
shanthi priya
Ā 
6th Salesforce Developer Group - Bilbao
northspainsalesforcedevelopergroup
Ā 
Agile Testing Dilemmas
Aman King
Ā 
Testing Hourglass at Jira Frontend - by Alexey Shpakov, Sr. Developer @ Atlas...
Applitools
Ā 
Advanced deployment scenarios
Sergio Navarro Pino
Ā 
Advanced deployment scenarios (netcoreconf)
Sergio Navarro Pino
Ā 
Back to basic: continuous integration (Madrid DevOps)
Sergio Navarro Pino
Ā 
Mobile App Development for Startups | Phase Specific Presentation
Kogi Mobile | Mobile App Development
Ā 
How to Scale Mobile Testing Across Several Teams
Daniel Knott
Ā 
Testing for Inclusive Web: Accessibility
Manoj Kumar Kumar
Ā 
Java Clients and JavaFX - Presented to LJC
Stephen Chin
Ā 
DevOps Best Practices for Azure and VSTS
damovisa
Ā 
TechTalk: What's New with Perfecto?
Lizzy Guido (she/her)
Ā 
Whitepaper: Building Web Apps with Uniface
Uniface
Ā 
20170529 clem kazuaki_matsuo
Kazuaki Matsuo
Ā 
20170613 tech easy
Kazuaki Matsuo
Ā 
Ad

Viewers also liked (20)

PDF
Q3 2009 Earning Report of Jean Coutu Group
earningreport earningreport
Ā 
PDF
Q2 2009 Earning Report of Advanced Photonix, Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Essex Property Trust, Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Comcast Corp.
earningreport earningreport
Ā 
PDF
Q3 2009 Earning Report of Actuant Corp.
earningreport earningreport
Ā 
PDF
TOTAL IT TRAINING Talk 2009
Peter Wood
Ā 
PDF
Q1 2009 Earning Report of Travelers Companies Inc.
earningreport earningreport
Ā 
PDF
Q3 2009 Earning Report of Crown Holdings, Inc.
earningreport earningreport
Ā 
PDF
Q3 2009 Earning Report of Walgreen
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Kennametal Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of First Financial Bankshares, Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Metrocorp Bancshares Inc.
earningreport earningreport
Ā 
PDF
Q2 2009 Earning Report of MGIC Investment Corporation
earningreport earningreport
Ā 
PDF
Q2 2009 Earning Report of Xilinx, Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Shutterfly Inc.
earningreport earningreport
Ā 
PDF
Q1 2009 Earning Report of Broadcom Corp.
earningreport earningreport
Ā 
PDF
Q3 2009 Earning Report of Google Inc.
earningreport earningreport
Ā 
PDF
Q2 2009 Earning Report of Webster Financial Corp.
earningreport earningreport
Ā 
PDF
Q2 2009 Earning Report of AMR Corp.
earningreport earningreport
Ā 
PDF
Social Media in Education
Kathryn Gorges Marketing
Ā 
Q3 2009 Earning Report of Jean Coutu Group
earningreport earningreport
Ā 
Q2 2009 Earning Report of Advanced Photonix, Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of Essex Property Trust, Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of Comcast Corp.
earningreport earningreport
Ā 
Q3 2009 Earning Report of Actuant Corp.
earningreport earningreport
Ā 
TOTAL IT TRAINING Talk 2009
Peter Wood
Ā 
Q1 2009 Earning Report of Travelers Companies Inc.
earningreport earningreport
Ā 
Q3 2009 Earning Report of Crown Holdings, Inc.
earningreport earningreport
Ā 
Q3 2009 Earning Report of Walgreen
earningreport earningreport
Ā 
Q1 2009 Earning Report of Kennametal Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of First Financial Bankshares, Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of Metrocorp Bancshares Inc.
earningreport earningreport
Ā 
Q2 2009 Earning Report of MGIC Investment Corporation
earningreport earningreport
Ā 
Q2 2009 Earning Report of Xilinx, Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of Shutterfly Inc.
earningreport earningreport
Ā 
Q1 2009 Earning Report of Broadcom Corp.
earningreport earningreport
Ā 
Q3 2009 Earning Report of Google Inc.
earningreport earningreport
Ā 
Q2 2009 Earning Report of Webster Financial Corp.
earningreport earningreport
Ā 
Q2 2009 Earning Report of AMR Corp.
earningreport earningreport
Ā 
Social Media in Education
Kathryn Gorges Marketing
Ā 
Ad

Similar to Expert Days: The VP R&D Open Seminar: Project Management (20)

PDF
Use Scrum and Continuous Delivery to innovate like crazy!
Peter Gfader
Ā 
PPTX
Moving 65,000 Microsofties to DevOps with Visual Studio Team Services
VSTS Community MSFT
Ā 
PPTX
Microsoft DevOps - Fast track
girish goudar
Ā 
PPTX
Agile
Jeff Bollinger
Ā 
PPTX
Practical Agile. Lessons learned the hard way on our journey building digita...
TechExeter
Ā 
PPTX
Practical agile TechExeter
Ian Ames
Ā 
PPTX
How MS Does Devops - Developer Developer Developer 2018
tspascoal
Ā 
PPTX
Agile process with a fixed cost
Ralph Johnson
Ā 
PPTX
The VP R&D Open Seminar on Project Management, SCRUM, Agile and Continuous De...
Moshe Kaplan
Ā 
PPT
Agile Development From A Developers Perspective
Richard Banks
Ā 
PPT
Making the Agile Leap to Continuous Deployment
Ethan Ram
Ā 
PPTX
Application Lifecycle Management with Visual Studio 2013
Mahmoud Samara
Ā 
PPTX
Agilelessons scanagile-final 2013
lokori
Ā 
PPTX
Doing agile with an ISO-20000 Telco (AgilePT 2015)
Manuel Padilha
Ā 
PPTX
Agile in Action - Act 1 (Set Up, Planning, Requirements and Architecture)
Spiffy
Ā 
PPTX
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Simon Storm
Ā 
PPT
Using Agile Methodologies
Dave Kellogg
Ā 
PPTX
Success recipe for new IT projects-Agile way. Fail Fast, Fail Early
Joseph Vargheese PMP CSM CSP
Ā 
PDF
GMO'less Software Development Practices
Lemi Orhan Ergin
Ā 
KEY
Thezenofscrum1 090221154550-phpapp01
Dani Llamazares
Ā 
Use Scrum and Continuous Delivery to innovate like crazy!
Peter Gfader
Ā 
Moving 65,000 Microsofties to DevOps with Visual Studio Team Services
VSTS Community MSFT
Ā 
Microsoft DevOps - Fast track
girish goudar
Ā 
Practical Agile. Lessons learned the hard way on our journey building digita...
TechExeter
Ā 
Practical agile TechExeter
Ian Ames
Ā 
How MS Does Devops - Developer Developer Developer 2018
tspascoal
Ā 
Agile process with a fixed cost
Ralph Johnson
Ā 
The VP R&D Open Seminar on Project Management, SCRUM, Agile and Continuous De...
Moshe Kaplan
Ā 
Agile Development From A Developers Perspective
Richard Banks
Ā 
Making the Agile Leap to Continuous Deployment
Ethan Ram
Ā 
Application Lifecycle Management with Visual Studio 2013
Mahmoud Samara
Ā 
Agilelessons scanagile-final 2013
lokori
Ā 
Doing agile with an ISO-20000 Telco (AgilePT 2015)
Manuel Padilha
Ā 
Agile in Action - Act 1 (Set Up, Planning, Requirements and Architecture)
Spiffy
Ā 
Agile and Continuous Delivery for Audits and Exams - DC Continuous Delivery M...
Simon Storm
Ā 
Using Agile Methodologies
Dave Kellogg
Ā 
Success recipe for new IT projects-Agile way. Fail Fast, Fail Early
Joseph Vargheese PMP CSM CSP
Ā 
GMO'less Software Development Practices
Lemi Orhan Ergin
Ā 
Thezenofscrum1 090221154550-phpapp01
Dani Llamazares
Ā 

More from Moshe Kaplan (20)

PDF
Spark and C Integration
Moshe Kaplan
Ā 
PDF
Introduction to Big Data
Moshe Kaplan
Ā 
PDF
Introduciton to Python
Moshe Kaplan
Ā 
PDF
Creating Big Data: Methodology
Moshe Kaplan
Ā 
PDF
Git Tutorial
Moshe Kaplan
Ā 
PDF
Redis training for java software engineers
Moshe Kaplan
Ā 
PDF
MongoDB training for java software engineers
Moshe Kaplan
Ā 
PDF
MongoDB from Basics to Scale
Moshe Kaplan
Ā 
PPTX
MongoDB Best Practices for Developers
Moshe Kaplan
Ā 
PPTX
The api economy
Moshe Kaplan
Ā 
PPTX
Big Data Workshop
Moshe Kaplan
Ā 
PPT
Scale and Cloud Design Patterns
Moshe Kaplan
Ā 
PPTX
Introduction to MongoDB
Moshe Kaplan
Ā 
PPT
Web systems architecture, Performance and More
Moshe Kaplan
Ā 
PPTX
Do Big Data and NoSQL Fit Your Needs?
Moshe Kaplan
Ā 
PPTX
MySQL Multi Master Replication
Moshe Kaplan
Ā 
PDF
mongoDB Performance
Moshe Kaplan
Ā 
PPT
Web Systems Architecture by Moshe Kaplan
Moshe Kaplan
Ā 
PPTX
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Moshe Kaplan
Ā 
PPT
MySQL crash course by moshe kaplan
Moshe Kaplan
Ā 
Spark and C Integration
Moshe Kaplan
Ā 
Introduction to Big Data
Moshe Kaplan
Ā 
Introduciton to Python
Moshe Kaplan
Ā 
Creating Big Data: Methodology
Moshe Kaplan
Ā 
Git Tutorial
Moshe Kaplan
Ā 
Redis training for java software engineers
Moshe Kaplan
Ā 
MongoDB training for java software engineers
Moshe Kaplan
Ā 
MongoDB from Basics to Scale
Moshe Kaplan
Ā 
MongoDB Best Practices for Developers
Moshe Kaplan
Ā 
The api economy
Moshe Kaplan
Ā 
Big Data Workshop
Moshe Kaplan
Ā 
Scale and Cloud Design Patterns
Moshe Kaplan
Ā 
Introduction to MongoDB
Moshe Kaplan
Ā 
Web systems architecture, Performance and More
Moshe Kaplan
Ā 
Do Big Data and NoSQL Fit Your Needs?
Moshe Kaplan
Ā 
MySQL Multi Master Replication
Moshe Kaplan
Ā 
mongoDB Performance
Moshe Kaplan
Ā 
Web Systems Architecture by Moshe Kaplan
Moshe Kaplan
Ā 
Big Data Seminar: Analytics, Hadoop, Map Reduce, Mongo and other great stuff
Moshe Kaplan
Ā 
MySQL crash course by moshe kaplan
Moshe Kaplan
Ā 

Recently uploaded (20)

PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
Ā 
PDF
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
Ā 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
Ā 
PDF
Software Development Methodologies in 2025
KodekX
Ā 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
Ā 
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
Ā 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
Ā 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
Ā 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
Ā 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
Ā 
PPTX
The Future of AI & Machine Learning.pptx
pritsen4700
Ā 
PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
Ā 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
Ā 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
Ā 
PPTX
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
Ā 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
Ā 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
Ā 
PDF
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
Ā 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
Ā 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
Ā 
Security features in Dell, HP, and Lenovo PC systems: A research-based compar...
Principled Technologies
Ā 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
Ā 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
Ā 
Software Development Methodologies in 2025
KodekX
Ā 
Simple and concise overview about Quantum computing..pptx
mughal641
Ā 
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Neo4j
Ā 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
Ā 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
Ā 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
Ā 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
Ā 
The Future of AI & Machine Learning.pptx
pritsen4700
Ā 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
Ā 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
Ā 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
Ā 
Introduction to Flutter by Ayush Desai.pptx
ayushdesai204
Ā 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
Ā 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
Ā 
Unlocking the Future- AI Agents Meet Oracle Database 23ai - AIOUG Yatra 2025.pdf
Sandesh Rao
Ā 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
Ā 

Expert Days: The VP R&D Open Seminar: Project Management

Editor's Notes

  • #4: The world is changing more and more fast You have to minimize NRE You must support unexpected demand You must provide top service (people now leaves cell operator after single incident, rather then 5, 10 years ago Firms a vulnerable – Citi worth 20Bill $ instead of 200 Bill a year ago Break and Mortar bookstores 15 years ago and Amazon…. Will it happen again to banks, insurance, real estate agencies… IS YOUR MARKET THE NEXT FOR PENETRATION – Finance? Real Estate? How to win a rival that is not existing yet? http://www.johnmwillis.com/ibm/cloud-computing-and-the-enterprise/ -
  • #37: http://www.rickardnilsson.net/post/2010/09/12/How-we-practice-Continuous-Integration-with-Team-City-and-ASPNET-4.aspx http://www.diaryofaninja.com/blog/2010/05/09/automated-site-deployments-with-teamcity-deployment-projects-amp-svn
  • #39: http://weblogs.asp.net/scottgu/archive/2010/09/13/automating-deployment-with-microsoft-web-deploy.aspx http://weblogs.asp.net/scottgu/archive/2010/09/08/introducing-the-microsoft-web-farm-framework.aspx
  • #40: http://techblog.outbrain.com/2011/05/monitoring-a-wild-beast/
  • #49: Start with nothing: storage, FW, LB, Server and grow… Can buy servers for more than hour