SlideShare a Scribd company logo
1 of 51
Download to read offline
Taming a beastTaming a beast
AmsterdamPHP April MeetupAmsterdamPHP April Meetup
@MikeChernev@MikeChernev
Addicted to technology
Reads manga
Star Wars fan
Struggles to play the guitar
@MikeChernev@MikeChernev
> whoami> whoami
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
5. Lessons learnt5. Lessons learnt
> whois bol.com> whois bol.com
bol.com ~ 18 years agobol.com ~ 18 years ago
One applicationOne application
One deploymentOne deployment
bol.com ~ 10 years agobol.com ~ 10 years ago
4 weeks
Time
Release cycleRelease cycle
bol.com ~ 5 years agobol.com ~ 5 years ago
4 weeks
Time
Release cycleRelease cycle
bol.com ~ 2 years agobol.com ~ 2 years ago
4 weeks
Time
Release cycleRelease cycle
Stuck in the past
Stuck in the past
bol.com ~ 2 years agobol.com ~ 2 years ago
2 weeks
Time
Release cycleRelease cycle
2 weeks
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
5. Lessons learnt5. Lessons learnt
define: beastdefine: beast
Large monolithLarge monolith
++
Legacy systemLegacy system
++
UnmanageableUnmanageable
==
BeastBeast
Slow release cycleSlow release cycle
= = 
slow progressslow progress
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
5. Lessons learnt5. Lessons learnt
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
5. Lessons learnt5. Lessons learnt
How to tame a beast?How to tame a beast?
Through being able to change it at a fast andThrough being able to change it at a fast and
stable pacestable pace
Continuous DeliveryContinuous Delivery
Continuous Delivery (CD)Continuous Delivery (CD)
“Continuous Delivery is a software development“Continuous Delivery is a software development
discipline where you build software in such a waydiscipline where you build software in such a way
that the software can be released to production atthat the software can be released to production at
any time.”any time.”[1][1]
Martin Fowler
Problems with CDProblems with CD
Problems with CDProblems with CD
"Problems, causes and solutions when adopting"Problems, causes and solutions when adopting
continuous delivery—A systematic literature review."continuous delivery—A systematic literature review."
Laukkanen, Eero, Juha Itkonen, and Casper Lassenius.Laukkanen, Eero, Juha Itkonen, and Casper Lassenius.
Information and Software Technology 82 (2017): 55-79.Information and Software Technology 82 (2017): 55-79. [2][2]
Problems with CDProblems with CD
Build design Complex build, inflexible build
System design System modularization, unsuitable architecture, internal
dependencies, database schema changes
Integration Large commits, merge conflicts, broken build, work blockage,
long-running branches, broken development flow, slow integration
approval
Testing Ambiguous test result, flaky tests, time-consuming testing,
hardware testing, multi-platform testing, UI testing, untestable code,
problematic deployment, complex testing
Release customer data preservation, documentation, feature discovery,
marketing, more deployed bugs, third party integration, users do not
like updates, deployment downtime
Human and
organizational
Lack of discipline, lack of motivation, lack of experience, more
pressure, changing roles, team coordination, organizational
structure
Resource Effort, insufficient hardware resources, network latencies
Problems with CDProblems with CD (for our application) (for our application)
Build design -
System design -
 
Integration Merge conflicts, work blockage, long-running branches
 
Testing Flaky tests, time-consuming testing, problematic deployment
 
Release Feature discovery
 
Human and
organizational
Lack of discipline, lack of motivation, lack of experience
 
Resource -
Flaky Tests, Time-consuming testingFlaky Tests, Time-consuming testing
ProblemProblem
Flaky Tests, Time-consuming testingFlaky Tests, Time-consuming testing
SolutionSolution
Flaky Tests, Time-consuming testingFlaky Tests, Time-consuming testing
ResultResult
Lack of discipline, lack of motivation, lack of experienceLack of discipline, lack of motivation, lack of experience
ProblemProblem
Lack of discipline, lack of motivation, lack of experienceLack of discipline, lack of motivation, lack of experience
SolutionSolution
Lack of discipline, lack of motivation, lack of experienceLack of discipline, lack of motivation, lack of experience
ResultResult
Long running branches, merge conflicts, work blockageLong running branches, merge conflicts, work blockage
ProblemProblem
Long running branches, merge conflicts, work blockageLong running branches, merge conflicts, work blockage
SolutionSolution
Long running branches, merge conflicts, work blockageLong running branches, merge conflicts, work blockage
ResultResult
Feature discovery, team coordination, problematic deploymentsFeature discovery, team coordination, problematic deployments
ProblemProblem
Feature discovery, team coordination, problematic deploymentsFeature discovery, team coordination, problematic deployments
SolutionSolution
Feature discovery, team coordination, problematic deploymentsFeature discovery, team coordination, problematic deployments
ResultResult
Lack of discipline, lack of motivation, lack of experienceLack of discipline, lack of motivation, lack of experience
ProblemProblem
ResultsResults
30 releases instead of 430 releases instead of 4
446 features released446 features released
TTL 4 days vs 1.5 weeksTTL 4 days vs 1.5 weeks
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
4a. A look into the future4a. A look into the future
5. Lessons learnt5. Lessons learnt
What's next?What's next?
“The past is always tense,“The past is always tense,
the future perfect.”the future perfect.”
 Zadie Smith Zadie Smith
What's next?What's next?
"Rapid release       "Rapid release       
at massive scale"at massive scale"[3][3]
[3] [4] [5][4]
Feature togglesFeature toggles
““Feature Toggles       Feature Toggles       
(aka Feature Flags)(aka Feature Flags)””[6][6]
Martin Fowler
AgendaAgenda
1. Perspective1. Perspective
2. define: beast2. define: beast
3. Why not3. Why not slayslay it?it?
4. Taming the beast4. Taming the beast
5. Lessons learnt5. Lessons learnt
Lessons learntLessons learnt
Stable and reliable tests suiteStable and reliable tests suite
Stable and reliable tests suiteStable and reliable tests suite
Proper branching strategyProper branching strategy
Visibility on your pipelineVisibility on your pipeline
Effective way of communicatingEffective way of communicating
TeamTeam
Thank you!Thank you!
Questions?Questions?
ReferencesReferences
[1] https://martinfowler.com/bliki/ContinuousDelivery.html
[2] https://doi.org/10.1016/j.infsof.2016.10.001
[3] https://code.facebook.com/posts/270314900139291/rapid-
release-at-massive-scale
[4] https://blog.launchdarkly.com/toggle-talk-with-josh-wills/
[5] https://blogs.dropbox.com/tech/2017/03/introducing-
stormcrow
[6] https://martinfowler.com/articles/feature-toggles.html

More Related Content

Similar to Taming a beast - AmsterdamPHP April Meetup

No, we can't do continuous delivery
No, we can't do continuous deliveryNo, we can't do continuous delivery
No, we can't do continuous deliveryKris Buytaert
 
An Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAn Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAtlassian
 
DevOps - Boldly Go for Distro
DevOps - Boldly Go for DistroDevOps - Boldly Go for Distro
DevOps - Boldly Go for DistroPaul Boos
 
Agile Patterns and Anti-Patterns
Agile Patterns and Anti-PatternsAgile Patterns and Anti-Patterns
Agile Patterns and Anti-PatternsRichard Cheng
 
10 practices that every developer needs to start right now
10 practices that every developer needs to start right now10 practices that every developer needs to start right now
10 practices that every developer needs to start right nowCaleb Jenkins
 
10 Ways To Improve Your Code( Neal Ford)
10  Ways To  Improve  Your  Code( Neal  Ford)10  Ways To  Improve  Your  Code( Neal  Ford)
10 Ways To Improve Your Code( Neal Ford)guestebde
 
Bridging the Distance through Agile Game Development
Bridging the Distance through Agile Game DevelopmentBridging the Distance through Agile Game Development
Bridging the Distance through Agile Game DevelopmentFinnur Magnusson
 
Taming a beast Codemotion Amsterdam 2018
Taming a beast Codemotion Amsterdam 2018Taming a beast Codemotion Amsterdam 2018
Taming a beast Codemotion Amsterdam 2018Mike Chernev
 
Taming a beast - Bol.com's journey from deploying once a month to more then o...
Taming a beast - Bol.com's journey from deploying once a month to more then o...Taming a beast - Bol.com's journey from deploying once a month to more then o...
Taming a beast - Bol.com's journey from deploying once a month to more then o...Codemotion
 
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...ORAU
 
Test Driven Development on Android (Kotlin Kenya)
Test Driven Development on Android (Kotlin Kenya)Test Driven Development on Android (Kotlin Kenya)
Test Driven Development on Android (Kotlin Kenya)Danny Preussler
 
Agile in Action - Agile Overview for Developers
Agile in Action - Agile Overview for DevelopersAgile in Action - Agile Overview for Developers
Agile in Action - Agile Overview for DevelopersMatt Cowell
 
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 FeatureMongoDB
 
空英課程 Agile development 2014
空英課程 Agile development 2014空英課程 Agile development 2014
空英課程 Agile development 2014芋頭 烤
 
Be a Happier Developer with Git / Productive Team #gettinggitright
Be a Happier Developer with Git / Productive Team #gettinggitright Be a Happier Developer with Git / Productive Team #gettinggitright
Be a Happier Developer with Git / Productive Team #gettinggitright Shunsuke (Sean) Osawa
 
Kanban highlights
Kanban highlightsKanban highlights
Kanban highlightsYuval Yeret
 
Giving automated tests the love they deserve at Listings
Giving automated tests the love they deserve at ListingsGiving automated tests the love they deserve at Listings
Giving automated tests the love they deserve at ListingsJordi Pradel
 
AtlasCamp 2015: Game of Codes: The CI battle
AtlasCamp 2015: Game of Codes: The CI battleAtlasCamp 2015: Game of Codes: The CI battle
AtlasCamp 2015: Game of Codes: The CI battleAtlassian
 

Similar to Taming a beast - AmsterdamPHP April Meetup (20)

No, we can't do continuous delivery
No, we can't do continuous deliveryNo, we can't do continuous delivery
No, we can't do continuous delivery
 
An Exploration of Cross-product App Experiences
An Exploration of Cross-product App ExperiencesAn Exploration of Cross-product App Experiences
An Exploration of Cross-product App Experiences
 
DevOps - Boldly Go for Distro
DevOps - Boldly Go for DistroDevOps - Boldly Go for Distro
DevOps - Boldly Go for Distro
 
Agile Patterns and Anti-Patterns
Agile Patterns and Anti-PatternsAgile Patterns and Anti-Patterns
Agile Patterns and Anti-Patterns
 
Middle Out Design
Middle Out DesignMiddle Out Design
Middle Out Design
 
10 practices that every developer needs to start right now
10 practices that every developer needs to start right now10 practices that every developer needs to start right now
10 practices that every developer needs to start right now
 
10 Ways To Improve Your Code( Neal Ford)
10  Ways To  Improve  Your  Code( Neal  Ford)10  Ways To  Improve  Your  Code( Neal  Ford)
10 Ways To Improve Your Code( Neal Ford)
 
Bridging the Distance through Agile Game Development
Bridging the Distance through Agile Game DevelopmentBridging the Distance through Agile Game Development
Bridging the Distance through Agile Game Development
 
Taming a beast Codemotion Amsterdam 2018
Taming a beast Codemotion Amsterdam 2018Taming a beast Codemotion Amsterdam 2018
Taming a beast Codemotion Amsterdam 2018
 
Taming a beast - Bol.com's journey from deploying once a month to more then o...
Taming a beast - Bol.com's journey from deploying once a month to more then o...Taming a beast - Bol.com's journey from deploying once a month to more then o...
Taming a beast - Bol.com's journey from deploying once a month to more then o...
 
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...
Non equilibrium Molecular Simulations of Polymers under Flow Saving Energy th...
 
Test Driven Development on Android (Kotlin Kenya)
Test Driven Development on Android (Kotlin Kenya)Test Driven Development on Android (Kotlin Kenya)
Test Driven Development on Android (Kotlin Kenya)
 
10 Ways To Improve Your Code
10 Ways To Improve Your Code10 Ways To Improve Your Code
10 Ways To Improve Your Code
 
Agile in Action - Agile Overview for Developers
Agile in Action - Agile Overview for DevelopersAgile in Action - Agile Overview for Developers
Agile in Action - Agile Overview for Developers
 
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
 
空英課程 Agile development 2014
空英課程 Agile development 2014空英課程 Agile development 2014
空英課程 Agile development 2014
 
Be a Happier Developer with Git / Productive Team #gettinggitright
Be a Happier Developer with Git / Productive Team #gettinggitright Be a Happier Developer with Git / Productive Team #gettinggitright
Be a Happier Developer with Git / Productive Team #gettinggitright
 
Kanban highlights
Kanban highlightsKanban highlights
Kanban highlights
 
Giving automated tests the love they deserve at Listings
Giving automated tests the love they deserve at ListingsGiving automated tests the love they deserve at Listings
Giving automated tests the love they deserve at Listings
 
AtlasCamp 2015: Game of Codes: The CI battle
AtlasCamp 2015: Game of Codes: The CI battleAtlasCamp 2015: Game of Codes: The CI battle
AtlasCamp 2015: Game of Codes: The CI battle
 

Recently uploaded

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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
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
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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)

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
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
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
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
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
 

Taming a beast - AmsterdamPHP April Meetup