SlideShare a Scribd company logo
1 of 32
Download to read offline
GraphAware®
Lean Dependency Management
Luanne Misquitta, Principal Consultant @ GraphAware
graphaware.com
@graph_aware, @luannem
Reduce Project Delivery Chaos with Graphs
‣ Lean Principles
‣ Waste in Software Projects
‣ Tabular View
‣ Model dependencies as a graph
‣ Insights into the state of the project
‣ Taking it further
Outline
GraphAware®
‣ Dependencies are everywhere
‣ Supply chain
‣ Business processes
‣ Inventory
‣ Education
‣ Government processes and workflow
‣ Dependencies are a part of life
‣ But they can be streamlined and improved
Dependencies
GraphAware®
‣ Lean principles are derived from the Japanese manufacturing industry
‣ Systematic waste minimisation without sacrificing productivity
‣ Takes into account waste created by overburden and waste through
unevenness in workloads
‣ As waste is eliminated, quality improves while production time and cost are
reduced
‣ The Toyota Way focuses on improving the flow of work
Lean Principles
GraphAware®
3 M’s of waste
GraphAware®
Muda
Activity or process that
does not add value
A physical waste of
time, resources and
money
Waiting, over-
production, defects

Mura
The waste of
unevenness or
inconsistency
Mura drives Muda
Failure to smooth puts
unfair demands on
processes and people
Muri
The waste of
overburden
Unnecessary stress to
people and process
Indirect costs
Waste in IT
GraphAware®
Waste
Defects


Over production



Motion (excess)




People
Example
Cowboy style system or
application changes
Unnecessary delivery of
low value features


Firefighting repetitively



Spent time on mundane
tasks instead of
innovation
Business Outcome
Poor service, increased
costs
Business & IT
misalignment, increased
maintenance
Increased cost and
energy expended, loss of
productivity
Talent loss, low
engagement
Lean philosophy regards
everything not adding value to the
customer as waste.
GraphAware®
‣ Building the wrong feature
‣ Backlog mismanagement
‣ Rework
‣ Unnecessarily complex solutions
‣ Waiting / multitasking
‣ Rapid switching of people between tasks
‣ Process overhead and management activities
Common wastes
GraphAware®
Tabular Views
GraphAware®
‣ Scrum, an agile method, has it’s roots in lean thinking
‣ An understanding of dependencies is very important in larger formats such as
scrum of scrums or long term software delivery programs
‣ A list based approach does not expose underlying connections between
tasks
‣ The time to compose dependency chains in a tabular form does not allow
for JIT decision taking
‣ Frequent changes on the ground render previous decisions invalid, and
cause waste by re-planning and re-predicting
Tabular Views
GraphAware®
‣ Knowledge is connected information, revealing patterns
‣ Use the power of the graph to derive actionable insights
Value in Relationships
GraphAware®
http://effectivelearninginstructionaldesign.com/blog/idt/learning-from-information-to-knowledge/
Graphy Dependencies
GraphAware®
‣ Built around the Neo4j native graph database
‣ Intuitive, flexible models of networks of related data
‣ Nodes represent entities and they are connected to each other via
relationships
‣ Query the graph with Cypher- a declarative graph query language
‣ Visualise results for link analysis or dependency inspection
Neo4j Graph Platform
GraphAware®
Model as a graph
GraphAware®
Task
Task
Task
D
EP
EN
D
S
_O
N
PART_OF
.
Find dependency chains with at least one task
open
GraphAware®
Path finding with Cypher
GraphAware®
The length or complexity of the
chain has no strong correlation
with business value.
GraphAware®
D
EPEN
D
S_O
N
GraphAware®
Task
value=3
Task
value=8
Task
value=8
D
EP
EN
D
S
_O
N
PART_OF
.
Task
value=2
PART_OF.
Task
value=2
Task
value=2
Task
value=1
DEPENDS_ON
DEPENDS_ON
High business value!
Low business value!
Capture what matters
Reduce Muda
GraphAware®
GraphAware®
Task
Task
Task
DEPENDS_ON
Component Component
DEPENDS_ON
Task
PART_OF
BELONGS_TO
RELATES_TO
Task
DEPENDS_ON
BELONGS_TO
Task
BELONGS_TO
Extend the model - evaluate impact
GraphAware®
Task
Task
Task
[value=3]
DEPENDS_ON
Component Component
DEPENDS_ON
Task
PART_OF
BELONGS_TO
RELATES_TO
Task
DEPENDS_ON
BELONGS_TO
Task
BELONGS_TO
Introducing a change late in the
cycle
GraphAware®
Task
Task
Task
[value=3]
DEPENDS_ON
Component Component
DEPENDS_ON
Task
PART_OF
BELONGS_TO
RELATES_TO
Task
DEPENDS_ON
BELONGS_TO
Task
BELONGS_TO
Potentially impacts dependent
tasks
…and areas
GraphAware®
Task
Task
Task
[value=3]
DEPENDS_ON
Component Component
DEPENDS_ON
Task
PART_OF
BELONGS_TO
RELATES_TO
Task
DEPENDS_ON
BELONGS_TO
Task
BELONGS_TO
GraphAware®
Task
[Done]Task
[Done]
Task
[value=3]
DEPENDS_ON
Component Component
DEPENDS_ON
Task
PART_OF
BELONGS_TO
RELATES_TO
Task
[Done]
DEPENDS_ON
BELONGS_TO
Task
BELONGS_TO
…especially when work is complete
‣ Over time, defects are raised across various releases
‣ New features are to be built
‣ In many cases, waste is generated by prioritising new, lower value features
over refactoring to address technical debt
Extending the model- prioritisation
GraphAware®
Task
Task
[value=10]
Task
PART_OF
Task
PA
R
T_O
F
Defects, risks and muri
GraphAware®
DEPEN
DS_O
N
Component
Component
BELONGS_TO
BELONGS_TO
Task
Task
[value=10]
Task
PART_OF
Task
PA
R
T_O
F
New tasks with low value
GraphAware®
Component
Component
Task
[value=4]
Task
[value=2]
BELONGS_TO
BELONGS_TO
BELONGS_TO
BELONGS_TO
DEPEN
DS_O
N
Task
Task
[value=10]
Task
PART_OF
Task
PA
R
T_O
F
Defects are found
GraphAware®
DEPEN
DS_O
N
Bug
Component
Bug
Component
Release
Release
Bug
Bug
Release
Task
[value=4]
Task
[value=2]
FOUND_IN
HAS_DEFECT
HAS_DEFECT
H
AS_DEFEC
T
FO
UN
D_IN
FO
UN
D_IN
BELONGS_TO
BELONGS_TO
BELONGS_TO
HAS_DEFECT
BELONGS_TO
Task
Task
[value=10]
Task
PART_OF
Task
PA
R
T_O
F
GraphAware®
DEPEN
DS_O
N
Bug
Component
Bug
Component
Release
Release
Bug
Bug
Release
Task
[value=4]
Task
[value=2]
FOUND_IN
HAS_DEFECT
HAS_DEFECT
H
AS_DEFEC
T
FO
UN
D_IN
FO
UN
D_IN
BELONGS_TO
BELONGS_TO
BELONGS_TO
HAS_DEFECT
BELONGS_TO
Reduce waste
Task
Task
[value=10]
Task
PART_OF
Task
PA
R
T_O
F
DEPEN
DS_O
N
Bug
Component
Bug
Component
Release
Release
Bug
Bug
Release
Task
[value=4]
Task
[value=2]
FOUND_IN
HAS_DEFECT
HAS_DEFECT
H
AS_DEFEC
T
FO
UN
D_IN
FO
UN
D_IN
BELONGS_TO
BELONGS_TO
BELONGS_TO
HAS_DEFECT
BELONGS_TO
GraphAware®
Address firefighting and rework
‣ Model people, teams, skills and experience
‣ Analyse task distribution and skill fit- squad style organisation
‣ Impact analysis - delays and risks
‣ Detect recurring patterns
‣ Improve efficiency and reduce waste in processes
‣ Other applications in government, supply chain management and inventory
control
Taking it further
GraphAware®
graphaware.com

@graph_aware

More Related Content

What's hot

Aph, abruptio placenta
Aph, abruptio placentaAph, abruptio placenta
Aph, abruptio placentaDr anil kumar
 
Scrum Training Course
Scrum Training CourseScrum Training Course
Scrum Training CourseAstro Tech
 
PROJE SÜREÇ YÖNETİMİ
PROJE SÜREÇ YÖNETİMİPROJE SÜREÇ YÖNETİMİ
PROJE SÜREÇ YÖNETİMİturkates
 
Agile Program Management
Agile Program ManagementAgile Program Management
Agile Program ManagementJohanna Rothman
 
Gerenciamento das comunicações - PMBOK
Gerenciamento das comunicações - PMBOKGerenciamento das comunicações - PMBOK
Gerenciamento das comunicações - PMBOKMárcia Barros
 
Scrum workshop demo
Scrum workshop demoScrum workshop demo
Scrum workshop demokhorramirad
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Muhammad Ahmed
 

What's hot (8)

Aph, abruptio placenta
Aph, abruptio placentaAph, abruptio placenta
Aph, abruptio placenta
 
Scrum Training Course
Scrum Training CourseScrum Training Course
Scrum Training Course
 
PROJE SÜREÇ YÖNETİMİ
PROJE SÜREÇ YÖNETİMİPROJE SÜREÇ YÖNETİMİ
PROJE SÜREÇ YÖNETİMİ
 
Agile Program Management
Agile Program ManagementAgile Program Management
Agile Program Management
 
Gerenciamento das comunicações - PMBOK
Gerenciamento das comunicações - PMBOKGerenciamento das comunicações - PMBOK
Gerenciamento das comunicações - PMBOK
 
Scrum workshop demo
Scrum workshop demoScrum workshop demo
Scrum workshop demo
 
Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)Software Development Process Models (SCRUM Methodology)
Software Development Process Models (SCRUM Methodology)
 
hyperemesis gravidarum
hyperemesis gravidarumhyperemesis gravidarum
hyperemesis gravidarum
 

Similar to Reduce Project Delivery Chaos with Graphs

SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP Ecosystem
SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP EcosystemSAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP Ecosystem
SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP EcosystemSAP Cloud Platform
 
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...Craeg Strong
 
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for Results
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for ResultsSAP® S&OP powered by SAP HANA®: Practical Steps to Launch for Results
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for ResultsPlan4Demand
 
Transition_Roadmap__Overview_23Q1.pdf
Transition_Roadmap__Overview_23Q1.pdfTransition_Roadmap__Overview_23Q1.pdf
Transition_Roadmap__Overview_23Q1.pdfSrinivasan N
 
SAP Process Mining in Action: Hear from Two Customers
SAP Process Mining in Action: Hear from Two CustomersSAP Process Mining in Action: Hear from Two Customers
SAP Process Mining in Action: Hear from Two CustomersCelonis
 
Blueprint Leave Behind
Blueprint Leave Behind Blueprint Leave Behind
Blueprint Leave Behind Darin Walker
 
DCMA 14 Point Assessment by Karim Ragab.pdf
DCMA 14 Point Assessment by Karim Ragab.pdfDCMA 14 Point Assessment by Karim Ragab.pdf
DCMA 14 Point Assessment by Karim Ragab.pdfKarim Ragab
 
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge Graphs
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge GraphsConnect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge Graphs
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge GraphsNeo4j
 
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...SAP Cloud Platform
 
The Value of a Standard Schedule Quality Index
The Value of a Standard Schedule Quality IndexThe Value of a Standard Schedule Quality Index
The Value of a Standard Schedule Quality IndexAcumen
 
IBP - Inventory Optimization Slides.pdf
IBP - Inventory Optimization Slides.pdfIBP - Inventory Optimization Slides.pdf
IBP - Inventory Optimization Slides.pdfMamtaShekhawat7
 
Delivering Real-Time Business Value for Engineering, Construction, and Operat...
Delivering Real-Time Business Value for Engineering, Construction, and Operat...Delivering Real-Time Business Value for Engineering, Construction, and Operat...
Delivering Real-Time Business Value for Engineering, Construction, and Operat...SAP Technology
 
module-1-introduction-on-lean-six-sigma.pdf
module-1-introduction-on-lean-six-sigma.pdfmodule-1-introduction-on-lean-six-sigma.pdf
module-1-introduction-on-lean-six-sigma.pdfipdadesigns
 
Webinar - Accelerate State of DevOps report 2018
Webinar - Accelerate State of DevOps report 2018Webinar - Accelerate State of DevOps report 2018
Webinar - Accelerate State of DevOps report 2018Delta-N
 
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessKnowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessEnterprise Knowledge
 
Portfolio & Roadmap: 2 tools to scale Agile
Portfolio & Roadmap: 2 tools to scale AgilePortfolio & Roadmap: 2 tools to scale Agile
Portfolio & Roadmap: 2 tools to scale AgileDashlane
 
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...SAP Ariba
 

Similar to Reduce Project Delivery Chaos with Graphs (20)

SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP Ecosystem
SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP EcosystemSAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP Ecosystem
SAP TechEd 2019 CAA217 – Efficient Continuous Delivery in the SAP Ecosystem
 
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
20220216 Lean In Government Conference Harrisburg PA Agile Tool Clash of the ...
 
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for Results
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for ResultsSAP® S&OP powered by SAP HANA®: Practical Steps to Launch for Results
SAP® S&OP powered by SAP HANA®: Practical Steps to Launch for Results
 
Transition_Roadmap__Overview_23Q1.pdf
Transition_Roadmap__Overview_23Q1.pdfTransition_Roadmap__Overview_23Q1.pdf
Transition_Roadmap__Overview_23Q1.pdf
 
SAP Process Mining in Action: Hear from Two Customers
SAP Process Mining in Action: Hear from Two CustomersSAP Process Mining in Action: Hear from Two Customers
SAP Process Mining in Action: Hear from Two Customers
 
Blueprint Leave Behind
Blueprint Leave Behind Blueprint Leave Behind
Blueprint Leave Behind
 
DCMA 14 Point Assessment by Karim Ragab.pdf
DCMA 14 Point Assessment by Karim Ragab.pdfDCMA 14 Point Assessment by Karim Ragab.pdf
DCMA 14 Point Assessment by Karim Ragab.pdf
 
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge Graphs
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge GraphsConnect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge Graphs
Connect, Enrich, Evolve: Convert Unstructured Data Silos to Knowledge Graphs
 
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
Overview and Walkthrough of the Application Programming Model with SAP Cloud ...
 
Michigan Agile Presentation
Michigan Agile PresentationMichigan Agile Presentation
Michigan Agile Presentation
 
The Value of a Standard Schedule Quality Index
The Value of a Standard Schedule Quality IndexThe Value of a Standard Schedule Quality Index
The Value of a Standard Schedule Quality Index
 
HM 418 2e hcpm05 (1)
HM 418 2e hcpm05 (1)HM 418 2e hcpm05 (1)
HM 418 2e hcpm05 (1)
 
IBP - Inventory Optimization Slides.pdf
IBP - Inventory Optimization Slides.pdfIBP - Inventory Optimization Slides.pdf
IBP - Inventory Optimization Slides.pdf
 
Delivering Real-Time Business Value for Engineering, Construction, and Operat...
Delivering Real-Time Business Value for Engineering, Construction, and Operat...Delivering Real-Time Business Value for Engineering, Construction, and Operat...
Delivering Real-Time Business Value for Engineering, Construction, and Operat...
 
module-1-introduction-on-lean-six-sigma.pdf
module-1-introduction-on-lean-six-sigma.pdfmodule-1-introduction-on-lean-six-sigma.pdf
module-1-introduction-on-lean-six-sigma.pdf
 
Webinar - Accelerate State of DevOps report 2018
Webinar - Accelerate State of DevOps report 2018Webinar - Accelerate State of DevOps report 2018
Webinar - Accelerate State of DevOps report 2018
 
4HANA Cloud.pdf
4HANA Cloud.pdf4HANA Cloud.pdf
4HANA Cloud.pdf
 
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are PricelessKnowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
Knowledge Graphs are Worthless, Knowledge Graph Use Cases are Priceless
 
Portfolio & Roadmap: 2 tools to scale Agile
Portfolio & Roadmap: 2 tools to scale AgilePortfolio & Roadmap: 2 tools to scale Agile
Portfolio & Roadmap: 2 tools to scale Agile
 
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...
Transform Your Supplier Enablement Program Globally: Tips from E-Commerce Lea...
 

Recently uploaded

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 

Recently uploaded (20)

Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 

Reduce Project Delivery Chaos with Graphs