CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration

Bernd Ruecker
Opening Keynote
Day 2
…because day 1 is already over…
Daniel Meyer, CTO
Bernd Ruecker, Co-Founder and Chief Technologist
The common reality
Core Banking
System
CRM System Scoring System Address Check
Website …
Legacy Systems
Point to point
integrations
(aka Spaghetti)
Manual work
Ad-hoc problem
solving
The customer doesn’t care
Please open
a bank account
for me
Wow, that
was…
…slow ☹
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Process orchestration
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Tracking the flow
Core Banking
System
CRM System Scoring System Address Check
Website …
Benefits of process tracking
■ Low invest and low risk
■ Immediately have a visual process model,
audit trails and metrics
■ Start with the happy path,
identify edge cases
■ Identify dropped instances
■ Discover opportunities for improvement
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Start orchestrating
Continuously improve
Continuously improve
Continuously improve
Easy to make changes
Easy to make changes
A possible modernization journey
Tracking Orchestrating
Continuously
Improving
The right
process
Days to
weeks
A possible modernization journey
Tracking Orchestrating
Continuously
Improving
The right
process
A success story
Vodafone at CamundaCon: https://www.youtube.com/watch?v=nH--elFCDPU
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Broad-scale transformation
Investment
(time, money)
Value
First project
Next projects
Establishing
practice and
platform
The big(ger) picture
Technical capabilities and
platforms
(e.g. event streaming, RPA,
process orchestration)
Business capabilities
provided via APIs
(e.g. fraud check)
Value chain
(e.g. Customer Acquisition)
End-to-end
process orchestration
(e.g. account opening)
Owned by Center of excellence /
Community of practice
Process orchestration as a service
(also self-managed)
Reusable building blocks
Catalog of
business
capabilities
can be made
available to
the
orchestration
layer
Launching today
https://marketplace.camunda.com/
31
Demo
Connector Code
(Java)
Modeler UI
(Element Templates)
Connector
Camunda
Endpoint
What’s a Connector again?
@OutboundConnector(
type = "io.camunda:http-json:1", inputVariables = {"method", ...},
)
public class HttpJsonFunction implements OutboundConnectorFunction {
public Object execute(final OutboundConnectorContext context) throws Exception {
final var json =;
final var request = createRequest(context);
return httpService.executeConnectorRequest(request);
}
} {
"name": "REST Connector",
"properties": [
{
"type": "Hidden",
"value": "io.camunda:http-json:1",
"binding": {
"type": "zeebe:taskDefinition:type"
}
},
{
"id": "method",
"label": "REST Method",
"group": "endpoint",
"type": "Dropdown",
"value": "get",
"choices": [
https://github.com/camunda/connectors-bundle/tree/main/connectors/http-json
Protocol
Java &
JSON
Protocol > Generic System Connector
Java &
JSON
JSON
Protocol > Generic > Specific Connectors
Java &
JSON
JSON JSON
The big(ger) picture
Technical capabilities and
platforms
(e.g. event streaming, RPA,
process orchestration)
Business capabilities
provided via APIs
(e.g. fraud check)
Value chain
(e.g. Customer Acquisition)
End-to-end
process orchestration
(e.g. account opening)
Center of excellence /
Community of practice
Centralization vs. autonomy?
Photo by born1945, available under Creative Commons BY 2.0 license.
Golden Paths
https://engineering.atspotify.com/2020/08/how-we-use-golden-paths-to-solve-fragmentation-in-our-software-ecosystem/
“We found that
rumour-driven development
simply wasn’t scalable”
https://backstage.io/ (OSS, Made with ❤ at Spotify)
CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration
Camunda
+ x
Center of
Excellence
Bank Account
Opening
Fraud
detection
Intrinsic cognitive load
Fundamentals
(“How to program with Java?”)
Extraneous cognitive load
Environment
(“How to deploy this?”)
Germane cognitive load
The real task
(“How to solve this business problem?”)
Reducing cognitive load
Centralization vs. autonomy?
Photo by born1945, available under Creative Commons BY 2.0 license.
Domain A
Domain B
Running
Shoes
Sportswear …
End-to-end processes
Full autonomy of
isolated teams
doesn't give you good
end-to-end processes
A sad story
A sad story
We need to
automate
X
Oh – not a big
priority, please
come back in 6
months
Business IT
But we need
to automate,
let’s do some
shaky low
code solution
Diversity of roles
Principal
Developer
Business
Person
Senior
Developer
Citizen
Developer
Junior
Developer
Consultant
or
Power User
Bot
Developer
Low-code
Developer
Process != process
Criticality,
value,
complexity…
Use Cases
Payments
Trading
Customer
Onboarding
Address change
… Limit change …
Categorize your use case
Green
Do it yourself
Yellow
Guided
Inspired also by https://www.forrester.com/blogs/how-shell-led-a-citizen-developer-movement/
Red
Professional Development
— high complexity
— high criticality
— compliance and regulatory
requirements
— version control
— automated testing
— CI / CD
— medium complexity
— medium criticality
— some governance required
— some guidance necessary
Professional
Developer
Citizen
Developer
Anything in
between
— simple
— local automations with little
criticality
— no governance or quality
assurance
Enabling more roles to participate
Principal
Developer
Business
Person
Senior
Developer
Citizen
Developer
Junior
Developer
Consultant
or
Power User
Bot
Developer
Low-code
Developer
enable
Yellow
Guided
Green
Do it yourself
Red
Professional
Development
Criticality,
value,
complexity…
Use Cases
Payments
Trading
Customer
Onboarding
Address change
Limit change
Out-of-the-box possibilities
Rich forms
Testing directly in the modeler
56
Demo
A great story
We need to
automate
X
We have this
Camunda platform
as a service – just
help yourself.
Business IT
Yeah :-)
Self-service
Connectors
Forms, data
and
expressions
Out-of-the-box
experience
AI Powered
AI Speeds up time-to-automation to solve complex business problems
Leverage AI to accelerate
low-code developers to build
solutions even faster
Create Solutions Fast
Predictive Decisioning
Machine Learner helpers to identify process and
decision improvements for the most complex
use case
Modeler Copilot
Assisted and guided helpers to build better
processes, scripts, forms, connectors..
AI Powered
Generative Process Models
For simple processes sure, for anything else
there's humans.
https://github.com/philippfromme/bpmn-gpt
BpmnGPT
60
High-throughput, low-latency, resiliency
Shifting into overdrive
Your first
project
Scale adoption
in your
organization
Open it up
to more
use cases
Tracking,
Orchestrating,
Improving
Platform, CoE, golden
paths, best practices
Green, yellow, red
Also high volume/low
latency
Enjoy CamundaCon!
Daniel Meyer
CTO
Frederic Meier
Head of Sales
Mo Ladha
Head of Product
Management
Alan Hale
Head of Customer Success
■ Our teams are here: go engage in conversation
■ Check out the Ask Me Anything booth
■ Online: use event chat for each stage
Mary Thengvall
Head of Developer Relations
Max Trumpf
Head of Engineering
Melanie Butcher
Head of Product Design
Bernd Ruecker
Co-Founder and Chief Technologist
Shifting into overdrive
1 von 63

Recomendados

MuCon London 2017: Break your event chains von
MuCon London 2017: Break your event chainsMuCon London 2017: Break your event chains
MuCon London 2017: Break your event chainsBernd Ruecker
2K views53 Folien
KanDDDinsky: Let your domain events flow von
KanDDDinsky: Let your domain events flowKanDDDinsky: Let your domain events flow
KanDDDinsky: Let your domain events flowBernd Ruecker
1.2K views44 Folien
jBPM5: Bringing more Power to your Business Processes von
jBPM5: Bringing more Power to your Business ProcessesjBPM5: Bringing more Power to your Business Processes
jBPM5: Bringing more Power to your Business ProcessesKris Verlaenen
1.3K views39 Folien
O'Reilly SA: Complex event flows in distributed systems von
O'Reilly SA: Complex event flows in distributed systemsO'Reilly SA: Complex event flows in distributed systems
O'Reilly SA: Complex event flows in distributed systemsBernd Ruecker
1K views42 Folien
DDD Belgium Meetup 2017: Events, flows and long running services von
DDD Belgium Meetup 2017: Events, flows and long running servicesDDD Belgium Meetup 2017: Events, flows and long running services
DDD Belgium Meetup 2017: Events, flows and long running servicesBernd Ruecker
678 views51 Folien
Carasik BPM ECM von
Carasik BPM ECMCarasik BPM ECM
Carasik BPM ECMBob Carasik
361 views33 Folien

Más contenido relacionado

Similar a CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing von
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingPerfecto by Perforce
63 views54 Folien
jBPM5 (Argentina workshop) von
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
2.2K views42 Folien
[Webinar] Camunda Optimize Release 3.0 von
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0camunda services GmbH
647 views34 Folien
Peter Ward: The True Power of SharePoint Designer Workflows von
Peter Ward: The True Power of SharePoint Designer WorkflowsPeter Ward: The True Power of SharePoint Designer Workflows
Peter Ward: The True Power of SharePoint Designer WorkflowsSharePoint Saturday NY
1K views35 Folien
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 von
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Scott Wilson
546 views33 Folien
Bpmn2010 von
Bpmn2010Bpmn2010
Bpmn2010camunda services GmbH
550 views43 Folien

Similar a CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration(20)

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing von Perfecto by Perforce
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web TestingThe Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 von Scott Wilson
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018
Scott Wilson546 views
Code Review von Ravi Raj
Code ReviewCode Review
Code Review
Ravi Raj2.9K views
The Art of Gherkin Scripting - Matt Eakin von QA or the Highway
The Art of Gherkin Scripting - Matt EakinThe Art of Gherkin Scripting - Matt Eakin
The Art of Gherkin Scripting - Matt Eakin
QA or the Highway6.1K views
MeasureWorks - Why your customers don't like to wait! von MeasureWorks
MeasureWorks - Why your customers don't like to wait!MeasureWorks - Why your customers don't like to wait!
MeasureWorks - Why your customers don't like to wait!
MeasureWorks763 views
How to write your database: the story about Event Store von Victor Haydin
How to write your database: the story about Event StoreHow to write your database: the story about Event Store
How to write your database: the story about Event Store
Victor Haydin10.9K views
T3 Consortium's Performance Center of Excellence von veehikle
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
veehikle825 views
Learn to see, measure and automate with value stream management von Lance Knight
Learn to see, measure and automate with value stream managementLearn to see, measure and automate with value stream management
Learn to see, measure and automate with value stream management
Lance Knight29 views
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM von Eric D. Schabell
EMEA Partner Summit: 	jBPM 5 - Bringing More Power to BPMEMEA Partner Summit: 	jBPM 5 - Bringing More Power to BPM
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM
Eric D. Schabell1.1K views
Software Measurement: Lecture 3. Metrics in Organization von Programeter
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in Organization
Programeter895 views
Test Automation Best Practices (with SOA test approach) von Leonard Fingerman
Test Automation Best Practices (with SOA test approach)Test Automation Best Practices (with SOA test approach)
Test Automation Best Practices (with SOA test approach)
Leonard Fingerman21.1K views

Más de Bernd Ruecker

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... von
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...Bernd Ruecker
50 views69 Folien
JCon Live 2023 - Lice coding some integration problems von
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problemsBernd Ruecker
76 views85 Folien
JFall - Process Oriented Integration von
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented IntegrationBernd Ruecker
117 views60 Folien
JavaLand 2023 - Process Oriented Integration von
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented IntegrationBernd Ruecker
11 views47 Folien
CraftConf: Surviving the hyperautomation low code bubbl von
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubblBernd Ruecker
528 views69 Folien
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit von
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitMastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitBernd Ruecker
12 views21 Folien

Más de Bernd Ruecker(20)

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... von Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker50 views
JCon Live 2023 - Lice coding some integration problems von Bernd Ruecker
JCon Live 2023 - Lice coding some integration problemsJCon Live 2023 - Lice coding some integration problems
JCon Live 2023 - Lice coding some integration problems
Bernd Ruecker76 views
JFall - Process Oriented Integration von Bernd Ruecker
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented Integration
Bernd Ruecker117 views
JavaLand 2023 - Process Oriented Integration von Bernd Ruecker
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented Integration
Bernd Ruecker11 views
CraftConf: Surviving the hyperautomation low code bubbl von Bernd Ruecker
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubbl
Bernd Ruecker528 views
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit von Bernd Ruecker
Mastering Data for Higher Business Impact - at Commerzbank Innovation SummitMastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit
Bernd Ruecker12 views
Loosely or lousily coupled - Understanding communication patterns in microser... von Bernd Ruecker
Loosely or lousily coupled - Understanding communication patterns in microser...Loosely or lousily coupled - Understanding communication patterns in microser...
Loosely or lousily coupled - Understanding communication patterns in microser...
Bernd Ruecker142 views
CamundaCon 2022 Keynote: The Process Orchestration Journey von Bernd Ruecker
CamundaCon 2022 Keynote: The Process Orchestration JourneyCamundaCon 2022 Keynote: The Process Orchestration Journey
CamundaCon 2022 Keynote: The Process Orchestration Journey
Bernd Ruecker158 views
JAX 2022 - Loosely or lousily coupled von Bernd Ruecker
JAX 2022 - Loosely or lousily coupledJAX 2022 - Loosely or lousily coupled
JAX 2022 - Loosely or lousily coupled
Bernd Ruecker398 views
JFS 2021 - The Process Automation Map von Bernd Ruecker
JFS 2021 - The Process Automation MapJFS 2021 - The Process Automation Map
JFS 2021 - The Process Automation Map
Bernd Ruecker603 views
JCon 2021 - Loosely or lousily coupled von Bernd Ruecker
JCon 2021 - Loosely or lousily coupledJCon 2021 - Loosely or lousily coupled
JCon 2021 - Loosely or lousily coupled
Bernd Ruecker379 views
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom... von Bernd Ruecker
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom...
Bernd Ruecker396 views
Kafka Summit 2021 - Apache Kafka meets workflow engines von Bernd Ruecker
Kafka Summit 2021 - Apache Kafka meets workflow enginesKafka Summit 2021 - Apache Kafka meets workflow engines
Kafka Summit 2021 - Apache Kafka meets workflow engines
Bernd Ruecker489 views
Process Automation Forum April 2021 - Practical Process Automation von Bernd Ruecker
Process Automation Forum April 2021 - Practical Process AutomationProcess Automation Forum April 2021 - Practical Process Automation
Process Automation Forum April 2021 - Practical Process Automation
Bernd Ruecker1.2K views
Micronaut Webinar 2021 - Process Automation Introduction von Bernd Ruecker
Micronaut Webinar 2021 - Process Automation IntroductionMicronaut Webinar 2021 - Process Automation Introduction
Micronaut Webinar 2021 - Process Automation Introduction
Bernd Ruecker210 views
Webinar "Communication Between Loosely Coupled Microservices" von Bernd Ruecker
Webinar "Communication Between Loosely Coupled Microservices"Webinar "Communication Between Loosely Coupled Microservices"
Webinar "Communication Between Loosely Coupled Microservices"
Bernd Ruecker1K views
Automating Processes in Modern Architectures von Bernd Ruecker
Automating Processes in Modern ArchitecturesAutomating Processes in Modern Architectures
Automating Processes in Modern Architectures
Bernd Ruecker251 views
OOP 2021 - Leverage the full potential of your hipster architecture von Bernd Ruecker
OOP 2021 - Leverage the full potential of your hipster architectureOOP 2021 - Leverage the full potential of your hipster architecture
OOP 2021 - Leverage the full potential of your hipster architecture
Bernd Ruecker345 views
GOTOpia 2020 - Balancing Choreography and Orchestration von Bernd Ruecker
GOTOpia 2020 - Balancing Choreography and OrchestrationGOTOpia 2020 - Balancing Choreography and Orchestration
GOTOpia 2020 - Balancing Choreography and Orchestration
Bernd Ruecker592 views
Reactive Summit 2020 - How state helps you to stay reactive von Bernd Ruecker
Reactive Summit 2020 - How state helps you to stay reactiveReactive Summit 2020 - How state helps you to stay reactive
Reactive Summit 2020 - How state helps you to stay reactive
Bernd Ruecker233 views

Último

Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... von
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...ShapeBlue
63 views13 Folien
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... von
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...ShapeBlue
77 views12 Folien
Scaling Knowledge Graph Architectures with AI von
Scaling Knowledge Graph Architectures with AIScaling Knowledge Graph Architectures with AI
Scaling Knowledge Graph Architectures with AIEnterprise Knowledge
53 views15 Folien
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T von
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TShapeBlue
56 views34 Folien
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... von
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc
77 views29 Folien
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... von
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...James Anderson
133 views32 Folien

Último(20)

Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda... von ShapeBlue
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
Hypervisor Agnostic DRS in CloudStack - Brief overview & demo - Vishesh Jinda...
ShapeBlue63 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... von ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue77 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T von ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue56 views
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f... von TrustArc
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc Webinar - Managing Online Tracking Technology Vendors_ A Checklist f...
TrustArc77 views
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N... von James Anderson
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
GDG Cloud Southlake 28 Brad Taylor and Shawn Augenstein Old Problems in the N...
James Anderson133 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online von ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue102 views
"Surviving highload with Node.js", Andrii Shumada von Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays40 views
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit... von ShapeBlue
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
Transitioning from VMware vCloud to Apache CloudStack: A Path to Profitabilit...
ShapeBlue57 views
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院 von IttrainingIttraining
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
【USB韌體設計課程】精選講義節錄-USB的列舉過程_艾鍗學院
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... von ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue48 views
DRBD Deep Dive - Philipp Reisner - LINBIT von ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue62 views
State of the Union - Rohit Yadav - Apache CloudStack von ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue145 views
PharoJS - Zürich Smalltalk Group Meetup November 2023 von Noury Bouraqadi
PharoJS - Zürich Smalltalk Group Meetup November 2023PharoJS - Zürich Smalltalk Group Meetup November 2023
PharoJS - Zürich Smalltalk Group Meetup November 2023
Noury Bouraqadi141 views
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates von ShapeBlue
Keynote Talk: Open Source is Not Dead - Charles Schulz - VatesKeynote Talk: Open Source is Not Dead - Charles Schulz - Vates
Keynote Talk: Open Source is Not Dead - Charles Schulz - Vates
ShapeBlue119 views
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue von ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlueCloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
CloudStack Object Storage - An Introduction - Vladimir Petrov - ShapeBlue
ShapeBlue46 views
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue von ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue96 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows von Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software344 views

CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration