SlideShare ist ein Scribd-Unternehmen logo
1 von 95
Downloaden Sie, um offline zu lesen
IT Metrics in Real Life
IMPROVING YOURSELF BY MEASURING RIGHT
Hello!
I AM FABIO CICERCHIA
Chief Technology Officer @ Skuola.net
You can find me at: @fabiocicerchia
Let’s Clarify ‘em First
What’s a Metric?
Metrics are parameters or measures of quantitative assessment used
for measurement, comparison, or to track performance or production.
https://www.investopedia.com/terms/m/metrics.asp
Are they useful?
● Provide Transparency
● Highlight Improvements, Regressions or Mistakes
● Lead to Self Improvement
● Drive Decisions
● Reduce Costs
● Allow you to be Objective
What’s a KPI?
A KPI is a measurable value that demonstrates how effectively a
company is achieving key business objectives.
Organisations use KPIs at multiple levels to track performance measures.
https://www.klipfolio.com/resources/articles/what-is-a-key-performance-indicator
Are they useful?
● I’ll leave it to you
Recommendation #1
Measure what matters while it matters
https://www.oreilly.com/ideas/ask-the-cto-measuring-team-performance
Recommendation #2
The focus should be on the goal not the metric
Recommendation #3
Don't use raw metrics as performance evaluation
An Example By The Book
McCalls’ Software Quality Factors
https://www.researchgate.net/profile/Caroline_Jay/publication/264239621/figure/fig1/AS:614318999625766@1523476471560/McCalls-Software-Quality-Factors.png
- Auditability – The ease with which conformance to standards can be checked.
- Accuracy – The precision of computation and control.
- Communication Commonality – The degree to which standard interfaces, protocols and bandwidth
are used.
- Completeness – The degree to which full implementation of required function has been achieved.
- Complexity – The degree to which the program is complex.
- Conciseness – The compactness of the program in terms of lines of codes.
- Consistency – The use of uniform design and documentation technique throughout the software
development project.
- Data Commonality – The use of standard data structures and types throughout the program.
McCalls’ Software Quality Factors
http://education.dewsoftoverseas.com/QE/QUickReference/Software%20Enginering/2.6.asp
- Error Tolerance – The damage that occurs when the program encounters an error
- Execution Efficiency – The run time performance of a program.
- Expandability – The degree to which architectural, data or procedural data can be extended.
- Generality – The breadth of potential application of program components.
- Hardware Independence – The degree to which the software is decoupled from the hardware on
which it operates.
- Instrumentation – The degree to which the program monitors it’s own operation and identifies
errors that do occur.
- Modularity – The functional independence of program components.
McCalls’ Software Quality Factors (cont’d)
http://education.dewsoftoverseas.com/QE/QUickReference/Software%20Enginering/2.6.asp
McCalls’ Software Quality Factors (cont’d)
- Operability – The ease of operation of a program.
- Security – The availability of mechanisms that control or protect programs and data.
- Self-Documentation – The degree to which the source code provides meaningful documentation.
- Simplicity – The degree to which a program can be understood without difficulty.
- Software System Independence – The degree to which the program is independent of nonstandard
programming language features, operating system characteristics, and other environmental
constraints.
- Traceability – The ability to trace a design representation or actual program component back to
requirements.
- Training – The degree to which the software assists in enabling new users to apply the system.
http://education.dewsoftoverseas.com/QE/QUickReference/Software%20Enginering/2.6.asp
Metrics by Perspectives
Dev’s Perspective
LOC
- Lines Of Code
- Commented Lines
- Logic Lines
- New Lines vs Deleted Lines
- Impact (new block vs lots of small changes)
- Bugs Rate
Commit Rate
Cyclomatic Complexity
https://www.researchgate.net/profile/Vladimir_Riabov/publication/260038796/figure/fig2/AS:297180960182275@1447864870689/Three-methods-of-evaluating-the-cyclomatic-complexity-of-the-graph.png
C.R.A.P Index (Change Risk Analysis and Prediction)
https://i.stack.imgur.com/x3XAY.png
Code Duplication %
https://i.pinimg.com/originals/8a/39/28/8a3928c74f0e472624a48b741f8a21bc.png
Code Coverage %
https://i2.wp.com/blog.mallow-tech.com/wp-content/uploads/2018/05/code_coverage_example.png
Broken Tests %
- Marked as Incomplete
- Marked as Skipped
- Risky
- Warnings
% New Tests
- Per Sprint
- Per Project
Coding Style Violations
https://www.integer-net.com/wp-content/uploads/sites/3/2018/07/grumphp_no.png
SonarQube Scores
Technical Debt
https://blog.insight.symfony.com/img/screenshots/technical_debt_php.png
# 3rd Party Vendors
http://knowledge.wharton.upenn.edu/wp-content/uploads/2016/12/legos.jpg
TTFC (Time To First Commit)
● How well-organised is the code base?
● How supportive is the team?
● How much confidence do we have in our tests?
● How mature is the CI pipeline?
● How is the dev environment?
# Pending PR
Cache Hit Ratio
https://support.stackpath.com/hc/article_attachments/360002767066/Cache_Hit_Ratio.PNG
DevOp’s Perspective
Broken Builds
https://d3r49iyjzglexf.cloudfront.net/blog/content/insights-1.0-large@2x-f9d4748edfb82ee810b499a39e0671bda4c9e99b849bde044e4ccdee2c5b8e08.gif
Build Time
https://www.automatetheplanet.com/wp-content/uploads/2018/04/16-hours-bellatrix-build.png
Deploys of Unreviewed PR
https://media-cdn.tripadvisor.com/media/photo-s/0e/21/22/31/the-three-monkeys-cafe.jpg
Deploys of Partially Fixed PR
https://media-cdn.tripadvisor.com/media/photo-s/0e/21/22/31/the-three-monkeys-cafe.jpg
Deployment Frequency
https://blog.newrelic.com/wp-content/uploads/EOYBlog_Graph_Opt1.jpg
Deployment Time
Change Fail %
- Rollback
- Manual Patches
# Application Errors
https://blog.sentry.io/img/post-images/epsagon/monitored-backend.png
Sysadmin’s Perspective
Uptime
https://www.pingdom.com/wp-content/themes/pingdom-2018/public/assets/images/uptime-monitoring/uptime-specific-still.png
MTTR (Mean Time To Recover)
https://archive.sap.com/image/456241
MTBF (Mean Time Between Failures)
https://archive.sap.com/image/456241
Size Error Logs
https://preview.ibb.co/eaygbH/Capture_d_e_cran_2018_02_08_11_16_54.png
Free Disk Space %
https://i.stack.imgur.com/cRr4H.jpg
Disk I/O
https://haydenjames.io/linux-server-performance-disk-io-slowing-application/
Bandwidth Saturation %
# Infrastructure Alerts
- Disaster
- High
- Average
- All the others
Customer Support’s
Perspective
Unsolved Issues/Tickets
% Returning Problems
https://marketplace-cdn.atlassian.com/files/images/f16e86e7-c5ec-41ae-8c0a-8b0cbec978d4.png
FRT (First Response Time)
https://www.geckoboard.com/assets/1-first-response-time-visualizations-customer-support-metric.png
Defect Escape Rate
https://image.slidesharecdn.com/webcastpresentation-6-140822160616-phpapp01/95/webcast-presentation-accelerate-continuous-delivery-with-development-testing-and-rational-team-concert-6-638.j
pg
Project Manager’s Perspective
Lead Time
https://image.slidesharecdn.com/leanleadershipwebinar-part3of3slides-161029141925/95/lean-leadership-part-3-of-3-30-638.jpg
Process Time
https://image.slidesharecdn.com/leanleadershipwebinar-part3of3slides-161029141925/95/lean-leadership-part-3-of-3-30-638.jpg
Total vs Open
https://www.glostone.com/wp-content/uploads/2016/10/piles-of-paperwork.png
Closed Issues/Tickets
- Per Person
- Per Project
- Per Team
- Per Urgency
WIP Issues/Tickets
- Per Person
- Per Project
- Per Team
- Per Urgency
Estimates Accuracy
https://manifesto.co.uk/wp-content/uploads/2014/08/estimating-in-agile-and-scrum.png
Velocity
http://www.softwaretestingstudio.com/wp-content/uploads/2017/05/Initial-Agile-Velocity.png
Burndown Variance
https://upload.wikimedia.org/wikipedia/commons/0/05/SampleBurndownChart.png
APF (Augmented Pony Factor)
The lowest number of committers whose total contribution
constitutes the majority of the codebase
https://ke4qqq.wordpress.com/2015/02/08/pony-factor-math/
HR’s Perspective
Tech Test Passing Rate
https://i.kinja-img.com/gawker-media/image/upload/s--EWLoqHzx--/c_scale,fl_progressive,q_80,w_800/18kz3r7mcex5bgif.jpg
Team Morale
https://cdn-images-1.medium.com/max/1600/1*3LM47GMbaG9CvSCIHjjPYQ.png
Manager’s Perspective
PSV (Project Schedule Variance)
http://agilenucleus.com/wp-content/uploads/2015/04/evmchart.png
PCV (Project Cost Variance)
http://agilenucleus.com/wp-content/uploads/2015/04/evmchart.png
EV (Earned Value)
https://www.pmi.org/kasimage/f58c4893-c369-409a-acf3-227ce7f0074e/p_2.jpg
Overall Budget
- Infrastructure (Cloud / Bare Metal)
- Equipment (PC, Devices, Dongles, …)
- Software (Licences, …)
- SaaS
- Personnel
- Consulting
- Outsourcing
- Training (Workshops, Conferences, Books, …)
- Recreational (Pastries, Drinks, Snacks, …)
EOL Running Stuff
https://zdnet4.cbsistatic.com/hub/i/2018/10/14/7b07994d-008a-4f9b-82f4-01af045f1646/7f62145966cfb80731a8e9676cd59c13/php-eols.png
https://symfony.com/doc/4.0/_images/release-process.jpg
https://www.dev-metal.com/wp-content/uploads/2014/12/eol-centos.png
New Tech Deployed
- ThoughtWorks Radar
- Zalando Radar
- Codemotion Community Radar (WIP)
Employee Turnover Rate
https://www.officevibe.com/blog/how-to-calculate-employee-turnover
Bus Factor
https://cdn-images-1.medium.com/max/1200/0*A7I4FMXuGkcmJ95A.
How Can You Get The Data?
- Custom Metrics
- APM (Application Performance Monitoring)
- RUM (Real User Monitoring)
Application Telemetry
Internal Tools
- GitHub/GitLab/BitBucket
- Sentry
- SonarQube
- SiteSpeed.io
- StatsD
- Ticket System
- Zabbix/Nagios/Cacti/New Relic/…
- ...
What Else?!
Graphs
Trends
Forecasts
Aggregates
KPIs
Pick the Metrics that have the
Most Sense For You
Now go, and do your homeworks
In-House Tools
Scripting
Excel
InfluxDB & Grafana
ELK
References
● https://blog.usenotion.com/13-essential-software-development-metrics-to-ensure-quality-219cfc264ed1
● https://www.frontrowagile.com/blog/posts/69-30-metrics-for-agile-software-development-teams
● https://ardalis.com/static-code-analysis-and-quality-metrics
● https://github.com/mre/awesome-static-analysis
● https://www.slideshare.net/JerryTan2/metrics-driven-dev-ops-2017
● https://www.slideshare.net/mattiabattiston/kanban-metrics-in-practice-for-leading-continuous-improvement
● https://github.com/chaoss/metrics
● http://shop.oreilly.com/product/0636920020134.do
Thanks!
ANY QUESTIONS?
You can find me here: https://fabiocicerchia.it

Weitere ähnliche Inhalte

Ähnlich wie IT Metrics in Real Life

Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...XebiaLabs
 
Improving software quality for the future of connected vehicles
Improving software quality for the future of connected vehiclesImproving software quality for the future of connected vehicles
Improving software quality for the future of connected vehiclesDevon Bleibtrey
 
A Successful SAST Tool Implementation
A Successful SAST Tool ImplementationA Successful SAST Tool Implementation
A Successful SAST Tool ImplementationCheckmarx
 
IBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOpsIBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOpsSanjeev Sharma
 
Software Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in OrganizationProgrameter
 
How AI is transforming DevOps | Calidad Infotech
How AI is transforming DevOps | Calidad InfotechHow AI is transforming DevOps | Calidad Infotech
How AI is transforming DevOps | Calidad InfotechCalidad Infotech
 
Performance Continuous Integration
Performance Continuous IntegrationPerformance Continuous Integration
Performance Continuous IntegrationAlmudena Vivanco
 
GCP DevOps Training in Hyderabad | Visualpath
GCP DevOps Training in Hyderabad   |   VisualpathGCP DevOps Training in Hyderabad   |   Visualpath
GCP DevOps Training in Hyderabad | VisualpathTalluriRenuka
 
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?Maksym Dovgopolyi, PMP
 
Introduction To Software Concepts Unit 1 & 2
Introduction To Software Concepts Unit 1 & 2Introduction To Software Concepts Unit 1 & 2
Introduction To Software Concepts Unit 1 & 2Raj vardhan
 
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh Pareksh
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh ParekshAgile Mumbai 2023 | DevOps By Design @ Rite - Ritesh Pareksh
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh ParekshAgileNetwork
 
DevSecCon KeyNote London 2015
DevSecCon KeyNote London 2015DevSecCon KeyNote London 2015
DevSecCon KeyNote London 2015Shannon Lietz
 
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporações
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporaçõesLuiz Fernando Testa Contador - Aplicando DevOps em grandes corporações
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporaçõesAgile Trends
 
IT Consultant
IT ConsultantIT Consultant
IT ConsultantM Wahab
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metricsPiyush Sohaney
 
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...Calidad Infotech
 
3Audit Software & Tools.pptx
3Audit Software & Tools.pptx3Audit Software & Tools.pptx
3Audit Software & Tools.pptxjack952975
 

Ähnlich wie IT Metrics in Real Life (20)

Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
 
Improving software quality for the future of connected vehicles
Improving software quality for the future of connected vehiclesImproving software quality for the future of connected vehicles
Improving software quality for the future of connected vehicles
 
A Successful SAST Tool Implementation
A Successful SAST Tool ImplementationA Successful SAST Tool Implementation
A Successful SAST Tool Implementation
 
IBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOpsIBM Innovate - Uderstanding DevOps
IBM Innovate - Uderstanding DevOps
 
Software Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in Organization
 
How AI is transforming DevOps | Calidad Infotech
How AI is transforming DevOps | Calidad InfotechHow AI is transforming DevOps | Calidad Infotech
How AI is transforming DevOps | Calidad Infotech
 
Performance Continuous Integration
Performance Continuous IntegrationPerformance Continuous Integration
Performance Continuous Integration
 
GCP DevOps Training in Hyderabad | Visualpath
GCP DevOps Training in Hyderabad   |   VisualpathGCP DevOps Training in Hyderabad   |   Visualpath
GCP DevOps Training in Hyderabad | Visualpath
 
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?
MuleSoft Meetup #2 in Kyiv, Ukraine - What is special about MuleSoft Catalyst™?
 
Introduction To Software Concepts Unit 1 & 2
Introduction To Software Concepts Unit 1 & 2Introduction To Software Concepts Unit 1 & 2
Introduction To Software Concepts Unit 1 & 2
 
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh Pareksh
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh ParekshAgile Mumbai 2023 | DevOps By Design @ Rite - Ritesh Pareksh
Agile Mumbai 2023 | DevOps By Design @ Rite - Ritesh Pareksh
 
DevSecCon KeyNote London 2015
DevSecCon KeyNote London 2015DevSecCon KeyNote London 2015
DevSecCon KeyNote London 2015
 
DevSecCon Keynote
DevSecCon KeynoteDevSecCon Keynote
DevSecCon Keynote
 
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporações
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporaçõesLuiz Fernando Testa Contador - Aplicando DevOps em grandes corporações
Luiz Fernando Testa Contador - Aplicando DevOps em grandes corporações
 
IT Consultant
IT ConsultantIT Consultant
IT Consultant
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metrics
 
MathumithaGnanasekaran_Resume(1)
MathumithaGnanasekaran_Resume(1)MathumithaGnanasekaran_Resume(1)
MathumithaGnanasekaran_Resume(1)
 
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...
A Comprehensive Step-by-Step Guide for Designing an Agile-Friendly Automation...
 
Agile at scale
Agile at scaleAgile at scale
Agile at scale
 
3Audit Software & Tools.pptx
3Audit Software & Tools.pptx3Audit Software & Tools.pptx
3Audit Software & Tools.pptx
 

Kürzlich hochgeladen

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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
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
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 

Kürzlich hochgeladen (20)

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
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
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
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
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
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 

IT Metrics in Real Life