Invalid quantity. Please enter a quantity of 1 or more.
The quantity you chose exceeds the quantity available.
Please enter your name.
Please enter an email address.
Please enter a valid email address.
Please enter your message or comments.
Please enter the code as shown on the image.
Please select the date you would like to attend.
Please enter an email address.
Please enter a valid email address in the To: field.
Please enter a subject for your message.
Please enter a message.
You can only send this invitations to 10 email addresses at a time.
$$$$ is not a properly formatted color. Please use the format #RRGGBB for all colors.
Please limit your message to $$$$ characters. There are currently ££££.
$$$$ is not a valid email address.
Please enter a promotional code.
N/A
Sold Out
Unavailable
Please enter a password with at least 8 characters.
You have exceeded the time limit and your reservation has been released.
The purpose of this time limit is to ensure that registration is available to as many people as possible. We apologize for the inconvenience.
This option is not available anymore. Please choose a different option.
Please read and accept the waiver.
All fields marked with * are required.
Please double check your email address. The email address format does not appear valid.
Please double check your email address. Your emails do not match.
$$$$ requires a number between ££££ and §§§§
US Zipcodes need to be 5 digits.
Postal code may contain no more than 9 letter or number characters.
Please double check your website URL.
All fields marked with * are required.
Your card expiration date is in the past.
Your card CSC needs to be 4 digits.
Please confirm your order: $$$$ You have selected to Pay by Check.
Click OK to confirm your order.
Please confirm your order: $$$$ You have selected to Pay at the Door.
Click OK to confirm your order.
Please confirm your order: $$$$ You have selected to Pay upon Receiving an Invoice.
Click OK to confirm your order.
Your card CSC needs to be 3 digits.
Sofort is only available in Germany and Austria.
Boleto Bancario is only available in Brazil.
OXXO is only available in Mexico.
PagoFacil is only available in Argentina.
Rapipago is only available in Argentina.
Please enter a valid IBAN number.
You need to accept to charge your bank account.
Your billing zip code needs to be 5 digits.
Please double check your CEP info. The CEP format should be something like 12345-678.
Please double check your tax identifier.
There was a problem saving your address.
There was a problem saving your card info.
There was a problem saving your personal information.
Please select the date you would like to attend.
McAfee Secure sites help keep you safe from identity theft, card fraud, spyware, spam, viruses and online scams.
Copying Prohibited by Law - McAfee Secure is a Trademark of McAfee, Inc.
Unknown card type.
No card number provided.
card number is in invalid format.
Wrong card type or card number is invalid.
card number has an inappropriate number of digits.
Please enter numbers here.
Please enter an integer value.
Numbers must be less or equal to $$$$
All the required fields have not been filled out. Click OK to proceed without all the required information, or click Cancel to finish entering the missing data.
Job titles must be less than 50 characters.
There is currently an issue with card submission on Safari with iOS7. Please try again with a different browser or device.
Sorry, invalid event registration form.
Sorry, invalid event or database error.
Sorry, quantity must be a positive integer.
Sorry, you did not select a valid ticket.
Sorry, invalid event organizer email address.
Your order was canceled.
Thank You. Your order has been successfully completed. Your name and email address have been added to the list of event attendees.
Sorry, that option is sold out.
Sorry, that option is no longer available.
Sorry, you entered an invalid quantity. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, you did not select any tickets to purchase. Please enter a quantity of 1 or more next to the type or types of tickets you would like to purchase.
Sorry, there are no tickets left for this event.
The tickets, ticket quantity or date and time you've requested are no longer available, due to previous sales. Please choose a different date, time or number of tickets and place your order again.
Sorry, one or more of the tickets you requested are no longer available for purchase.
Sorry, you need to select the date you want to attend.
Sorry, the promotional code you entered is not valid yet.
Sorry, the promotional code you entered has expired.
Sorry, the promotional code you entered is not valid.
Your session has expired. Try ordering again.
Sorry, your requested ticket quantity exceeds the number provided by your promotional code.
This course is aimed at helping software development professionals and teams be more effective when implementing Scrum and other agile software development methodologies. In an effort to raise the effectiveness of Scrum, the Scrum Alliance has created the Certified Scrum Developer program. This course is designed to deliver the core Agile Development Practices Learning Objectives of that program.
None
Effective Scrum Developer - Bellevue, WA - July 23-25, 2014
Part of the Scrum Alliance Certified Developer Program
This course is aimed at helping software development professionals and teams be more effective when implementing Scrum and other agile software development methodologies. In an effort to raise the effectiveness of Scrum, the Scrum Alliance has created the Certified Scrum Developer program. This course is designed to deliver the core Agile Development Practices Learning Objectives of that program and should prepare the participant to successfully pass the Scrum Alliance CSD Candidate Assessment.
Audience
This course is intended for professional software developers who are on a Scrum team and want to understand how Scrum and agile engineering practices are applied and how they affect their role in the team. The participant should have an understanding of Scrum preferably from taking Effective Agile Development’s Certified ScrumMaster Workshop or a similar course.
The Approach
One of the agile practices commonly used by Scrum teams is the breakdown of requirements into User Stories. This course was designed to meet this user story.
As a .NET Developer on a Scrum team, I want to use Agile Engineering Practices, so that my team delivers business value with Production Quality Software in every Sprint.
To meet this goal this course meets the Scrum Alliance Learning Objectives for the Certified Scrum Developer Program in these areas.
Collaboration
The teamwork and collaboration on a Scrum team
Architecture and Design
The principles that drive code quality and support quick delivery of business value from testable, understandable and correct code.
Test Driven Development
Using the practice of Test First to help ensure the requirements are well understood and automated tests can be added to the build process to validate the system in the future.
Refactoring
The process of improving the design of software to increase the understandability and testability of the code and allow for easy and safe additions to the system in the future.
Continuous Integration
The process of creating and running automated build and test cycles as new code is checked in so that cross-application issues are discovered as soon as possible.
Course Outline
The course is structured around these user stories that provide the goals for each section.
The Developer Role In Scrum
As a Developer I want to understand my role on a Scrum Team So that the team is successful in meeting Sprint and Release goals.
Test First
As a Developer I want to clearly understand the story so that I can deliver the right functionality.
Writing Unit Tests in .NET
As a developer I want to write effective Unit Tests so that I will know when the code is done.
Agile Analysis for Developers
As a Developer I want quickly and accurately break down requirements so that the work of delivering the business value can be planned effectively.
What is Quality Code?
As a Developer I want to write high quality code and be able to evaluate code quality so that the project is not slowed down in the future by poor quality code.
Scrum Teamwork
As a Developer I want to work collaboratively and efficiently with the other members of my Scrum team So that the Sprint and Release Goals are achieved.
Test Driven Development
As a Developer I want to write small tests then write the code to pass the tests and clean up the code So that I can work quickly and efficiently.
Agile Architecture
As a Developer I want to create software components that are maintainable and efficient So that the product will have a long life and adapt to new requirements easily.
Talking About Design
As a Developer I want to have a common language to use when discussing application design with other developers so that we can quickly and accurately describe the system design.
Refactoring
As a Developer I want to clean up my new code safely so that the new code is flexible and easy to understand.
Automated Refactoring
As a Developer I want to use automatic tools to Refactor so that I can concentrate on delivering the functionality.
Integrating Often
As a Developer I want to verify that my code works in the system and does not break the system as often as possible so that issues are discovered quickly and the project is almost always in a state that can be demonstrated.
Continuous Integration
As a Developer I want use a build system that automatically builds the system and runs all automated tests so that integrating often is as easy as possible.
This Course Satisfies these Learning Objectives the Scrum Alliance Certified Scrum Developer Program
Architecture and Design Test Driven Development Collaboration Refactoring Continuous Integration
Scrum Agile Pro is a service of Effective AGILE Devlopment.
Scrum Agile Pro provides advanced traing, coaching and mentoring for organizations and individuals working to advance their Scrum and Agile skills beyond the basics offered in ScrumMaster and Product Owner training.
We believe that to be effective, software development teams need practical, domain and environment specific solutions to the complex challenges of team-based software development. Reading about it is not enough and training is often aimed at good evaluation scores rather than helping the team. We have the experience and people skills to help real world teams work more effectively.
Share Effective Scrum Developer - Bellevue, WA - July 23-25, 2014
Share Tweet