SlideShare une entreprise Scribd logo
1  sur  61
Real World Scrum with
Azure DevOps
Benjamin Day | www.benday.com | @benday
@benday | www.benday.com
Benjamin Day
Brookline, MA
Consultant & Trainer
Scrum, DevOps,
Team Foundation Server,
Software Architecture & Testing
Microsoft MVP
Pluralsight Author
Scrum.org Trainer
@benday
Architecting an
ASP.NET Core MVC
Application for Unit Testability
January 1, 2019
Getting Started with
Azure DevOps
Coming soon
On with the show.
www.benday.com | @benday
And now,
the fastest Scrum
overview of all time...
www.benday.com | @benday
Stakeholders
Sprint
Increment
Product
Backlog
Sprint
Backlog
Daily
Scrum
Product
Owner
Retrospective
Product
Owner
Development
Team
Scrum
Master
Sprint
Planning
Meeting
Sprint
Review
Stakeholder
Scrum: The Big Picture
www.benday.com | @benday
It’s all about
done, working software.
www.benday.com | @benday
You stop in order to
keep yourself honest.
www.benday.com | @benday
Manage your risk in
the face of uncertainty.
www.benday.com | @benday
Eliminate waste.
www.benday.com | @benday
It’s all about
done, working software.
www.benday.com | @benday
Stakeholders
Sprint
Increment
Product
Backlog
Sprint
Backlog
Daily
Scrum
Product
Owner
Retrospective
Product
Owner
Development
Team
Scrum
Master
Sprint
Planning
Meeting
Sprint
Review
Stakeholder
Scrum: The Big Picture
www.benday.com | @benday
Where does Azure DevOps fit in?
www.benday.com | @benday
Azure DevOps + Scrum
• Backlog management
• Sprint Planning
• Sprint Management
Azure DevOps + Scrum + Real World
• Backlog management
• Sprint Planning
• Sprint Management
• Definition of Done
• Test Case Management
• Automated Builds
• Automated Testing
• Release Management
• Deployment
• Feedback Management
Scrum Events Supporting Activities
Sprint Planning Daily Scrum Sprint Review
Sprint
Retrospective Product Ownership DoD Collaboration Best Practices Enterprise Scrum
WorkItems
Backlog Manager X X X X X
Sprint Planner X X X
Scrum Board X X X X
Burndown Chart X X X
Kanban Board X X X X
Work item Tracking X X X
Velocity Chart X X X X
Cumulative Flow Diagram X
Capacity Planner X X
Work Item Charts X X X
Code
Source Control X X X X
Code Reviews X X X X
Lightweight Code Commenting X X
Unit Testing X X X
Build
Automated Builds X X X
Deploy w/ Lab Management X X X
Deploy w/ Release Management X X X
Collaboration
SharePoint X X
Team Rooms X X
Team Home Page X
Teams X X
Feedback Manager X X X X
PowerPoint Storyboarding X X X X
Testing
Test Case Management X X X X
Defect Tracking X X X
Load Testing X X X
www.benday.com | @benday
Do you have a
Definition of Done?
www.benday.com | @benday
A written DoD is a list of
everything that is required
before you can say a PBI is Done.
www.benday.com | @benday
Here’s a hint:
www.benday.com | @benday
It’s a lot more than
“the code compiles and is checked in.”
www.benday.com | @benday
Sample Definition of Done (DoD)
Development / Coder
• Code is written with unit tests
• Unit tests have a minimum of 75% code
coverage
• Code has been merged to Main / Master
• Code compiles and unit tests pass when run as
part of an automated build
• Database schema objects are checked in
• Database upgrade script is checked in
• Code reviewed by someone other than the
original author
Testing, Deployment, Ops
• Written QA test plan
• Tested with QA test plan by someone other
than the original author
• Deployed and tested in Staging environment
• Automated UI tests are
written and pass
• No Severity 1 or 2 bugs
• Reviewed by Product Owner
• Passes acceptance criteria for the PBI
• Known deployment & rollback plan
• Deployment plan reviewed by Ops
• Database changes reviewed by DBAs
• Load tested
• Deployed to Production
www.benday.com | @benday
Why is a Written DoD so Important?
• Makes it clear what all the steps are
• Everyone can look at the steps  a shared understanding
• Helps with team-based estimation
• Helps minimize or eliminate Technical Debt
• Helps to manage management expectations
• Helps with the “two second change” request
www.benday.com | @benday
TFS + Visual Studio
help you to automate your
DoD and streamline your path to DoD.
www.benday.com | @benday
And now a lot of demos…
www.benday.com | @benday
Demos
• Backlog Management / Refinement
• Sprint Planning
• Daily Scrum
• Situational Awareness
• Dashboards
• Charting
• Boards
• “QA” Test Tracking
• Automated Build + DoD
www.benday.com | @benday
Any last questions?
www.benday.com | @benday
Thanks.
benday@benday.com | www.benday.com
www.benday.com | @benday
Branching lets you work on
similar, related code in isolation
at the same time.
www.benday.com | @benday
Branching is much easier to do in Git.
www.benday.com | @benday
“So, I can go nuts and create
250 zillion branches now
and it’s a good idea?”
www.benday.com | @benday
No.
www.benday.com | @benday
www.benday.com | @benday
A branch is an integration credit
card.
www.benday.com | @benday
For every branch, there’s a merge.
www.benday.com | @benday
Merging can be expensive and
painful.
www.benday.com | @benday
Until everything’s integrated,
it’s definitely not done.
www.benday.com | @benday
Keep it simple.
www.benday.com | @benday
Integrate often.
www.benday.com | @benday
The smaller the integration,
the easier it is.
www.benday.com | @benday
“You can drive with your
feet. It doesn’t mean it’s
a good idea.” *
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 1 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 2 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 5 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 8 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 11 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 12 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 13 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 14 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 15 of 15 (in your dreams)
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 15 of 15 (in reality)
PBI B
PBI A
@benday @ethomson #vslive
Don’t use branches to
avoid talking to your teammates.
@benday @ethomson #vslive
Do less at once.
Focus on done.
Integrate often.
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 1 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 2 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 5 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 6 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 10 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 11 of 15
PBI B
PBI A
@benday @ethomson #vslive
TO DO IN
PROGRESS
DONE
PBI C
Sprint: Day 15 of 15
PBI B
PBI A

Contenu connexe

Tendances

SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHubSOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
DevOpsDays Tel Aviv
 

Tendances (20)

Agile Transformation: People, Process and Tools to Make Your Transformation S...
Agile Transformation: People, Process and Tools to Make Your Transformation S...Agile Transformation: People, Process and Tools to Make Your Transformation S...
Agile Transformation: People, Process and Tools to Make Your Transformation S...
 
DevoxxUK 2019 - Better software, faster.
DevoxxUK 2019 - Better software, faster.DevoxxUK 2019 - Better software, faster.
DevoxxUK 2019 - Better software, faster.
 
JavaZone 2019 - Better software, faster: Principles of Continuous Delivery an...
JavaZone 2019 - Better software, faster: Principles of Continuous Delivery an...JavaZone 2019 - Better software, faster: Principles of Continuous Delivery an...
JavaZone 2019 - Better software, faster: Principles of Continuous Delivery an...
 
OpenValue meetup June 2019 - Better, software faster: Principles of Continuou...
OpenValue meetup June 2019 - Better, software faster: Principles of Continuou...OpenValue meetup June 2019 - Better, software faster: Principles of Continuou...
OpenValue meetup June 2019 - Better, software faster: Principles of Continuou...
 
Devoxx Belgium 2019 - Better software, faster: Principles of Continuous Deliv...
Devoxx Belgium 2019 - Better software, faster: Principles of Continuous Deliv...Devoxx Belgium 2019 - Better software, faster: Principles of Continuous Deliv...
Devoxx Belgium 2019 - Better software, faster: Principles of Continuous Deliv...
 
Continuous Testing: Preparing for DevOps
Continuous Testing: Preparing for DevOpsContinuous Testing: Preparing for DevOps
Continuous Testing: Preparing for DevOps
 
OpenValue Vienna meetup september 2020 - Better software, faster: Principles ...
OpenValue Vienna meetup september 2020 - Better software, faster: Principles ...OpenValue Vienna meetup september 2020 - Better software, faster: Principles ...
OpenValue Vienna meetup september 2020 - Better software, faster: Principles ...
 
JUG Bonn June 2021 - The DevOps disaster
JUG Bonn June 2021 - The DevOps disasterJUG Bonn June 2021 - The DevOps disaster
JUG Bonn June 2021 - The DevOps disaster
 
The D Files: Debunking Myths About Distributed Teams
The D Files: Debunking Myths About Distributed TeamsThe D Files: Debunking Myths About Distributed Teams
The D Files: Debunking Myths About Distributed Teams
 
SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHubSOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
SOLVING MLOPS FROM FIRST PRINCIPLES, DEAN PLEBAN, DagsHub
 
Developer Nirvana
Developer NirvanaDeveloper Nirvana
Developer Nirvana
 
Titas Lapinskas - Technical Team Leader in Agile
Titas Lapinskas - Technical Team Leader in AgileTitas Lapinskas - Technical Team Leader in Agile
Titas Lapinskas - Technical Team Leader in Agile
 
Delivering Projects the Pivotal Way
Delivering Projects the Pivotal WayDelivering Projects the Pivotal Way
Delivering Projects the Pivotal Way
 
DevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshopDevOpsGuys Performance Testing with APM Tools workshop
DevOpsGuys Performance Testing with APM Tools workshop
 
Software Developer Productivity: What we know and how to make it better
Software Developer Productivity: What we know and how to make it betterSoftware Developer Productivity: What we know and how to make it better
Software Developer Productivity: What we know and how to make it better
 
Principles of Continuous Delivery and DevOps
Principles of Continuous Delivery and DevOpsPrinciples of Continuous Delivery and DevOps
Principles of Continuous Delivery and DevOps
 
Mission Impossible: Banking on a SAFe QuickStart
Mission Impossible: Banking on a SAFe QuickStartMission Impossible: Banking on a SAFe QuickStart
Mission Impossible: Banking on a SAFe QuickStart
 
Devops, the future is here, it's just not evenly distributed yet.
Devops, the future is here, it's just not evenly distributed yet.Devops, the future is here, it's just not evenly distributed yet.
Devops, the future is here, it's just not evenly distributed yet.
 
JUG CH September 2021 - Debugging distributed systems
JUG CH September 2021 - Debugging distributed systemsJUG CH September 2021 - Debugging distributed systems
JUG CH September 2021 - Debugging distributed systems
 
What I learned teaching programming to 150 beginners
What I learned teaching programming to 150 beginnersWhat I learned teaching programming to 150 beginners
What I learned teaching programming to 150 beginners
 

Similaire à Day projectcon real-world-scrum

QCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
QCon'17 talk: CI/CD at scale - lessons from LinkedIn and MockitoQCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
QCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
Szczepan Faber
 
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDBTrading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
MongoDB
 

Similaire à Day projectcon real-world-scrum (20)

What Are The Best Practices When Building a Back-end App With Kotlin And Spri...
What Are The Best Practices When Building a Back-end App With Kotlin And Spri...What Are The Best Practices When Building a Back-end App With Kotlin And Spri...
What Are The Best Practices When Building a Back-end App With Kotlin And Spri...
 
#spsclt18 vincent biret #spfx #devops
#spsclt18 vincent biret #spfx #devops#spsclt18 vincent biret #spfx #devops
#spsclt18 vincent biret #spfx #devops
 
6 Things to Think About Before Building Your Website
6 Things to Think About Before Building Your Website6 Things to Think About Before Building Your Website
6 Things to Think About Before Building Your Website
 
How StubHub Got Its Projects In-Line with QuickBase
How StubHub Got Its Projects In-Line with QuickBaseHow StubHub Got Its Projects In-Line with QuickBase
How StubHub Got Its Projects In-Line with QuickBase
 
Achieving Technical Excellence in Your Software Teams - from Devternity
Achieving Technical Excellence in Your Software Teams - from Devternity Achieving Technical Excellence in Your Software Teams - from Devternity
Achieving Technical Excellence in Your Software Teams - from Devternity
 
SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)SharePoint Framework 101 (SPFx)
SharePoint Framework 101 (SPFx)
 
SharePoint Inspired 'Get more from your data with Office 365'
SharePoint Inspired 'Get more from your data with Office 365'SharePoint Inspired 'Get more from your data with Office 365'
SharePoint Inspired 'Get more from your data with Office 365'
 
Dashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BIDashboarding with Microsoft: Datazen & Power BI
Dashboarding with Microsoft: Datazen & Power BI
 
Collaboration Beyond Code
Collaboration Beyond CodeCollaboration Beyond Code
Collaboration Beyond Code
 
MongoDB World 2018: How an Idea Becomes a MongoDB Feature
MongoDB World 2018: How an Idea Becomes a MongoDB FeatureMongoDB World 2018: How an Idea Becomes a MongoDB Feature
MongoDB World 2018: How an Idea Becomes a MongoDB Feature
 
How to do b tech be projects or any academic projects
How to do b tech be projects or any academic projectsHow to do b tech be projects or any academic projects
How to do b tech be projects or any academic projects
 
QCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
QCon'17 talk: CI/CD at scale - lessons from LinkedIn and MockitoQCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
QCon'17 talk: CI/CD at scale - lessons from LinkedIn and Mockito
 
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDBTrading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
Trading up: Adding Flexibility and Scalability to Bouygues Telecom with MongoDB
 
Agile SharePoint Development With Scrum
Agile SharePoint Development With ScrumAgile SharePoint Development With Scrum
Agile SharePoint Development With Scrum
 
Integrating Oracle BI, BPM and BAM 11g: The complete cycle of information
Integrating Oracle BI, BPM and BAM 11g: The complete cycle of informationIntegrating Oracle BI, BPM and BAM 11g: The complete cycle of information
Integrating Oracle BI, BPM and BAM 11g: The complete cycle of information
 
2018-10-18 J2 5A - Professional dev low code no code dev and citizen develope...
2018-10-18 J2 5A - Professional dev low code no code dev and citizen develope...2018-10-18 J2 5A - Professional dev low code no code dev and citizen develope...
2018-10-18 J2 5A - Professional dev low code no code dev and citizen develope...
 
Lean UX in the Enterprise
Lean UX in the EnterpriseLean UX in the Enterprise
Lean UX in the Enterprise
 
You’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
You’ve Only Got Two Eyeballs: Designing Products for the Responsive WebYou’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
You’ve Only Got Two Eyeballs: Designing Products for the Responsive Web
 
Content as a Service: What to Know About Decoupled CMS
Content as a Service: What to Know About Decoupled CMSContent as a Service: What to Know About Decoupled CMS
Content as a Service: What to Know About Decoupled CMS
 
Five tools for managing projects
Five tools for managing projectsFive tools for managing projects
Five tools for managing projects
 

Plus de ProjectCon

Secrets of the Agile Manifesto
Secrets of the Agile ManifestoSecrets of the Agile Manifesto
Secrets of the Agile Manifesto
ProjectCon
 
The Agile PMP: What PMPs need to know to compete in today's market
The Agile PMP: What PMPs need to know to compete in today's marketThe Agile PMP: What PMPs need to know to compete in today's market
The Agile PMP: What PMPs need to know to compete in today's market
ProjectCon
 
Transformation of an Agile Purist to an Agile Mind
Transformation of an Agile Purist to an Agile MindTransformation of an Agile Purist to an Agile Mind
Transformation of an Agile Purist to an Agile Mind
ProjectCon
 
Automated Release Pipelines with Azure DevOps
Automated Release Pipelines with Azure DevOpsAutomated Release Pipelines with Azure DevOps
Automated Release Pipelines with Azure DevOps
ProjectCon
 
Mind the Gap - The Tension Between Job Titles and Agility
Mind the Gap - The Tension Between Job Titles and AgilityMind the Gap - The Tension Between Job Titles and Agility
Mind the Gap - The Tension Between Job Titles and Agility
ProjectCon
 

Plus de ProjectCon (20)

Acceleration & Focus - A Simple Approach to Faster Execution
Acceleration & Focus - A Simple Approach to Faster ExecutionAcceleration & Focus - A Simple Approach to Faster Execution
Acceleration & Focus - A Simple Approach to Faster Execution
 
Secrets of the Agile Manifesto
Secrets of the Agile ManifestoSecrets of the Agile Manifesto
Secrets of the Agile Manifesto
 
The Agile PMP: What PMPs need to know to compete in today's market
The Agile PMP: What PMPs need to know to compete in today's marketThe Agile PMP: What PMPs need to know to compete in today's market
The Agile PMP: What PMPs need to know to compete in today's market
 
Teaming for Agility
Teaming for AgilityTeaming for Agility
Teaming for Agility
 
Transformation of an Agile Purist to an Agile Mind
Transformation of an Agile Purist to an Agile MindTransformation of an Agile Purist to an Agile Mind
Transformation of an Agile Purist to an Agile Mind
 
The Agile PMO
The Agile PMOThe Agile PMO
The Agile PMO
 
Automated Release Pipelines with Azure DevOps
Automated Release Pipelines with Azure DevOpsAutomated Release Pipelines with Azure DevOps
Automated Release Pipelines with Azure DevOps
 
The Women in Agile Story - History of the Movement through MVP Experiments
The Women in Agile Story - History of the Movement through MVP ExperimentsThe Women in Agile Story - History of the Movement through MVP Experiments
The Women in Agile Story - History of the Movement through MVP Experiments
 
A Guide to Risk Management
A Guide to Risk ManagementA Guide to Risk Management
A Guide to Risk Management
 
Capturing Lessons Learned Information – Making your current and future projec...
Capturing Lessons Learned Information – Making your current and future projec...Capturing Lessons Learned Information – Making your current and future projec...
Capturing Lessons Learned Information – Making your current and future projec...
 
Abuser Stories: Thinking Like the Bad Guy to Reduce Software Vulnerabilities
Abuser Stories: Thinking Like the Bad Guy to Reduce Software VulnerabilitiesAbuser Stories: Thinking Like the Bad Guy to Reduce Software Vulnerabilities
Abuser Stories: Thinking Like the Bad Guy to Reduce Software Vulnerabilities
 
Mind the Gap - The Tension Between Job Titles and Agility
Mind the Gap - The Tension Between Job Titles and AgilityMind the Gap - The Tension Between Job Titles and Agility
Mind the Gap - The Tension Between Job Titles and Agility
 
Tamika Catchings - AM Keynote
Tamika Catchings - AM KeynoteTamika Catchings - AM Keynote
Tamika Catchings - AM Keynote
 
Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?
Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?
Stacey Ackerman & Stevie Borne - Are you Agile Enough to Reinvent Yourself?
 
Sonal Sheth Zawahri - Thinking Strategically
Sonal Sheth Zawahri - Thinking StrategicallySonal Sheth Zawahri - Thinking Strategically
Sonal Sheth Zawahri - Thinking Strategically
 
Sonal Sheth Zawahri - Finding Your Team's Purpose
Sonal Sheth Zawahri - Finding Your Team's PurposeSonal Sheth Zawahri - Finding Your Team's Purpose
Sonal Sheth Zawahri - Finding Your Team's Purpose
 
Stevie Borne - Improving Your Listening Mojo
Stevie Borne - Improving Your Listening Mojo Stevie Borne - Improving Your Listening Mojo
Stevie Borne - Improving Your Listening Mojo
 
Scott Ambler - Disciplined Agile: Winning the Race to Business Agility
Scott Ambler - Disciplined Agile: Winning the Race to Business AgilityScott Ambler - Disciplined Agile: Winning the Race to Business Agility
Scott Ambler - Disciplined Agile: Winning the Race to Business Agility
 
Stacey Ackerman - 5 Easy Ways to Get Started with Scrum at Home
Stacey Ackerman - 5 Easy Ways to Get Started with Scrum at HomeStacey Ackerman - 5 Easy Ways to Get Started with Scrum at Home
Stacey Ackerman - 5 Easy Ways to Get Started with Scrum at Home
 
Ryan Ripley & Jessica Soroky - PM Keynote
Ryan Ripley & Jessica Soroky - PM Keynote Ryan Ripley & Jessica Soroky - PM Keynote
Ryan Ripley & Jessica Soroky - PM Keynote
 

Dernier

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 

Dernier (20)

General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Magic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptxMagic bus Group work1and 2 (Team 3).pptx
Magic bus Group work1and 2 (Team 3).pptx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Dyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptxDyslexia AI Workshop for Slideshare.pptx
Dyslexia AI Workshop for Slideshare.pptx
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 

Day projectcon real-world-scrum