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 sur 63

Recommandé

MuCon London 2017: Break your event chains par
MuCon London 2017: Break your event chainsMuCon London 2017: Break your event chains
MuCon London 2017: Break your event chainsBernd Ruecker
2K vues53 diapositives
KanDDDinsky: Let your domain events flow par
KanDDDinsky: Let your domain events flowKanDDDinsky: Let your domain events flow
KanDDDinsky: Let your domain events flowBernd Ruecker
1.2K vues44 diapositives
jBPM5: Bringing more Power to your Business Processes par
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 vues39 diapositives
O'Reilly SA: Complex event flows in distributed systems par
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 vues42 diapositives
DDD Belgium Meetup 2017: Events, flows and long running services par
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 vues51 diapositives
Carasik BPM ECM par
Carasik BPM ECMCarasik BPM ECM
Carasik BPM ECMBob Carasik
361 vues33 diapositives

Contenu connexe

Similaire à CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing par
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 vues54 diapositives
jBPM5 (Argentina workshop) par
jBPM5 (Argentina workshop)jBPM5 (Argentina workshop)
jBPM5 (Argentina workshop)Kris Verlaenen
2.2K vues42 diapositives
[Webinar] Camunda Optimize Release 3.0 par
[Webinar] Camunda Optimize Release 3.0[Webinar] Camunda Optimize Release 3.0
[Webinar] Camunda Optimize Release 3.0camunda services GmbH
647 vues34 diapositives
Peter Ward: The True Power of SharePoint Designer Workflows par
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 vues35 diapositives
Hacking your ConnectWise Manage by Stack Advisors - Automation Nation 2018 par
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 vues33 diapositives
Bpmn2010 par
Bpmn2010Bpmn2010
Bpmn2010camunda services GmbH
550 vues43 diapositives

Similaire à CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration(20)

The Automation Firehose: Be Strategic & Tactical With Your Mobile & Web Testing par 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 par 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 vues
Code Review par Ravi Raj
Code ReviewCode Review
Code Review
Ravi Raj2.9K vues
MeasureWorks - Why your customers don't like to wait! par 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 vues
How to write your database: the story about Event Store par 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 vues
T3 Consortium's Performance Center of Excellence par veehikle
T3 Consortium's Performance Center of ExcellenceT3 Consortium's Performance Center of Excellence
T3 Consortium's Performance Center of Excellence
veehikle825 vues
Learn to see, measure and automate with value stream management par 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 vues
EMEA Partner Summit: jBPM 5 - Bringing More Power to BPM par 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 vues
Software Measurement: Lecture 3. Metrics in Organization par Programeter
Software Measurement: Lecture 3. Metrics in OrganizationSoftware Measurement: Lecture 3. Metrics in Organization
Software Measurement: Lecture 3. Metrics in Organization
Programeter895 vues
Test Automation Best Practices (with SOA test approach) par 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 vues

Plus de Bernd Ruecker

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... par
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
56 vues69 diapositives
JCon Live 2023 - Lice coding some integration problems par
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 vues85 diapositives
JFall - Process Oriented Integration par
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented IntegrationBernd Ruecker
119 vues60 diapositives
JavaLand 2023 - Process Oriented Integration par
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented IntegrationBernd Ruecker
11 vues47 diapositives
CraftConf: Surviving the hyperautomation low code bubbl par
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubblBernd Ruecker
528 vues69 diapositives
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit par
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 vues21 diapositives

Plus de Bernd Ruecker(20)

iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... par 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 Ruecker56 vues
JCon Live 2023 - Lice coding some integration problems par 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 vues
JFall - Process Oriented Integration par Bernd Ruecker
JFall - Process Oriented IntegrationJFall - Process Oriented Integration
JFall - Process Oriented Integration
Bernd Ruecker119 vues
JavaLand 2023 - Process Oriented Integration par Bernd Ruecker
JavaLand 2023 - Process Oriented IntegrationJavaLand 2023 - Process Oriented Integration
JavaLand 2023 - Process Oriented Integration
Bernd Ruecker11 vues
CraftConf: Surviving the hyperautomation low code bubbl par Bernd Ruecker
CraftConf: Surviving the hyperautomation low code bubblCraftConf: Surviving the hyperautomation low code bubbl
CraftConf: Surviving the hyperautomation low code bubbl
Bernd Ruecker528 vues
Mastering Data for Higher Business Impact - at Commerzbank Innovation Summit par 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 vues
Loosely or lousily coupled - Understanding communication patterns in microser... par 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 vues
CamundaCon 2022 Keynote: The Process Orchestration Journey par Bernd Ruecker
CamundaCon 2022 Keynote: The Process Orchestration JourneyCamundaCon 2022 Keynote: The Process Orchestration Journey
CamundaCon 2022 Keynote: The Process Orchestration Journey
Bernd Ruecker161 vues
JAX 2022 - Loosely or lousily coupled par Bernd Ruecker
JAX 2022 - Loosely or lousily coupledJAX 2022 - Loosely or lousily coupled
JAX 2022 - Loosely or lousily coupled
Bernd Ruecker398 vues
JFS 2021 - The Process Automation Map par Bernd Ruecker
JFS 2021 - The Process Automation MapJFS 2021 - The Process Automation Map
JFS 2021 - The Process Automation Map
Bernd Ruecker603 vues
JCon 2021 - Loosely or lousily coupled par Bernd Ruecker
JCon 2021 - Loosely or lousily coupledJCon 2021 - Loosely or lousily coupled
JCon 2021 - Loosely or lousily coupled
Bernd Ruecker379 vues
CamundaCon 2021 Keynote :From Human Workflow to High-Throughput Process Autom... par 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 vues
Kafka Summit 2021 - Apache Kafka meets workflow engines par 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 vues
Process Automation Forum April 2021 - Practical Process Automation par 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 vues
Micronaut Webinar 2021 - Process Automation Introduction par Bernd Ruecker
Micronaut Webinar 2021 - Process Automation IntroductionMicronaut Webinar 2021 - Process Automation Introduction
Micronaut Webinar 2021 - Process Automation Introduction
Bernd Ruecker210 vues
Webinar "Communication Between Loosely Coupled Microservices" par Bernd Ruecker
Webinar "Communication Between Loosely Coupled Microservices"Webinar "Communication Between Loosely Coupled Microservices"
Webinar "Communication Between Loosely Coupled Microservices"
Bernd Ruecker1K vues
Automating Processes in Modern Architectures par Bernd Ruecker
Automating Processes in Modern ArchitecturesAutomating Processes in Modern Architectures
Automating Processes in Modern Architectures
Bernd Ruecker251 vues
OOP 2021 - Leverage the full potential of your hipster architecture par 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 vues
GOTOpia 2020 - Balancing Choreography and Orchestration par Bernd Ruecker
GOTOpia 2020 - Balancing Choreography and OrchestrationGOTOpia 2020 - Balancing Choreography and Orchestration
GOTOpia 2020 - Balancing Choreography and Orchestration
Bernd Ruecker592 vues
Reactive Summit 2020 - How state helps you to stay reactive par 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 vues

Dernier

Deep Tech and the Amplified Organisation: Core Concepts par
Deep Tech and the Amplified Organisation: Core ConceptsDeep Tech and the Amplified Organisation: Core Concepts
Deep Tech and the Amplified Organisation: Core ConceptsHolonomics
17 vues21 diapositives
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023 par
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023Redefining the book supply chain: A glimpse into the future - Tech Forum 2023
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023BookNet Canada
46 vues19 diapositives
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」 par
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」PC Cluster Consortium
29 vues68 diapositives
Measuring User on the web with the core web vitals - by @theafolayan.pptx par
Measuring User on the web with the core web vitals - by @theafolayan.pptxMeasuring User on the web with the core web vitals - by @theafolayan.pptx
Measuring User on the web with the core web vitals - by @theafolayan.pptxOluwaseun Raphael Afolayan
14 vues13 diapositives
Telenity Solutions Brief par
Telenity Solutions BriefTelenity Solutions Brief
Telenity Solutions BriefMustafa Kuğu
14 vues10 diapositives
The Role of Patterns in the Era of Large Language Models par
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language ModelsYunyao Li
104 vues65 diapositives

Dernier(20)

Deep Tech and the Amplified Organisation: Core Concepts par Holonomics
Deep Tech and the Amplified Organisation: Core ConceptsDeep Tech and the Amplified Organisation: Core Concepts
Deep Tech and the Amplified Organisation: Core Concepts
Holonomics17 vues
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023 par BookNet Canada
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023Redefining the book supply chain: A glimpse into the future - Tech Forum 2023
Redefining the book supply chain: A glimpse into the future - Tech Forum 2023
BookNet Canada46 vues
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」 par PC Cluster Consortium
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」
PCCC23:日本AMD株式会社 テーマ1「AMD Instinct™ アクセラレーターの概要」
The Role of Patterns in the Era of Large Language Models par Yunyao Li
The Role of Patterns in the Era of Large Language ModelsThe Role of Patterns in the Era of Large Language Models
The Role of Patterns in the Era of Large Language Models
Yunyao Li104 vues
Innovation & Entrepreneurship strategies in Dairy Industry par PervaizDar1
Innovation & Entrepreneurship strategies in Dairy IndustryInnovation & Entrepreneurship strategies in Dairy Industry
Innovation & Entrepreneurship strategies in Dairy Industry
PervaizDar139 vues
Initiating and Advancing Your Strategic GIS Governance Strategy par Safe Software
Initiating and Advancing Your Strategic GIS Governance StrategyInitiating and Advancing Your Strategic GIS Governance Strategy
Initiating and Advancing Your Strategic GIS Governance Strategy
Safe Software198 vues
PCCC23:日本AMD株式会社 テーマ2「AMD EPYC™ プロセッサーを用いたAIソリューション」 par PC Cluster Consortium
PCCC23:日本AMD株式会社 テーマ2「AMD EPYC™ プロセッサーを用いたAIソリューション」PCCC23:日本AMD株式会社 テーマ2「AMD EPYC™ プロセッサーを用いたAIソリューション」
PCCC23:日本AMD株式会社 テーマ2「AMD EPYC™ プロセッサーを用いたAIソリューション」
Measurecamp Brussels - Synthetic data.pdf par Human37
Measurecamp Brussels - Synthetic data.pdfMeasurecamp Brussels - Synthetic data.pdf
Measurecamp Brussels - Synthetic data.pdf
Human37 27 vues
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell par Fwdays
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell
"Node.js vs workers — A comparison of two JavaScript runtimes", James M Snell
Fwdays14 vues
Bronack Skills - Risk Management and SRE v1.0 12-3-2023.pdf par ThomasBronack
Bronack Skills - Risk Management and SRE v1.0 12-3-2023.pdfBronack Skills - Risk Management and SRE v1.0 12-3-2023.pdf
Bronack Skills - Risk Management and SRE v1.0 12-3-2023.pdf
ThomasBronack31 vues
The Power of Heat Decarbonisation Plans in the Built Environment par IES VE
The Power of Heat Decarbonisation Plans in the Built EnvironmentThe Power of Heat Decarbonisation Plans in the Built Environment
The Power of Heat Decarbonisation Plans in the Built Environment
IES VE85 vues
Mobile Core Solutions & Successful Cases.pdf par IPLOOK Networks
Mobile Core Solutions & Successful Cases.pdfMobile Core Solutions & Successful Cases.pdf
Mobile Core Solutions & Successful Cases.pdf
IPLOOK Networks16 vues
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... par ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue209 vues
The Power of Generative AI in Accelerating No Code Adoption.pdf par Saeed Al Dhaheri
The Power of Generative AI in Accelerating No Code Adoption.pdfThe Power of Generative AI in Accelerating No Code Adoption.pdf
The Power of Generative AI in Accelerating No Code Adoption.pdf
Transcript: Redefining the book supply chain: A glimpse into the future - Tec... par BookNet Canada
Transcript: Redefining the book supply chain: A glimpse into the future - Tec...Transcript: Redefining the book supply chain: A glimpse into the future - Tec...
Transcript: Redefining the book supply chain: A glimpse into the future - Tec...
BookNet Canada43 vues

CamundaCon NYC 2023 Keynote - Shifting into overdrive with process orchestration