SlideShare uma empresa Scribd logo
1 de 32
1
BLOCKCHAIN	BOOTCAMP
FOR	BOARDS
AUSTRALIAN	INSTITUTE	OF	COMPANY	DIRECTORS
PERTH,	MAY	26	2016
NICHOLAS	GIURIETTO
Suddenly	Everybody	is	Talking	Blockchain
And	Everybody	is	INVESTING	in	Blockchain!
“Every	now	and	then,	something	comes	
along	that	might	just	change	everything.
And	this	is	one	of	those	moments.”
Elmer Funke Kupper,
Former CEO ASX
And	Everybody	is	INVESTING	in	Blockchain!
Bitcoin	and	Blockchain
• “Peer-to-peer	electronic	cash	that	allows	online	
payments	to	be	sent	directly	from	one	party	to	another	
without	going	through	a	financial	institution”
• Proposed	by	Satoshi	Nakamoto in	May	2008
• Bitcoin	“Genesis	Block”	in	January	2009
• Current	market	value	approx.	USD	7	Billion
• Underlying	technology	for	Bitcoin
• A	distributed	database	that	contains	blocks	of	
timestamped	transactions	linked	together	in	a	
continuous	chain
• Supports	the	“Proof	of	Work”	consensus	methodology	
and	data	immutability
• Allows	creation	and	trading	of	an	electronic	asset
• Technological	Foundations
• Business	Model	Disruptors
• Implications
• Next	Steps
AGENDA
Distributed	Ledger	provides	TRANSPARENCY
Transparency	is	great,	BUT ….
• Is	the	Information	Accurate?
• Can	Anybody	Mess	with	It?
• Who	Can	See	It?
BUT	…...
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
4. A	random node	completes	a	block
- and	broadcasts	it	to	other	nodes
Consensus	Protocol	establishes	ACCURACY
1. A	new	transaction is	created	on	one	node
2. The	transaction	is	broadcast	to	all	nodes
3. Each	node	starts	collecting	transactions	into	a	
block	(checks	validity)
4. A	random node	completes	a	block	
- and	broadcasts	it	to	other	nodes
5. Other	nodes	accept	the	block	(check	validity)	
and	add	it	to	their	blockchain
IMMUTABILITY	achieved	through	Blockchain
data
H(		)
• A	hash-pointer	is	a	cryptographic	reference	to	
a	piece	of	data
• SHA-256	is	a	standard	compression	algorithm
• The	hash	is	uniquely	associated	with	the	
underlying	data
data
Prev H(		)
data
Prev H(		)
data
Prev H(		)
H(		)
• In	a	Blockchain each	new	block	contains	
the	hash	function	of	the	previous	block.
• To	verify	the	whole	chain	– and	every	
transaction	in	it – you	only	need	to	be	
able	to	confirm	the	most	recent	hash
data
Prev H(		)
data
Prev H(		)
data
Prev H(		)
H(		)
• If	the	data	is	corrupted	(accidentally	or	
deliberately)	then	the	next	hash	and	all	
subsequent	blocks	fail
• This	creates	a	tamper-evident	ledger
Longest	Chain	provides	SECURITY
A	double-spend attack	occurs	where	a	malicious	actor	seeks	to	get	an	invalid	
transaction	incorporated	into	the	blockchain.
1. Alice	broadcasts	a	transaction	in	
which	she	pays	Bob	one	Bitcoin	
for	some	goods.
2. She	broadcasts	a	second	
transaction	in	which	she	pays	the	
same	Bitcoin	to	an	account	she	
controls.
3. Both	transactions	are	technically	
valid	but	only	one	can	end	up	in	
the	blockchain as	the	same	
Bitcoin	can’t	belong	to	two	
different	accounts	at	the	same	
time.
Longest	Chain	provides	SECURITY
How	does	Bob	protect	himself?
1. Bob	observes	the	valid	transaction	BUT	WAITS	before	releasing	the	goods
2. He	waits	until	the	valid	transaction	has	been	confirmed	in	subsequent	blocks	– generally	6
3. If	Alice	does	succeed	in	inserting	the	invalid	transaction	into	the	blockchain,	no	harm	is	done	as	
she	has	simply	paid	herself	but	not	received	any	goods.
1 2
3
Other	SECURITY	Considerations
• Normal	public/private	key	cryptography	is	used	to	maintain	the	
privacy	of	data	stored	on	the	blockchain.
• A	Takeover	Attack	is	theoretically	possible	if	a	malicious	actor	
could	gain	control	of	at	least	51%	of	the	processing	power	across	
the	network.
• Although	transactions	are	secure,	it	may	be	possible	to	observe	
data	flows	between	entities	on	a	distributed	network	and	draw	
some	insights	about	the	nature	of	the	transactions.		Tools	exist	to	
make	this	more	difficult.
SECURITY
ACCURACY
TRANSPARENCY
IMMUTABILITY
TRUST
The	Elements	of	TRUST
settlements
Permissioned	versus	Private	Blockchains
Different	use	cases	require	different	solutions.
Trade	offs	include:
• Security
• Consensus	mechanism
• Speed
settlements
Smart	Contracts
Features	of	a	Smart	Contract:
• computer	programs	that	emulate	(key)	contractual	clauses
• stored	on	a	blockchain to	give	both	parties	confidence	that	they	
will	operate	as	intended
settlements
Smart	Contracts
Bill	Buyer Sally	Seller
• Makes	payment	of	$100
• Publishes	 a	reversing	transaction	at	
time	T+1	unless	 any	two	parties	
agree	to	cancel	it.
• Sally	has	the	money	and	ships	
goods
• “Signs”	the	reversing	transaction
• Bob	receives	goods
• “Signs”	reversing	transaction	which	
is	now	cancelled.
Bob	has	the	goods Sally	has	the	money
settlements
Smart	Contracts
Bill	Buyer Sally	Seller
• Makes	payment	of	$100
• Publishes	 a	reversing	transaction	at	
time	T+1	unless	 any	two	parties	
agree	to	cancel	it.
• Sally	has	the	money	but	decides	
not	to	ship	the	goods.
• “Signs”	the	reversing	transaction
• Bob	does	not	receive	the	goods	by	T+1,	
does	not	sign	reversing	transaction
• Reversing	transaction	triggers	which	
returns	money	to	Bob
Bob	has	his	money	back
Sally	still	has	her	
goods	but	no	money
settlements
Smart	Contracts
Bill	Buyer Sally	Seller Jenny	Judge
• Bob	receives	goods	but	they	are	
damaged
• Does	not	sign	the	reversing	
transaction
Bob	has	the	goods Sally	still	has	the	money
• Before	T+1,	Sally	initiates	
adjudication
• Jenny	evaluates	condition	of	
the	goods
• Decides	that	Sally	is	right.
• Signs	the	reversing	transaction,	
which	is	now	cancelled.
settlements
Sectors	of	the	economy	that	will	be	impacted	by	Blockchain
solutions:
• Payments
• Settlements
• Origination
• Valuation
• Title
• Audit
• Supply	Chain
• Provenance
• Contracts
• Credit	Reporting
• Identity
The	Blockchain Tsunami
settlements
Trade	Finance
settlements
Provenance
settlements
Ledger	Assets	– Perth	Based
settlements
Ledger	Assets	– Perth	Based
Identity
Identity	information	is	currently	held	by	companies	about	an	
individual:
● Duplication	– KYC
● Sensitive data sent	to	multiple parties
● Company	liable	for	storage
● Many	‘honeypots’	 for	hackers	to	attack
Identity	Data	is	a	“Toxic	Asset”
Self-Sovereign	Identity
Self-sovereign	identity	means:
● Identity	data	held	immutably	on	a	blockchain
● A	web	of	trust	‘hardens’	the	data	over	time
● Canonical	source	of	data
● Identity	data	remains	in	the	ownership	of	the	individual
● Individual	permissions	who	can	see	what	data	for	what	purpose	and	for	how	long
Self-Sovereign	Identity
Good	for	Companies
Accuracy
Canonical	source	of	data
Reduced	Risk
Separate	transaction	data	
from	ID	data
Good	for	the	Individual
Control
Individual	permissions	
access	to	data
Audit
Access	is	logged	and	
visible	to	individual
Security
No	honeypots
Real-time	Updates
Rather	than	one	chance	
to	ask
1. Understand the Blockchain!
• Blockchain Bootcamp
2. Plan for the Moonshot.
• What is the radical disruption
that COULD happen?
3. Start Now.
• Practical Use Cases
• Incremental Learning &
Experience.
• Start small BUT start.
How	Can	YOUR	Business	Prepare?

Mais conteĂşdo relacionado

Mais procurados

Basic blockchain
Basic blockchainBasic blockchain
Basic blockchainAleksey Gudkov
 
Blockchain introduction
Blockchain introductionBlockchain introduction
Blockchain introductionJacoby Thwaites
 
Bitcoin, Banking and the Blockchain
Bitcoin, Banking and the BlockchainBitcoin, Banking and the Blockchain
Bitcoin, Banking and the Blockchainseancarmody
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger TechnologyJollen Chen
 
Blockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesBlockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesSĂŠbastien Tandel
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchainoudesign
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchainsCoin Sciences Ltd
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyGeorge Giaglis
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014WeKCo Coworking
 
Blockchain 101 presentation
Blockchain 101 presentationBlockchain 101 presentation
Blockchain 101 presentationJeff Brandt
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts Blockchain Council
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain Council
 
Blockchain workshop 101
Blockchain workshop 101Blockchain workshop 101
Blockchain workshop 101Karthikeyan VK
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveVittorio Zinetti
 
Blockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxBlockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxHenk van Cann
 

Mais procurados (20)

Blockchain Introduction
Blockchain IntroductionBlockchain Introduction
Blockchain Introduction
 
Basic blockchain
Basic blockchainBasic blockchain
Basic blockchain
 
Blockchain introduction
Blockchain introductionBlockchain introduction
Blockchain introduction
 
Bitcoin, Banking and the Blockchain
Bitcoin, Banking and the BlockchainBitcoin, Banking and the Blockchain
Bitcoin, Banking and the Blockchain
 
Introducing the Blockchain and Distributed Ledger Technology
Introducing the Blockchain and  Distributed Ledger TechnologyIntroducing the Blockchain and  Distributed Ledger Technology
Introducing the Blockchain and Distributed Ledger Technology
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challengesBlockchain overview, use cases, implementations and challenges
Blockchain overview, use cases, implementations and challenges
 
CST 20363 Session 7 - Blockchain
CST 20363 Session 7 - BlockchainCST 20363 Session 7 - Blockchain
CST 20363 Session 7 - Blockchain
 
Understanding private blockchains
Understanding private blockchainsUnderstanding private blockchains
Understanding private blockchains
 
Blockchain
BlockchainBlockchain
Blockchain
 
Toward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M MoneyToward Money-over-IP? From Bitcoin to M2M Money
Toward Money-over-IP? From Bitcoin to M2M Money
 
Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014Blockchain - Presentacion Betabeers Galicia 10/12/2014
Blockchain - Presentacion Betabeers Galicia 10/12/2014
 
Blockchain 101 presentation
Blockchain 101 presentationBlockchain 101 presentation
Blockchain 101 presentation
 
Blockchain 101
Blockchain 101Blockchain 101
Blockchain 101
 
5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts 5 Core Blockchain Technology Concepts
5 Core Blockchain Technology Concepts
 
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
Blockchain And Cryptocurrency : How Blockchain And Cryptocurrency Relate To E...
 
Blockchain workshop 101
Blockchain workshop 101Blockchain workshop 101
Blockchain workshop 101
 
Blockchain for Beginners
Blockchain for Beginners Blockchain for Beginners
Blockchain for Beginners
 
Blockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspectiveBlockchain technology and applications from a financial perspective
Blockchain technology and applications from a financial perspective
 
Blockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptxBlockchain fundamentals based on bas w_v1.1.pptx
Blockchain fundamentals based on bas w_v1.1.pptx
 

Semelhante a Blockchain bootcamp for boards

Blochchain Technology
Blochchain TechnologyBlochchain Technology
Blochchain TechnologyVenugopal90182
 
BLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxBLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxRajivmenan
 
Blockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractBlockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractPrashant Shahi
 
Blockchain
BlockchainBlockchain
BlockchainMaulik Shah
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyhellygeorge
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxhaifaazka
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptxAyushVerma584677
 
Bit coin basics 101
Bit coin basics 101Bit coin basics 101
Bit coin basics 101Tengku Hazleen
 
dfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptxdfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptxhdfkjshgkjdfhg
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptxARNAV PATEL
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCZeyad T. Al Mudhaf
 
Blockchain technology & it's application
Blockchain technology & it's applicationBlockchain technology & it's application
Blockchain technology & it's applicationBhushan Vidhate
 
Block chain
Block chainBlock chain
Block chaingehad hamdy
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technologyRoshniThadevus
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain workShishir Aryal
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Martin Hamilton
 

Semelhante a Blockchain bootcamp for boards (20)

Blockchain
BlockchainBlockchain
Blockchain
 
Blochchain Technology
Blochchain TechnologyBlochchain Technology
Blochchain Technology
 
Blockchain. exploring the unexplored
Blockchain. exploring the unexploredBlockchain. exploring the unexplored
Blockchain. exploring the unexplored
 
BLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptxBLOCKCHAIN KPR.pptx
BLOCKCHAIN KPR.pptx
 
Blockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart ContractBlockchain, Bitcoin and Ethereum's Smart Contract
Blockchain, Bitcoin and Ethereum's Smart Contract
 
Blockchain
BlockchainBlockchain
Blockchain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
C13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptxC13_blockchain introduction public (1).pptx
C13_blockchain introduction public (1).pptx
 
blockchain-introduction-public.pptx
blockchain-introduction-public.pptxblockchain-introduction-public.pptx
blockchain-introduction-public.pptx
 
Blockchain and Banking
Blockchain and BankingBlockchain and Banking
Blockchain and Banking
 
Bit coin basics 101
Bit coin basics 101Bit coin basics 101
Bit coin basics 101
 
dfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptxdfgsdjghkjsdhfg.pptx
dfgsdjghkjsdhfg.pptx
 
Blockchain technology.pptx
 Blockchain technology.pptx Blockchain technology.pptx
Blockchain technology.pptx
 
A Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCCA Primer on Blockchain and its Potential, with a Focus on the GCC
A Primer on Blockchain and its Potential, with a Focus on the GCC
 
Blockchain technology & it's application
Blockchain technology & it's applicationBlockchain technology & it's application
Blockchain technology & it's application
 
Block chain
Block chainBlock chain
Block chain
 
Blockchain technology
Blockchain technologyBlockchain technology
Blockchain technology
 
How does blockchain work
How does blockchain workHow does blockchain work
How does blockchain work
 
Blockchain development Services
Blockchain development ServicesBlockchain development Services
Blockchain development Services
 
Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017Blockchain in research and education - UKSG Webinar - September 2017
Blockchain in research and education - UKSG Webinar - September 2017
 

Último

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfOverkill Security
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024The Digital Insurer
 

Último (20)

DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Cyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdfCyberprint. Dark Pink Apt Group [EN].pdf
Cyberprint. Dark Pink Apt Group [EN].pdf
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 

Blockchain bootcamp for boards