SlideShare a Scribd company logo
Sponsored & Brought to you by
Microservices and the Cloud-Based
Future of Integration
Charles Young
https://twitter.com/cnayoung
https://www.linkedin.com/pub/charles-young/1/870/938
Microservices and the Cloud-Based
Future of Integration
Charles Young
Principal Consultant, Solidsoft Reply
Agenda
• Understanding Integration
• Integration Trends
• Microservices
• Microservices & PaaS
• Microservice Integration
Understanding
Integration
Integration • Adaptation
• Mediation
• Transformation
• Routing
• Orchestration
Enterprise
Application
Integration
Data
Integration
Electronic
Data
Integration
• Extract, Transform and
Load
• Data Warehousing
• Change Data Capture
• Federation
• Master Data Management
• B2B
• EDIFACT/X12
• TRADACOMS
• HL7
• Partner Management
• VANs
Enterprise Application Integration (EAI)
Web Site Email
Mobile
Devices
CMS
CRM
ERP
Channels
Line-of-Business
Back Office
Cloud ServicesTrading Partners
Data
Services
Hub
Adaptation
Mediation
Orchestration
ESB Service Integration
Web Site Email
Mobile
Devices
CMS CRM ERP
Distributed Services
On-Ramp
Services
Off-Ramp
Services
Adaptation
Mediation
Routing
Bus
ESB Service Integration
Web Site Email
Mobile
Devices
CMS
CRM
ERP
Channels
Line-of-Business
Back Office
Cloud ServicesTrading Partners
Data
Services
Layered Architecture
Web Site Email
Mobile
Devices
CMS CRM ERP
Data / Integration
Business Logic
(Application Domain)
Presentation
Mediation
Boundary
Hexagonal Architecture - Alistair Cockburn
Web Site
Mobile
Devices
Email
CMS
CRM
ERP
Channels
Line-of-Business
Back Office
Cloud ServicesTrading Partners
Data
Services
Application
Domain
Ports &
Adapters
The Changing Face
of Integration
Standardising the Interface
REST
over
HTTP
ServiceClient
GET
HEAD
PUT
POST
PATCH
DELETE
OPTIONS
HATEOAS
Hypermedia
URI
Resource
Metadata (optional)
Roy Fielding
“Supports software engineering
on the scale of decades”
SOAP
+
WDSL
ServiceClient
Response
Service URL
SOAP Action
SOAP Envelope
Payload
WSDL Metadata
Extensions (WS-*)
Wraps messages in
standardized, extensible
envelope.
Provides strongly-typed
interfaces
Cloud Services Integration
Mobile Application Integration
INTERNET
of THINGS
iPaaS Integration Platform-as-a-Service
On-Premises Systems
Hybrid
SaaS
• Connectors
• Mediation
• Workflow
• Elastic & available
• No Capex
• Usage-based cost
• Browser-based tools
iPaaS
EAI Server / ESB Fidelity
Aspirations • Simplicity
• Velocity
• Evolution
• Democratisation
• Cost Reduction
SIMPLICITY
Microservices
Microservices in Hexagonal Architecture
Web Site
Mobile
Devices
Email
CMS
CRM
ERP
Channels
Line-of-Business
Back Office
Cloud ServicesTrading Partners
Data
Services
Ports &
Adapters
Microservices
Microservice Principles
Monolith Monolith
Monolith
Monolith
Presentation
Data / Integration
Microservice Principles
Presentation
Data / Integration
Microservices
Decompose monoliths into
microservices
Microservice Principles
Presentation
Data / Integration
Microservices
Do one thing and do it well
Microservice Principles
Presentation
Data / Integration
Microservices
Organise around business capabilities
Microservice Principles
Presentation
Data / Integration
Microservices
Deploy, host and version independently
Microservice Principles
Presentation
Data / Integration
Microservices
Use lightweight communication
MicroserviceMicroservice
REST
No container needed
Microservice Principles
Presentation
Data / Integration
Microservices
Avoid centralised governance
and management
Microservices
• Emad Benjamin: http://bit.ly/1BmMuet
…16 VMs
400 JVMs
Load Balancer
Microservices
• Emad Benjamin: http://bit.ly/1BmMuet
…
Load Balancer
6 VMs
12 JVMs
BizTalk Server and Microservices
Ports & Adapters
Orchestration
Message Box
Queues & Subscriptions
Port
BizTalk Server and Microservices
Mediation Container (e.g., Receive Location)
Adapter
Pipelines
Message
AgentBT Transport
MessageBox
Messages
Schemas
Pipeline
Components
Maps
Message
Endpoint
Orchestration Engine
Port
Port
Port
Port
Message
Agent
Messages
Schemas
Pipeline
Components
Maps
Connector
Connector
iPaaS and Microservices
Container
Connector
Connector
Messages
Schemas
Maps
Mediation
Workflow
Message
Endpoint
On-
Premises
Connector
Connector
Connector
Azure BizTalk Services - MABS
Bridge (container)
Connector
Connector
Messages
Schemas
Maps
Mediation
Message
Endpoint
On-
Premises
Adapter
Pipelines
Microservices and PaaS
Azure PaaS
Cloud Service Fabric
Web
Role
Worker
Role
ConfigurationConfiguration
Eclips
Visual Studio
Role ARole ARole ARole A
Role BRole B
SDKs
(stored)
Applications
Code
Data
Configuration
Bins & LibsBins & LibsBins & Libs
Docker
Kernel
OS
Docker
Engine
Bins & Libs Bins & Libs Bins & Libs
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker
Container
Docker Hub
Public & Private Repos
Local Registry
Base Image
Read Only
Writeable
Bin & Libs
Base
Docker
Client
Tools / API
Containership
Base
Docker and DevOps
Development
Test
Production
Ship
Run
Build
Docker Image Repos
Source Code Repo
Build scripts, frameworks
and tools
Package Management
• NuGet
• OneGet
• Chocolatey
Docker and Platform Independence
On-Premises
Datacentre
Service
Provider
Cloud
Platform
Provider
Run
anywhere
Docker on Microsoft Azure
Azure IaaS
Docker Engine
Cluster Management
Azure Portal
Docker Hub
Isolation and Security
VMs
Docker Client Tools / API
• Azure Driver
• PowerShell DSC
• Open Orchestration API
Docker VM
Extension
Azure Market Place
Azure Gallery
Azure Microservices PaaS
Isolation and Security
Containers
• Kubernetes
• Docker Swarm
Today – Linux; tomorrow – Windows 2016?
Microservice Integration
Microservice Integration
“5^`V z1NphE56V
1`N 7j&`V 3t$ j
One container to rule them all
On-Premises or
Service Provider
Microservice Integration
Hybrid
Agents
Connectors
Adaptation
Mediation
On-Premises or
Service Provider
Microservice Integration
Session Presentation ApplicationTransport
 Batch Control
 Message model
 Reliable messaging
 Deduplication
 Transaction control
 In-order delivery
 Message priority
 Throttling
 Content streaming and
chunking
 Buffering
Connectors
 Transport protocols
 Application protocols
 Message endpoints
 Metadata and discovery
 Connections and pooling
 Timeouts
 Authentication
 Push and pull
 Acknowledgments
 Fault messages
 Batch size
 Metadata harvesting
 Message exchange patterns:
 One-Way
 Two-Way – Half-duplex
 Two-Way – Full-duplex
 Certificate management
 Trust
 Scheduling
 Fast Fail
 Retry
 Recovery
 Failed message handling
 Encoding & decoding
 Encryption and decryption
 Enveloping
 Framing and disassembly
 Validation
 Fixing
 Filtering
 Enrichment
 Transformation
 Caching
 Auditing
 Logging
 Persistence
 Routing
 Operation
 Publishing
 Subscribing
 Correlation
A
Network
Stack
Application, Service
or Data Store
Mediation Framework– Composition, Configuration, Deployment, Hosting, Management, Monitoring, Tracking, Disagnostics
Ports and
Adapters
Inherent complexity wont go away
Mediation
microservices
Microservice Integration
On-Premises or
Service Provider
Microservice Integration
On-Premises or
Service Provider
Platform-level mediation
microservices
Microservice Integration
On-Premises or
Service Provider
Fully-decoupled
business logic
Microservice Integration
On-Premises or
Service Provider
Platform-level
service orchestration
Microservice Integration
On-Premises or
Service Provider
Route
by any means
• Direct
• Data stores
• Cache
• Queues
• Topics & subscriptions
• Event hubs
Microservice Integration
On-Premises or
Service Provider
Platform-level
Monitoring & tracking
Microservice Integration
On-Premises or
Service Provider
Favour Horizontal
Scaling
Microservice Integration
On-Premises or
Service Provider
Technology
agnosticism
Azure: A refactored App Platform with
integration at the core
App Containers and Hosting Environment
Cloud Orchestration Engine
Web and Mobile Services
Microservices Ecosystem
BizTalk Microservices
Build modern Web and Mobile apps:
• A common app container and
cross-platform extensibility model
• Out of box SaaS connectivity
• Integrated API management
• Built-in hybrid connectivity
• Available in public and private
cloud
API Management
Azure: Connectors
Protocol Enterprise SaaS
HTTP (REST) Microsoft SQL Server Azure Service Bus Azure Mobile Services
Web Services (SOAP) SAP Azure Storage Azure HDInsight
FTP/FTPS Oracle Database Microsoft Dynamics CRM Online Box
SFTP Microsoft Dynamics CRM Salesforce Dropbox
SMTP Microsoft Dynamics AX Office 365 Workday
POP3 Siebel Twilio Sugar CRM
File Microsoft SharePoint OneDrive Coupa
Facebook MongoDB
Twitter Quickbooks
Yammer Zoho
Chatter Marketo
Zuora SuccessFactors
Thank You!
Charles Young
Principal Consultant
Solidsoft Reply
www.solidsoftreply.com
geekswithblogs.net/cyoung
Specialist Microsoft development consultancy
1993 Microsoft certified application developers
1999 Microsoft managed partner
2000 Microsoft BizTalk integration specialists
2002 Microsoft global advisory council
2010 Windows Azure “cloud first” solutions
2013 Joined Reply
Microsoft® Global Partner Network™
PARTNER OF THE YEAR
2006 Winner Application Integration
2008 Finalist Application Integration
2010 Finalist Custom Development
2011 Winner Application Integration
2012 Finalist Government Solutions
2013 Winner Cloud Solutions
Today
UK “SME” £10M revenue
Core team of 60 specialists
100% Microsoft focus
ISO 9001 & 27001 compliant
UK Government IL3 certified
International Society for Pharmaceutical
Engineering GAMP5
who we are

More Related Content

What's hot (20)

PDF
MongoDB-as-a-Service on Pivotal Cloud Foundry
VMware Tanzu
 
PPTX
The Hitchhiker’s Guide to Hybrid Connectivity
BizTalk360
 
PPTX
Azure Service Bus
BizTalk360
 
PPTX
CF SUMMIT: Partnerships, Business and Cloud Foundry
Nima Badiey
 
PDF
WSO2Con US 2013 - Connected Business - making it happen
WSO2
 
PPTX
Azure Logic Apps
David Schneider
 
PPTX
Azure Integration in Production with Logic Apps and more
BizTalk360
 
PDF
Toward Hybrid Cloud Serverless Transparency with Lithops Framework
LibbySchulze
 
PPTX
Building a Web API with ASP.Net Core
BizTalk360
 
PPTX
Four Scenarios for Using an Integration Service Environment (ISE)
Daniel Toomey
 
PPTX
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
Sandro Pereira
 
PPTX
Application Insights for Integration Developers
Sriram Hariharan
 
PPTX
Serverless integrations using Azure Logic Apps (intro)
Callon Campbell
 
PDF
Demystifying Service Mesh
Mitchell Pronschinske
 
PPTX
Introduction to Azure Functions
Callon Campbell
 
PDF
I Love APIs 2015: Building Predictive Apps with Lamda and MicroServices
Apigee | Google Cloud
 
PPTX
MicroServices on Azure
Sergey Seletsky
 
PPTX
Building Push Triggers for Logic Apps
BizTalk360
 
PPTX
An Integration Platform to Support Vision 2025
BizTalk360
 
PPTX
Serverless CQRS in Azure!
BizTalk360
 
MongoDB-as-a-Service on Pivotal Cloud Foundry
VMware Tanzu
 
The Hitchhiker’s Guide to Hybrid Connectivity
BizTalk360
 
Azure Service Bus
BizTalk360
 
CF SUMMIT: Partnerships, Business and Cloud Foundry
Nima Badiey
 
WSO2Con US 2013 - Connected Business - making it happen
WSO2
 
Azure Logic Apps
David Schneider
 
Azure Integration in Production with Logic Apps and more
BizTalk360
 
Toward Hybrid Cloud Serverless Transparency with Lithops Framework
LibbySchulze
 
Building a Web API with ASP.Net Core
BizTalk360
 
Four Scenarios for Using an Integration Service Environment (ISE)
Daniel Toomey
 
2015-12-02 - WebCamp - Microsoft Azure Logic Apps
Sandro Pereira
 
Application Insights for Integration Developers
Sriram Hariharan
 
Serverless integrations using Azure Logic Apps (intro)
Callon Campbell
 
Demystifying Service Mesh
Mitchell Pronschinske
 
Introduction to Azure Functions
Callon Campbell
 
I Love APIs 2015: Building Predictive Apps with Lamda and MicroServices
Apigee | Google Cloud
 
MicroServices on Azure
Sergey Seletsky
 
Building Push Triggers for Logic Apps
BizTalk360
 
An Integration Platform to Support Vision 2025
BizTalk360
 
Serverless CQRS in Azure!
BizTalk360
 

Viewers also liked (20)

PPTX
BizTalk Server with SQL Server AlwaysOn
BizTalk360
 
PPTX
Overview of azure microservices and the impact on integration
BizTalk360
 
PPTX
Serverless integration - Logic Apps the most comprehensive integration service
BizTalk360
 
PPTX
How to automate your BizTalk Installations and Deployments with Chef
BizTalk360
 
PPTX
Serverless tools for integrating systems
BizTalk360
 
PDF
Hexagonal architecture for java applications
Fabricio Epaminondas
 
PPTX
Combining biz talk server + api apps
BizTalk360
 
PPTX
Creating reusable pieces in Logic Apps
BizTalk360
 
PPTX
The top integration features you probably didn’t know existed in Service Bus
BizTalk360
 
PDF
Microservices based Application Integration for SaaS, Hybrid Clouds and IoT
Bramh Gupta
 
PDF
Enterprise Application Integration Technologies
Peter R. Egli
 
PDF
Microservices = Death of the Enterprise Service Bus (ESB)?
Kai Wähner
 
PDF
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Kai Wähner
 
PPTX
BizTalk Mapping Patterns and Best Practices
BizTalk360
 
PPTX
BizTalk Server Performance Tips
BizTalk360
 
PPTX
BizTalk Server Tips & Tricks for Developers and Admins (Deep Dive)
BizTalk360
 
PPT
Allied Consultants - Enterprise Application Integration
Allied Consultants
 
PPT
Holistic database for management of data including operational metrics
Mika Aho
 
PPTX
BRE Deep Dive
BizTalk360
 
PPTX
High available BizTalk infrastructure on Azure IaaS
BizTalk360
 
BizTalk Server with SQL Server AlwaysOn
BizTalk360
 
Overview of azure microservices and the impact on integration
BizTalk360
 
Serverless integration - Logic Apps the most comprehensive integration service
BizTalk360
 
How to automate your BizTalk Installations and Deployments with Chef
BizTalk360
 
Serverless tools for integrating systems
BizTalk360
 
Hexagonal architecture for java applications
Fabricio Epaminondas
 
Combining biz talk server + api apps
BizTalk360
 
Creating reusable pieces in Logic Apps
BizTalk360
 
The top integration features you probably didn’t know existed in Service Bus
BizTalk360
 
Microservices based Application Integration for SaaS, Hybrid Clouds and IoT
Bramh Gupta
 
Enterprise Application Integration Technologies
Peter R. Egli
 
Microservices = Death of the Enterprise Service Bus (ESB)?
Kai Wähner
 
Open API and API Management - Introduction and Comparison of Products: TIBCO ...
Kai Wähner
 
BizTalk Mapping Patterns and Best Practices
BizTalk360
 
BizTalk Server Performance Tips
BizTalk360
 
BizTalk Server Tips & Tricks for Developers and Admins (Deep Dive)
BizTalk360
 
Allied Consultants - Enterprise Application Integration
Allied Consultants
 
Holistic database for management of data including operational metrics
Mika Aho
 
BRE Deep Dive
BizTalk360
 
High available BizTalk infrastructure on Azure IaaS
BizTalk360
 
Ad

Similar to Microservices and the Cloud based future of integration final (20)

PPTX
Microservices and the Cloud-Based Future of Integration
BizTalk360
 
PDF
MuCon 2015 - Microservices in Integration Architecture
Kim Clark
 
PDF
3298 microservices and how they relate to esb api and messaging - inter con...
Kim Clark
 
PPTX
Best Practices Building Cloud Scale Apps with Microservices
Jim (张建军) Zhang
 
PPTX
Going MicroServices with Net
David Revoledo
 
PDF
20141210 - Microservice Container
Jamie (Taka) Wang
 
PPTX
Modern Enterprise integration Strategies
Jesus Rodriguez
 
PDF
Everything you want to know about microservices
Youness Lasmak
 
PPTX
Introduction to Microsoft Integration Technologies
BizTalk360
 
PPTX
Iot cloud service v2.0
Vinod Wilson
 
PPTX
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Cloud Native Day Tel Aviv
 
PPTX
Minecraft Integration Demo Deep Dive
BizTalk360
 
PDF
Building microservices on azure
Vaibhav Gujral
 
PPTX
Microservices and docker
Alex Ivy
 
PPTX
Integration & Microservices
Amr Salah
 
PDF
Microservices - Hitchhiker's guide to cloud native applications
Stijn Van Den Enden
 
PDF
Microservices: Where do they fit within a rapidly evolving integration archit...
Kim Clark
 
PDF
Why Microservice
Kelvin Yeung
 
PDF
Evolving your Architecture to MicroServices
Hector Tapia
 
PDF
How to Choose the Right Technology, Framework or Tool to Build Microservices
Kai Wähner
 
Microservices and the Cloud-Based Future of Integration
BizTalk360
 
MuCon 2015 - Microservices in Integration Architecture
Kim Clark
 
3298 microservices and how they relate to esb api and messaging - inter con...
Kim Clark
 
Best Practices Building Cloud Scale Apps with Microservices
Jim (张建军) Zhang
 
Going MicroServices with Net
David Revoledo
 
20141210 - Microservice Container
Jamie (Taka) Wang
 
Modern Enterprise integration Strategies
Jesus Rodriguez
 
Everything you want to know about microservices
Youness Lasmak
 
Introduction to Microsoft Integration Technologies
BizTalk360
 
Iot cloud service v2.0
Vinod Wilson
 
Microservices: Why and When? - Alon Fliess, CodeValue - Cloud Native Day Tel ...
Cloud Native Day Tel Aviv
 
Minecraft Integration Demo Deep Dive
BizTalk360
 
Building microservices on azure
Vaibhav Gujral
 
Microservices and docker
Alex Ivy
 
Integration & Microservices
Amr Salah
 
Microservices - Hitchhiker's guide to cloud native applications
Stijn Van Den Enden
 
Microservices: Where do they fit within a rapidly evolving integration archit...
Kim Clark
 
Why Microservice
Kelvin Yeung
 
Evolving your Architecture to MicroServices
Hector Tapia
 
How to Choose the Right Technology, Framework or Tool to Build Microservices
Kai Wähner
 
Ad

More from BizTalk360 (20)

PPTX
Optimise Business Activity Tracking – Insights from Smurfit Kappa
BizTalk360
 
PPTX
Optimise Business Activity Tracking – Insights from Smurfit Kappa
BizTalk360
 
PPTX
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
BizTalk360
 
PPTX
Integration Monday - Logic Apps: Development Experiences
BizTalk360
 
PPTX
Testing for Logic App Solutions | Integration Monday
BizTalk360
 
PPTX
No-Slides
BizTalk360
 
PPTX
System Integration using Reactive Programming | Integration Monday
BizTalk360
 
PPTX
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
BizTalk360
 
PPTX
Serverless Minimalism: How to architect your apps to save 98% on your Azure b...
BizTalk360
 
PPTX
Migrating BizTalk Solutions to Azure: Mapping Messages | Integration Monday
BizTalk360
 
PPTX
Integration-Monday-Infrastructure-As-Code-With-Terraform
BizTalk360
 
PDF
Integration-Monday-Stateful-Programming-Models-Serverless-Functions
BizTalk360
 
PPTX
Integration-Monday-Serverless-Slackbots-with-Azure-Durable-Functions
BizTalk360
 
PPTX
Integration-Monday-Building-Stateful-Workloads-Kubernetes
BizTalk360
 
PPTX
Integration-Monday-Logic-Apps-Tips-Tricks
BizTalk360
 
PPTX
Integration-Monday-Terraform-Serverless
BizTalk360
 
PPTX
Integration-Monday-Microsoft-Power-Platform
BizTalk360
 
PDF
One name unify them all
BizTalk360
 
PPTX
Securely Publishing Azure Services
BizTalk360
 
PPTX
Integration-Monday-BizTalk-Server-2020
BizTalk360
 
Optimise Business Activity Tracking – Insights from Smurfit Kappa
BizTalk360
 
Optimise Business Activity Tracking – Insights from Smurfit Kappa
BizTalk360
 
What's inside "migrating to biz talk server 2020" Book (BizTalk360 Webinar)
BizTalk360
 
Integration Monday - Logic Apps: Development Experiences
BizTalk360
 
Testing for Logic App Solutions | Integration Monday
BizTalk360
 
No-Slides
BizTalk360
 
System Integration using Reactive Programming | Integration Monday
BizTalk360
 
Building workflow solution with Microsoft Azure and Cloud | Integration Monday
BizTalk360
 
Serverless Minimalism: How to architect your apps to save 98% on your Azure b...
BizTalk360
 
Migrating BizTalk Solutions to Azure: Mapping Messages | Integration Monday
BizTalk360
 
Integration-Monday-Infrastructure-As-Code-With-Terraform
BizTalk360
 
Integration-Monday-Stateful-Programming-Models-Serverless-Functions
BizTalk360
 
Integration-Monday-Serverless-Slackbots-with-Azure-Durable-Functions
BizTalk360
 
Integration-Monday-Building-Stateful-Workloads-Kubernetes
BizTalk360
 
Integration-Monday-Logic-Apps-Tips-Tricks
BizTalk360
 
Integration-Monday-Terraform-Serverless
BizTalk360
 
Integration-Monday-Microsoft-Power-Platform
BizTalk360
 
One name unify them all
BizTalk360
 
Securely Publishing Azure Services
BizTalk360
 
Integration-Monday-BizTalk-Server-2020
BizTalk360
 

Recently uploaded (20)

PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PPTX
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
Digital Circuits, important subject in CS
contactparinay1
 
PPTX
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
DOCX
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PPTX
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
PPTX
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
PDF
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
COMPARISON OF RASTER ANALYSIS TOOLS OF QGIS AND ARCGIS
Sharanya Sarkar
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Digital Circuits, important subject in CS
contactparinay1
 
Agentforce World Tour Toronto '25 - Supercharge MuleSoft Development with Mod...
Alexandra N. Martinez
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Cryptography Quiz: test your knowledge of this important security concept.
Rajni Bhardwaj Grover
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
Transforming Utility Networks: Large-scale Data Migrations with FME
Safe Software
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Transcript: Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
MuleSoft MCP Support (Model Context Protocol) and Use Case Demo
shyamraj55
 
From Sci-Fi to Reality: Exploring AI Evolution
Svetlana Meissner
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
NLJUG Speaker academy 2025 - first session
Bert Jan Schrijver
 
“Voice Interfaces on a Budget: Building Real-time Speech Recognition on Low-c...
Edge AI and Vision Alliance
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 

Microservices and the Cloud based future of integration final