SlideShare a Scribd company logo
Demystifying operational features
for scrum masters and product owners
Agile Cambridge – 1st October 2015
#AgileCam
Rob Thatcher & Matthew Skelton
“Operational Features”
how to develop and test
prioritisation techniques
availability is the best feature
Operational Features
“the properties of a system
which make it work well in
Production”
Not PIMP MY RIDE
MORE
Greasy Mechanic
Not PIMP MY RIDE
MORE
Greasy Mechanic
Terminology
what happened to NFRs?
(non-functional requirements)
Non-
Functional
Functional
language impact
non-starter
non compos mentis
non-compete
nonsense !
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
holistic product view
How did we get to this?
admission: IT folk have been
guilty of making operational
features quite scary & mysterious
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
long lists of requirements
crazy test plans
poor explanation of needs
failure to engage stakeholders
gold-plating
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
de-mystify operational features
better approach
pragmatic and effective
rapid, safe, valuable
“the properties of a system
which make it work well in
Production”
Why value
Operational Features?
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
downtime:
$$$
reputation
($$)
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
non-linear increase in
complexity and problems
Internet of Things
we can no longer deal
manually with the scale/volume
of potential problems
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
agility and response to
incidents
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
remote car hacking:
security as an operational feature
HA + DR + Backup + Metrics + Diagnostics + …
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
think:
"when it fails, how will we recover?“
it will fail
How do we develop and test
Operational Features?
defined features
testable and measurable
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
ahead lie the ‘ilities’...
1. What
2. How to test
Operational Hooks
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Deployment Pipeline
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Configurability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
re-read config (SIGHUP)
text files in version control
inject settings – no ‘black boxes’
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
toggle features via config
“Postcode lookup unavailable”
 better UX
Deployability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
immutable artefacts
concurrent releases (SxS)
symlinks
rapid
scriptable
simple failure modes
Maintainability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
holding page as MVP!
live system component diagrams
modularity
ability to upgrade
version numbering (SemVer?)
BasketItemAdded
grep BasketItem
logging for insights
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Testability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
every component has a
/health endpoint
stubbed/mocked/faked
endpoints
test things individually
Recoverability
asynchronous service start
expect services to be erroring
logs are not wiped (rotated: okay)
avoid flooding logs
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
no nasty zombies after failures
MTTR more important than MTBF*
* for most kinds of F
Performance
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
run key 'hotspot' areas early
use a deployment pipeline
‘critical path’
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
early pipeline tests act as a
barometer for later
performance problems
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
derive transit time metrics
Monitorability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
stream of metrics
transaction tracing
Resilience
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Saboteur for network failure
testing
deployment pipeline
assume missing or failing
Chaos Monkey
don’t crash on HTTP 503
Scalability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
concurrent workers
queues and bottlenecks
throttling is your friend
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Security and ‘securability’
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
securability by practice
SSL certs & HEARTBLEED
Gauntlt
deployment pipeline
# nmap-simple.attack
Feature: simple nmap attack to check for open ports
Background:
Given "nmap" is installed
And the following profile:
| name | value |
| hostname | example.com |
Scenario: Check standard web ports
When I launch an "nmap" attack with:
"""
nmap -F <hostname>
"""
Then the output should match /80.tcps+open/
Then the output should not match:
"""
25/tcps+open
"""
Availability
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
“available but unusable"
synthetic transactions
special HTTP header: trigger
additional metrics/reporting
How the organisation affects
Operational Features
Budgets
bonuses:
story points delivered
tickets closed
Capex vs Opex
tax breaks
avoiding the Capex/Opex evil
Developers seen as more
valuable than Ops people
3x hiring bonus for Devs (!)
improved awareness in product
teams
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
share ownership and decision
making
features
end-user
operational
end-user
single product backlog
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Product Owner on call for
incidents
tricky!
high degree of maturity
honesty about the product
Product Owner and Tech Lead
are both on the hook for
outages
AVOID
Product Owner for ‘user
features’ and Tech Lead for
‘operational features’
How to evaluate Operational
Features vs User Features
treat Ops team folk as another
user persona
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
alternatives to User Stories?
NOT:
"as a logging subsystem, I want..."
Metrics
Live: downtime, A/B for
operational aspects (speed)
Pre-live: time spent re-deploying
Metrics for better
conversations
metric-ify your delivery and test
infrastructure
 99.99% uptime, but 20
redeployments every time
Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher
Heuristics for operational features
30% of total product budget
30% of dev team time
holistic product view
MVP: ‘service unavailable’ page
test early for operational features
using a deployment pipeline
single product backlog:
(user) features +
(operational) features
availability is the best feature

Books!
operabilitybook.comoperationalfeatures.com
thank you
http://skeltonthatcher.com/
enquiries@skeltonthatcher.com
@SkeltonThatcher
+44 (0)20 8242 4103

More Related Content

PPTX
Troubleshooting App Health and Performance with PCF Metrics 1.2
VMware Tanzu
 
PDF
Strangling the Monolith With a Data-Driven Approach: A Case Study
VMware Tanzu
 
PDF
Application Migration: How to Start, Scale and Succeed
VMware Tanzu
 
PPTX
Breaking the Monolith
VMware Tanzu
 
PDF
From Apollo 13 to Google SRE
Sanjeev Sharma
 
PDF
Cloud expo 2018: From Apollo 13 to Google SRE - When DevOps meets SRE
Sanjeev Sharma
 
PDF
DevOps in an Embedded World
Sajeewa Dayaratne
 
PDF
Driving TAS Enterprise Fitness
VMware Tanzu
 
Troubleshooting App Health and Performance with PCF Metrics 1.2
VMware Tanzu
 
Strangling the Monolith With a Data-Driven Approach: A Case Study
VMware Tanzu
 
Application Migration: How to Start, Scale and Succeed
VMware Tanzu
 
Breaking the Monolith
VMware Tanzu
 
From Apollo 13 to Google SRE
Sanjeev Sharma
 
Cloud expo 2018: From Apollo 13 to Google SRE - When DevOps meets SRE
Sanjeev Sharma
 
DevOps in an Embedded World
Sajeewa Dayaratne
 
Driving TAS Enterprise Fitness
VMware Tanzu
 

What's hot (20)

PDF
Data-Driven DevOps: Improve Velocity and Quality of Software Delivery with Me...
Splunk
 
PDF
Integrating SAP into DevOps Pipelines: Why and How
DevOps.com
 
PDF
How NBCUniversal Adopted DevOps
Sanjeev Sharma
 
PPTX
Vulnerability Discovery in the Cloud
DevOps.com
 
PDF
Cloud Native Operations
Michael Mueller
 
PDF
Java Application Modernization Patterns and Stories from the IBM Garage
Holly Cummins
 
PDF
Cloud native enterprise
VMware Tanzu Korea
 
PDF
Agile Secure Cloud Application Development Management
Adam Getchell
 
PPTX
Hewlett Packard Entreprise | Stormrunner load | Game Changer
Jeffrey Nunn
 
PPTX
Enterprise DevOps: Scaling Build, Deploy, Test, Release
IBM UrbanCode Products
 
PDF
The Muda, Mura and Muri of DevOps
Sanjeev Sharma
 
PDF
Cloud Migration: Azure acceleration with CAST Highlight
CAST
 
PPTX
Driving Enterprise Architecture Redesign: Cloud-Native Platforms, APIs, and D...
Chris Haddad
 
PDF
My code, my environment, and yes, my data
Sanjeev Sharma
 
PPTX
Removing Barriers Between Dev and Ops
cornelia davis
 
PDF
Lo Scenario Cloud-Native (Pivotal Cloud-Native Workshop: Milan)
VMware Tanzu
 
PPTX
Webinar: Automating the Creation and Use of Virtual Testing Environments
Skytap Cloud
 
PDF
Case Study: How The Home Depot Built Quality Into Software Development
CA Technologies
 
PDF
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld
 
PDF
Devops: Who Does What? - Devops Enterprise Summit 2016
cornelia davis
 
Data-Driven DevOps: Improve Velocity and Quality of Software Delivery with Me...
Splunk
 
Integrating SAP into DevOps Pipelines: Why and How
DevOps.com
 
How NBCUniversal Adopted DevOps
Sanjeev Sharma
 
Vulnerability Discovery in the Cloud
DevOps.com
 
Cloud Native Operations
Michael Mueller
 
Java Application Modernization Patterns and Stories from the IBM Garage
Holly Cummins
 
Cloud native enterprise
VMware Tanzu Korea
 
Agile Secure Cloud Application Development Management
Adam Getchell
 
Hewlett Packard Entreprise | Stormrunner load | Game Changer
Jeffrey Nunn
 
Enterprise DevOps: Scaling Build, Deploy, Test, Release
IBM UrbanCode Products
 
The Muda, Mura and Muri of DevOps
Sanjeev Sharma
 
Cloud Migration: Azure acceleration with CAST Highlight
CAST
 
Driving Enterprise Architecture Redesign: Cloud-Native Platforms, APIs, and D...
Chris Haddad
 
My code, my environment, and yes, my data
Sanjeev Sharma
 
Removing Barriers Between Dev and Ops
cornelia davis
 
Lo Scenario Cloud-Native (Pivotal Cloud-Native Workshop: Milan)
VMware Tanzu
 
Webinar: Automating the Creation and Use of Virtual Testing Environments
Skytap Cloud
 
Case Study: How The Home Depot Built Quality Into Software Development
CA Technologies
 
VMworld 2013: Moving Enterprise Application Dev/Test to VMware’s Internal Pri...
VMworld
 
Devops: Who Does What? - Devops Enterprise Summit 2016
cornelia davis
 
Ad

Viewers also liked (18)

PPTX
DevopsBusinessCaseTemplate
Peter Lamar
 
PDF
Bluemix DevOps Meetup
Kyle Brown
 
PDF
Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...
Roger Snook
 
PDF
DevOps for the Mobile Enterprise: Test and Deploy
Rosalind Radcliffe
 
PDF
KPI's are your best friend - Slides
itSMF Belgium
 
PDF
Data-Drive DevOps: Mining Machine Data for "Metrics that Matter"
Splunk
 
PDF
Design Thinking, Agile, DevOps - fuel the innovation delivery
Yi Xu
 
PDF
CDO - Chief Data Officer Momentum and Trends
Jeffrey T. Pollock
 
PDF
Microservices in Practice
Kasun Indrasiri
 
PDF
DevOps and the Case for ROI to Executives
IBM UrbanCode Products
 
PPTX
Road to DevOps ROI
Cloudmunch
 
PDF
Best Practices for API Management
WSO2
 
PDF
Cloud Foundry Technical Overview
cornelia davis
 
PDF
Building Enterprise Product - For Moving Targets of Customer Needs and Outcomes
Murali Erraguntala
 
PDF
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
PDF
ng-owasp: OWASP Top 10 for AngularJS Applications
Kevin Hakanson
 
PDF
Value stream mapping for non manufacturing environments
Association for Manufacturing Excellence
 
PDF
Architecting an Enterprise API Management Strategy
WSO2
 
DevopsBusinessCaseTemplate
Peter Lamar
 
Bluemix DevOps Meetup
Kyle Brown
 
Mobile DevOps: Rapid Response to Feedback and continuous delivery in a mobile...
Roger Snook
 
DevOps for the Mobile Enterprise: Test and Deploy
Rosalind Radcliffe
 
KPI's are your best friend - Slides
itSMF Belgium
 
Data-Drive DevOps: Mining Machine Data for "Metrics that Matter"
Splunk
 
Design Thinking, Agile, DevOps - fuel the innovation delivery
Yi Xu
 
CDO - Chief Data Officer Momentum and Trends
Jeffrey T. Pollock
 
Microservices in Practice
Kasun Indrasiri
 
DevOps and the Case for ROI to Executives
IBM UrbanCode Products
 
Road to DevOps ROI
Cloudmunch
 
Best Practices for API Management
WSO2
 
Cloud Foundry Technical Overview
cornelia davis
 
Building Enterprise Product - For Moving Targets of Customer Needs and Outcomes
Murali Erraguntala
 
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
ng-owasp: OWASP Top 10 for AngularJS Applications
Kevin Hakanson
 
Value stream mapping for non manufacturing environments
Association for Manufacturing Excellence
 
Architecting an Enterprise API Management Strategy
WSO2
 
Ad

Similar to Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher (20)

PDF
Miniature Guide to Operational Features - EdinDevOps - SkeltonThatcher
Skelton Thatcher Consulting Ltd
 
PDF
How to address operational aspects effectively with Agile practices - Matthew...
Skelton Thatcher Consulting Ltd
 
PDF
Insights: the definitive talk - William Leese
Bol.com Techlab
 
PDF
Productionizing Machine Learning with a Microservices Architecture
Databricks
 
PPTX
Configuration Management at Deutsche Bahn
Neo4j
 
PPTX
Serverless on OpenStack with Docker Swarm, Mistral, and StackStorm
Dmitri Zimine
 
PDF
Big Data Expo 2015 - Anchormen Enter the Lambda-architecture
BigDataExpo
 
PDF
Using SLOs for Continuous Performance Optimizations of Your k8s Workloads
ScyllaDB
 
PDF
Dances with bits - industrial data analytics made easy!
Julian Feinauer
 
PDF
Serverless in production, an experience report (codemotion milan)
Yan Cui
 
PDF
Yan Cui - Serverless in production, an experience report - Codemotion Milan 2017
Codemotion
 
PDF
Monitoring Large-Scale Apache Spark Clusters at Databricks
Anyscale
 
PDF
Serverless in production, an experience report (London DevOps)
Yan Cui
 
PDF
How to Productionize Your Machine Learning Models Using Apache Spark MLlib 2....
Databricks
 
PDF
From Traction to Production Maturing your LLMOps step by step
Maxim Salnikov
 
PPTX
Operating Kafka on AutoPilot mode @ DBS Bank (Arpit Dubey, DBS Bank) Kafka Su...
confluent
 
PPT
Code Quality - Security
sedukull
 
PDF
Serverless in production, an experience report (linuxing in london)
Yan Cui
 
PPTX
Sonar Review
Kate Semizhon
 
PPTX
Jenkins Online Meetup - Automated SLI based Build Validation with Keptn
Andreas Grabner
 
Miniature Guide to Operational Features - EdinDevOps - SkeltonThatcher
Skelton Thatcher Consulting Ltd
 
How to address operational aspects effectively with Agile practices - Matthew...
Skelton Thatcher Consulting Ltd
 
Insights: the definitive talk - William Leese
Bol.com Techlab
 
Productionizing Machine Learning with a Microservices Architecture
Databricks
 
Configuration Management at Deutsche Bahn
Neo4j
 
Serverless on OpenStack with Docker Swarm, Mistral, and StackStorm
Dmitri Zimine
 
Big Data Expo 2015 - Anchormen Enter the Lambda-architecture
BigDataExpo
 
Using SLOs for Continuous Performance Optimizations of Your k8s Workloads
ScyllaDB
 
Dances with bits - industrial data analytics made easy!
Julian Feinauer
 
Serverless in production, an experience report (codemotion milan)
Yan Cui
 
Yan Cui - Serverless in production, an experience report - Codemotion Milan 2017
Codemotion
 
Monitoring Large-Scale Apache Spark Clusters at Databricks
Anyscale
 
Serverless in production, an experience report (London DevOps)
Yan Cui
 
How to Productionize Your Machine Learning Models Using Apache Spark MLlib 2....
Databricks
 
From Traction to Production Maturing your LLMOps step by step
Maxim Salnikov
 
Operating Kafka on AutoPilot mode @ DBS Bank (Arpit Dubey, DBS Bank) Kafka Su...
confluent
 
Code Quality - Security
sedukull
 
Serverless in production, an experience report (linuxing in london)
Yan Cui
 
Sonar Review
Kate Semizhon
 
Jenkins Online Meetup - Automated SLI based Build Validation with Keptn
Andreas Grabner
 

More from Skelton Thatcher Consulting Ltd (20)

PDF
Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Skelton Thatcher Consulting Ltd
 
PDF
Practical operability techniques for distributed systems - Velocity EU 2017
Skelton Thatcher Consulting Ltd
 
PDF
Practical operability techniques for teams - IPEXPO 2017
Skelton Thatcher Consulting Ltd
 
PDF
Practical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Skelton Thatcher Consulting Ltd
 
PDF
Teams and monoliths - Matthew Skelton - London DevOps June 2017
Skelton Thatcher Consulting Ltd
 
PDF
How and why to design your teams for modern software - JAX DevOps - April 2017
Skelton Thatcher Consulting Ltd
 
PDF
How and why to design your teams for modern software systems - Agile in Leeds...
Skelton Thatcher Consulting Ltd
 
PDF
Using Rancher for highly available deployment services with GoCD and TeamCity
Skelton Thatcher Consulting Ltd
 
PDF
How and why to design your Teams for modern Software Systems - Matthew Skelto...
Skelton Thatcher Consulting Ltd
 
PDF
Teams and monoliths - Matthew Skelton - Velocity EU 2016
Skelton Thatcher Consulting Ltd
 
PDF
Teams and monoliths - Matthew Skelton - Agile in the City Bristol 2016
Skelton Thatcher Consulting Ltd
 
PDF
Teams and monoliths - Matthew Skelton - LondonCD 2016
Skelton Thatcher Consulting Ltd
 
PDF
Continuous Delivery Anti-patterns from the wild - Matthew Skelton- IPEXPO Europe
Skelton Thatcher Consulting Ltd
 
PDF
Continuous Delivery antipatterns from the wild - Matthew Skelton - IPEXPO Man...
Skelton Thatcher Consulting Ltd
 
PDF
Continuous Delivery antipatterns from the wild - Matthew Skelton - Continuous...
Skelton Thatcher Consulting Ltd
 
PDF
Why and how to test logging - DevOps Showcase North - Feb 2016 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
PDF
How to bridge the Dev-DBA chasm - AgileYorkshire - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
PDF
Long live the DevOps team - LeedsDevOps - 2015-10-22 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
PDF
Un-broken Logging - TechnologyUG - Leeds - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
PDF
Un-broken Logging - Operability.io 2015 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
Practical operability techniques for teams - Matthew Skelton - Agile in the C...
Skelton Thatcher Consulting Ltd
 
Practical operability techniques for distributed systems - Velocity EU 2017
Skelton Thatcher Consulting Ltd
 
Practical operability techniques for teams - IPEXPO 2017
Skelton Thatcher Consulting Ltd
 
Practical operability techniques for teams - webinar - Skelton Thatcher & Unicom
Skelton Thatcher Consulting Ltd
 
Teams and monoliths - Matthew Skelton - London DevOps June 2017
Skelton Thatcher Consulting Ltd
 
How and why to design your teams for modern software - JAX DevOps - April 2017
Skelton Thatcher Consulting Ltd
 
How and why to design your teams for modern software systems - Agile in Leeds...
Skelton Thatcher Consulting Ltd
 
Using Rancher for highly available deployment services with GoCD and TeamCity
Skelton Thatcher Consulting Ltd
 
How and why to design your Teams for modern Software Systems - Matthew Skelto...
Skelton Thatcher Consulting Ltd
 
Teams and monoliths - Matthew Skelton - Velocity EU 2016
Skelton Thatcher Consulting Ltd
 
Teams and monoliths - Matthew Skelton - Agile in the City Bristol 2016
Skelton Thatcher Consulting Ltd
 
Teams and monoliths - Matthew Skelton - LondonCD 2016
Skelton Thatcher Consulting Ltd
 
Continuous Delivery Anti-patterns from the wild - Matthew Skelton- IPEXPO Europe
Skelton Thatcher Consulting Ltd
 
Continuous Delivery antipatterns from the wild - Matthew Skelton - IPEXPO Man...
Skelton Thatcher Consulting Ltd
 
Continuous Delivery antipatterns from the wild - Matthew Skelton - Continuous...
Skelton Thatcher Consulting Ltd
 
Why and how to test logging - DevOps Showcase North - Feb 2016 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
How to bridge the Dev-DBA chasm - AgileYorkshire - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
Long live the DevOps team - LeedsDevOps - 2015-10-22 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
Un-broken Logging - TechnologyUG - Leeds - Matthew Skelton
Skelton Thatcher Consulting Ltd
 
Un-broken Logging - Operability.io 2015 - Matthew Skelton
Skelton Thatcher Consulting Ltd
 

Recently uploaded (20)

PDF
Immersive experiences: what Pharo users do!
ESUG
 
PDF
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
PPT
Activate_Methodology_Summary presentatio
annapureddyn
 
PDF
Protecting the Digital World Cyber Securit
dnthakkar16
 
PDF
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
PDF
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
PPTX
Presentation about variables and constant.pptx
kr2589474
 
PPT
Why Reliable Server Maintenance Service in New York is Crucial for Your Business
Sam Vohra
 
PDF
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
PPTX
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
PDF
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
PDF
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
PDF
10 posting ideas for community engagement with AI prompts
Pankaj Taneja
 
PPTX
slidesgo-unlocking-the-code-the-dynamic-dance-of-variables-and-constants-2024...
kr2589474
 
PDF
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
PPTX
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
PPTX
Presentation about Database and Database Administrator
abhishekchauhan86963
 
PDF
lesson-2-rules-of-netiquette.pdf.bshhsjdj
jasmenrojas249
 
PPTX
Presentation about variables and constant.pptx
safalsingh810
 
PDF
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 
Immersive experiences: what Pharo users do!
ESUG
 
An Experience-Based Look at AI Lead Generation Pricing, Features & B2B Results
Thomas albart
 
Activate_Methodology_Summary presentatio
annapureddyn
 
Protecting the Digital World Cyber Securit
dnthakkar16
 
Summary Of Odoo 18.1 to 18.4 : The Way For Odoo 19
CandidRoot Solutions Private Limited
 
49784907924775488180_LRN2959_Data_Pump_23ai.pdf
Abilash868456
 
Presentation about variables and constant.pptx
kr2589474
 
Why Reliable Server Maintenance Service in New York is Crucial for Your Business
Sam Vohra
 
Applitools Platform Pulse: What's New and What's Coming - July 2025
Applitools
 
Maximizing Revenue with Marketo Measure: A Deep Dive into Multi-Touch Attribu...
bbedford2
 
Using licensed Data Loss Prevention (DLP) as a strategic proactive data secur...
Q-Advise
 
Balancing Resource Capacity and Workloads with OnePlan – Avoid Overloading Te...
OnePlan Solutions
 
10 posting ideas for community engagement with AI prompts
Pankaj Taneja
 
slidesgo-unlocking-the-code-the-dynamic-dance-of-variables-and-constants-2024...
kr2589474
 
Key Features to Look for in Arizona App Development Services
Net-Craft.com
 
Can You Build Dashboards Using Open Source Visualization Tool.pptx
Varsha Nayak
 
Presentation about Database and Database Administrator
abhishekchauhan86963
 
lesson-2-rules-of-netiquette.pdf.bshhsjdj
jasmenrojas249
 
Presentation about variables and constant.pptx
safalsingh810
 
MiniTool Power Data Recovery Crack New Pre Activated Version Latest 2025
imang66g
 

Demystifying Operational Features for Product Owners - AgileCam - SkeltonThatcher