SlideShare a Scribd company logo
1 of 84
Download to read offline
FROM
MICROLITHS
TO
MICROSYSTEMSJONAS BONÉR
@JBONER
LIGHTBEND
WE HAVE BEEN SPOILED BY
THE ALMIGHTY
MONOLITH
KNOCK, KNOCK. WHO’S THERE?
REALITY
WE CAN'T MAKE THE HORSE FASTER
WE NEED CARS FOR WHERE WE ARE GOING
BUT DON'T JUST DRINK THE
THINK FOR YOURSELF
NO ONE WANTS
MICROSERVICES
IT'S A NECCESSARY EVIL
ARCHITECTURAL CONTEXT OF MICROSERVICES:
DISTRIBUTED SYSTEMS
LET'S SAY THAT WE WANT TO
SLICE THIS MONOLITH UP
TOO MANY END UP WITH AN ARCHITECTURE LIKE THIS
MICROLITH:
SINGLE INSTANCE
MICROSERVICE
-NOT RESILIENT
-NOT ELASTIC
One actor is no actor.
Actors come in systems.
— Carl Hewitt
MICROSERVICES
COME IN SYSTEMS
AS SOON AS WE
EXIT THE SERVICE
WE ENTER A WILD OCEAN OF
NON-DETERMINISM
THE WORLD OF
DISTRIBUTED SYSTEMS
SYSTEMS NEED TO
EXPLOIT REALITY
EMBRACE REALITY
AND ITS CONSTRAINTS
SHALL SET YOU FREE
INFORMATION HAS
LATENCY
The contents of
a message are
always from the past!
They are never “now.”
— Pat Helland
WE ARE ALWAYS LOOKING INTO THE PAST
THE COST OF MAINTAINING THE
ILLUSION
OF AN ABSOLUTE
NOW
AS LATENCY GETS HIGHER, THE
ILLUSION CRACKS EVEN MORE
In a distributed system,
you can know where
the work is done
or you can know when
the work is done
but you can’t know both
— Pat Helland
STRIVE TO MINIMIZE
COUPLING &
COMMUNICATION
Words are very
unecessary.
They can only do harm.
Enjoy the silence.
— Enjoy the Silence by Martin Gore
(Depeche Mode)
Silence is not only
golden, it is seldom
misquoted.
— Bob Monkhouse
WE HAVE TO RELY ON
EVENTUAL CONSISTENCY
BUT RELAX
IT'S HOW THE WORLD WORKS
NO ONE WANTS
EVENTUAL CONSISTENCY.
IT'S A NECESSARY EVIL.
IT'S NOT COOL. IT'S USEFUL.
TWO HELPFUL TOOLS
1. REACTIVE DESIGN
2. EVENTS-FIRST DDD
REACTIVE PROGRAMMING
VS
REACTIVE SYSTEMS
REACTIVE PROGRAMMING CAN HELP US MAKING
THE INDIVIDUAL SERVICE INSTANCE
HIGHLY PERFORMANT AND EFFICIENT
REACTIVE SYSTEMS CAN HELP US BUILDING
DISTRIBUTED SYSTEMS THAT ARE
ELASTIC AND RESILIENT
GOASYNCHRONOUS
ASYNC IO—IS ABOUT NOT BLOCKING
THREADS
ASYNC COMM—IS ABOUT NOT BLOCKING
REQUESTS
GO ASYNCHRONOUS &
NON-BLOCKING
- MORE EFFICIENT USE OF RESOURCES
- MINIMIZES CONTENTION ON SHARED
RESOURCES
ALWAYS APPLY BACK-PRESSURE
A FAST SYSTEM
SHOULD NOT OVERLOAD
A SLOW SYSTEM
LET'S APPLY REACTIVE PROGRAMMING TO OUR MICROLITHS
WE NEED TO EXTEND OUR MODELS OF
COMMUNICATION1. ASYNCHRONOUS MESSAGING (N-M)
2. STREAMING (1-1)
3. SYNCHRONOUS REQUEST/REPLY (1-1)
WE'RE GETTING THERE, BUT WE STILL HAVE A
SINGLE INSTANCE MICROSERVICE
—NOT SCALABLE
—NOT RESILIENT
MICROSERVICES
COME AS SYSTEMS
EACH MICROSERVICENEEDS BE DESIGNED AS
A DISTRIBUTED SYSTEM
A MICROSYSTEM
WE NEED TO MOVE
FROM MICROLITHS
TO MICROSYSTEMS
SEPARATE THE
STATELESS BEHAVIOR
FROM THE
STATEFUL ENTITYTO SCALE THEM INDIVIDUALLY
SCALING (STATELESS) BEHAVIOR
IS EASY
SCALING (STATEFUL) ENTITIES
IS HARD
THERE IS NO SUCH THING AS A
"STATELESS" ARCHITECTURE
IT'S JUST SOMEONE ELSE'S PROBLEM
THE ENTITY CAN BECOME AN
ESCAPE ROUTE
FROM REALITY.
A SAFE ISLAND OF
DETERMINISM AND
STRONG CONSISTENCY
REACTIVE SYSTEMS
HELPS MAKING THE
MICROSERVICE (MICROSYSTEM)
RESILIENT AND
ELASTICALLY SCALABLE
LEARN MORE AT REACTIVEMANIFESTO.ORG
REACTIVE SYSTEMS ARE BASED ON
ASYNCHRONOUS
MESSAGE-PASSING
ALLOWS DECOUPLING IN
SPACEAND
TIME
ALLOWS FOR LOCATION TRANSPARENCY
ONE COMMUNICATION ABSTRACTION ACROSS ALL DIMENSIONS OF SCALE
CORE SOCKET CPU
CONTAINER SERVER RACK
DATA CENTER SYSTEM
But I'll take my time
anywhere.
I'm free to speak my
mind anywhere.
And I'll redefine
anywhere.
Anywhere I roam.
Where I lay my head is
home.
— Wherever I May Roam by Lars Ulrich,
James Hetfield (Metallica)
THE PATH TOWARDS RESILIENCE
1. Decentralized Architecture
2. Bulkheading
3. Replication
4. Failure Detection
5. Supervision
⇒ Self-healing systems
THE PATH TOWARDS ELASTICITY
1. Decentralized Architecture
2. Epidemic Gossip Protocols
3. Self-organization
4. Location Transparency
⇒ Elastic systems
THINK IN TERMS OF
CONSISTENCY BOUNDARIES
INSIDE DATA: OUR CURRENT PRESENT (STATE)
OUTSIDE DATA: BLAST FROM THE PAST (FACTS)
BETWEEN SERVICES: HOPE FOR THE FUTURE (COMMANDS)
— PAT HELLAND, DATA ON THE INSIDE VS DATA ON THE OUTSIDE
PRACTICE
EVENTS-FIRST
DOMAIN-DRIVEN DESIGN
DON'T FOCUS ON THE THINGS—THE NOUNS
FOCUS ON WHAT HAPPENS—THE EVENTS
LET THE
EVENTS DEFINE
THE BOUNDED CONTEXT
EVENTS REPRESENT FACTS
To condense fact from
the vapor of nuance
— Neal Stephenson, Snow Crash
...AND WE ARE NOT TALKING ABOUT
ALTERNATIVE FACTS
WHAT ARE THE
FACTS?
UNDERSTAND HOW FACTS ARE CAUSALLY RELATED
HOW FACTS FLOW IN THE SYSTEM
WE NEED TO
CONTAIN MUTABLE STATE &
PUBLISH FACTS
The truth is the log.
The database is a cache
of a subset of the log.
— Pat Helland
CRUDIS DEAD
FAVOR
EVENT LOGGING
THE LOGIS A DATABASE OF THE PAST
NOT JUST A DATABASE OF THE PRESENT
EVENT LOGGING AVOIDS THE INFAMOUS
OBJECT-RELATIONAL
IMPEDENCE MISMATCH
UNTANGLE THE
READ & WRITEMODELS WITH
CQRS & EVENT SOURCING
BUT WHAT ABOUT
TRANSACTIONS?
In general,
application developers
simply do not implement
large scalable
applications
assuming distributed
transactions.
— Pat Helland
USE A PROTOCOL OF
GUESS.
APOLOGIZE.
COMPENSATE.
IT'S HOW THE
WORLD WORKS
IN SUMMARY
1. Don't build Microliths
2. Microservices come in (distributed) systems
3. Microservices come as (micro)systems
4. Embrace the Reactive principles
5. Embrace Event-first DDD & Persistence
6. Profit!
TRY THE
LAGOMMICROSERVICES
FRAMEWORK
POWERED BY AKKA & PLAY
LAGOMFRAMEWORK.COM
LEARN
MOREDOWNLOAD MY BOOK FOR FREE AT:
BIT.LY/REACTIVE-MICROSERVICES-ARCHITECTURE
THANK
YOU
From Microliths To Microsystems

More Related Content

Similar to From Microliths To Microsystems

Leverage PointsPlaces to Intervene in aSystemby Donell.docx
Leverage PointsPlaces to Intervene in aSystemby Donell.docxLeverage PointsPlaces to Intervene in aSystemby Donell.docx
Leverage PointsPlaces to Intervene in aSystemby Donell.docx
croysierkathey
 
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
Sociotechnical Roundtable
 
NW_Complexity_article
NW_Complexity_articleNW_Complexity_article
NW_Complexity_article
Jacek Marczyk
 
2016-10-21 CAS Annual Meeting Slides
2016-10-21 CAS Annual Meeting Slides2016-10-21 CAS Annual Meeting Slides
2016-10-21 CAS Annual Meeting Slides
Michael Solomon
 
AllDayDevOps 2020 Aaron Rinehart Security Differently
AllDayDevOps 2020 Aaron Rinehart Security DifferentlyAllDayDevOps 2020 Aaron Rinehart Security Differently
AllDayDevOps 2020 Aaron Rinehart Security Differently
Aaron Rinehart
 
Creating Radically Better Futures
Creating Radically Better Futures Creating Radically Better Futures
Creating Radically Better Futures
Ville Tikka
 

Similar to From Microliths To Microsystems (20)

Leverage PointsPlaces to Intervene in aSystemby Donell.docx
Leverage PointsPlaces to Intervene in aSystemby Donell.docxLeverage PointsPlaces to Intervene in aSystemby Donell.docx
Leverage PointsPlaces to Intervene in aSystemby Donell.docx
 
From Microliths to Microsystems
From Microliths to MicrosystemsFrom Microliths to Microsystems
From Microliths to Microsystems
 
Society for Risk Analysis On Transnational Risk & Terrorism
Society for Risk Analysis  On Transnational Risk & TerrorismSociety for Risk Analysis  On Transnational Risk & Terrorism
Society for Risk Analysis On Transnational Risk & Terrorism
 
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
Complex Systems Failure: Designing Reliability Teams - 2012 STS Roundtable Pr...
 
NW_Complexity_article
NW_Complexity_articleNW_Complexity_article
NW_Complexity_article
 
Business dynamics - Introduction
Business dynamics  - IntroductionBusiness dynamics  - Introduction
Business dynamics - Introduction
 
DeepSec 2014 - The Measured CSO
DeepSec 2014 - The Measured CSODeepSec 2014 - The Measured CSO
DeepSec 2014 - The Measured CSO
 
2016-10-21 CAS Annual Meeting Slides
2016-10-21 CAS Annual Meeting Slides2016-10-21 CAS Annual Meeting Slides
2016-10-21 CAS Annual Meeting Slides
 
"Managing Complexity" Executive MBA Presentation (3/3)
"Managing Complexity" Executive MBA Presentation (3/3)"Managing Complexity" Executive MBA Presentation (3/3)
"Managing Complexity" Executive MBA Presentation (3/3)
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Security Differently - DevSecOps Days Austin 2019
Security Differently - DevSecOps Days Austin 2019Security Differently - DevSecOps Days Austin 2019
Security Differently - DevSecOps Days Austin 2019
 
Am i doing deployments right?
Am i doing deployments right?Am i doing deployments right?
Am i doing deployments right?
 
ROBERT ROSEN AND GEORGE LAKOFF: THE ROLE OF CAUSALITY IN COMPLEX SYSTEMS
ROBERT ROSEN AND GEORGE LAKOFF: THE ROLE OF CAUSALITY IN COMPLEX SYSTEMS  ROBERT ROSEN AND GEORGE LAKOFF: THE ROLE OF CAUSALITY IN COMPLEX SYSTEMS
ROBERT ROSEN AND GEORGE LAKOFF: THE ROLE OF CAUSALITY IN COMPLEX SYSTEMS
 
Unit 2a: Scenario planning presentation
Unit 2a: Scenario planning presentation Unit 2a: Scenario planning presentation
Unit 2a: Scenario planning presentation
 
Discovering the World of Complexity
Discovering the World of ComplexityDiscovering the World of Complexity
Discovering the World of Complexity
 
8 Things That Make Continuous Delivery Go Nuts
8 Things That Make Continuous Delivery Go Nuts8 Things That Make Continuous Delivery Go Nuts
8 Things That Make Continuous Delivery Go Nuts
 
AllDayDevOps 2020 Aaron Rinehart Security Differently
AllDayDevOps 2020 Aaron Rinehart Security DifferentlyAllDayDevOps 2020 Aaron Rinehart Security Differently
AllDayDevOps 2020 Aaron Rinehart Security Differently
 
It's Not Simple, Stupid: Dealing with Complex Systems and Wicked Problems
It's Not Simple, Stupid: Dealing with Complex Systems and Wicked ProblemsIt's Not Simple, Stupid: Dealing with Complex Systems and Wicked Problems
It's Not Simple, Stupid: Dealing with Complex Systems and Wicked Problems
 
Creating Radically Better Futures
Creating Radically Better Futures Creating Radically Better Futures
Creating Radically Better Futures
 
"Managing Complexity" Executive MBA Presentation (2/3)
"Managing Complexity" Executive MBA Presentation (2/3)"Managing Complexity" Executive MBA Presentation (2/3)
"Managing Complexity" Executive MBA Presentation (2/3)
 

More from Jonas Bonér

Kalix: Tackling the The Cloud to Edge Continuum
Kalix: Tackling the The Cloud to Edge ContinuumKalix: Tackling the The Cloud to Edge Continuum
Kalix: Tackling the The Cloud to Edge Continuum
Jonas Bonér
 
Cloudstate—Towards Stateful Serverless
Cloudstate—Towards Stateful ServerlessCloudstate—Towards Stateful Serverless
Cloudstate—Towards Stateful Serverless
Jonas Bonér
 
Life Beyond the Illusion of Present
Life Beyond the Illusion of PresentLife Beyond the Illusion of Present
Life Beyond the Illusion of Present
Jonas Bonér
 
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVMState: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
Jonas Bonér
 

More from Jonas Bonér (16)

We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?We are drowning in complexity—can we do better?
We are drowning in complexity—can we do better?
 
Kalix: Tackling the The Cloud to Edge Continuum
Kalix: Tackling the The Cloud to Edge ContinuumKalix: Tackling the The Cloud to Edge Continuum
Kalix: Tackling the The Cloud to Edge Continuum
 
The Reactive Principles: Design Principles For Cloud Native Applications
The Reactive Principles: Design Principles For Cloud Native ApplicationsThe Reactive Principles: Design Principles For Cloud Native Applications
The Reactive Principles: Design Principles For Cloud Native Applications
 
Cloudstate—Towards Stateful Serverless
Cloudstate—Towards Stateful ServerlessCloudstate—Towards Stateful Serverless
Cloudstate—Towards Stateful Serverless
 
Designing Events-first Microservices
Designing Events-first MicroservicesDesigning Events-first Microservices
Designing Events-first Microservices
 
Life Beyond the Illusion of Present
Life Beyond the Illusion of PresentLife Beyond the Illusion of Present
Life Beyond the Illusion of Present
 
Go Reactive: Building Responsive, Resilient, Elastic & Message-Driven Systems
Go Reactive: Building Responsive, Resilient, Elastic & Message-Driven SystemsGo Reactive: Building Responsive, Resilient, Elastic & Message-Driven Systems
Go Reactive: Building Responsive, Resilient, Elastic & Message-Driven Systems
 
Reactive Supply To Changing Demand
Reactive Supply To Changing DemandReactive Supply To Changing Demand
Reactive Supply To Changing Demand
 
Building Reactive Systems with Akka (in Java 8 or Scala)
Building Reactive Systems with Akka (in Java 8 or Scala)Building Reactive Systems with Akka (in Java 8 or Scala)
Building Reactive Systems with Akka (in Java 8 or Scala)
 
Introducing Akka
Introducing AkkaIntroducing Akka
Introducing Akka
 
Building Scalable, Highly Concurrent & Fault Tolerant Systems - Lessons Learned
Building Scalable, Highly Concurrent & Fault Tolerant Systems -  Lessons LearnedBuilding Scalable, Highly Concurrent & Fault Tolerant Systems -  Lessons Learned
Building Scalable, Highly Concurrent & Fault Tolerant Systems - Lessons Learned
 
Event Driven-Architecture from a Scalability perspective
Event Driven-Architecture from a Scalability perspectiveEvent Driven-Architecture from a Scalability perspective
Event Driven-Architecture from a Scalability perspective
 
Scalability, Availability & Stability Patterns
Scalability, Availability & Stability PatternsScalability, Availability & Stability Patterns
Scalability, Availability & Stability Patterns
 
Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Ac...
Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Ac...Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Ac...
Akka: Simpler Scalability, Fault-Tolerance, Concurrency & Remoting through Ac...
 
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVMState: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
State: You're Doing It Wrong - Alternative Concurrency Paradigms For The JVM
 
Pragmatic Real-World Scala (short version)
Pragmatic Real-World Scala (short version)Pragmatic Real-World Scala (short version)
Pragmatic Real-World Scala (short version)
 

Recently uploaded

Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
Epec Engineered Technologies
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
ssuser89054b
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
MayuraD1
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 

Recently uploaded (20)

Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
Jaipur ❤CALL GIRL 0000000000❤CALL GIRLS IN Jaipur ESCORT SERVICE❤CALL GIRL IN...
 
Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)Theory of Time 2024 (Universal Theory for Everything)
Theory of Time 2024 (Universal Theory for Everything)
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Introduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdfIntroduction to Data Visualization,Matplotlib.pdf
Introduction to Data Visualization,Matplotlib.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Work-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptxWork-Permit-Receiver-in-Saudi-Aramco.pptx
Work-Permit-Receiver-in-Saudi-Aramco.pptx
 
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKARHAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
HAND TOOLS USED AT ELECTRONICS WORK PRESENTED BY KOUSTAV SARKAR
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 

From Microliths To Microsystems