SlideShare a Scribd company logo
1 of 16
Download to read offline
1
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices:	The	Netflix	Way	
21st April	2017
Hands	on	Workshop
DevOps,	Microservices	and	Containers	Summit	– Delhi	
Puneet Sachdev
Chief Architect - Agile, DevOps and Product Engineering
NIIT Technologies
https://www.linkedin.com/in/puneetsachdev
2
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
3
©	2017		Puneet	Sachdev	|		All	rights	reserved©	2017		Puneet	Sachdev	|		All	rights	reserved
4
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
Microservices	is	about	
splitting	a	single	
application	into	smaller	
pieces	which	are	
independent	and	have	
their	own	lifecycle
5
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
CRM DW Finance Loyalty
SOA	is	about	integrating	
different	applications	
which	can	be	internal	or	
3rd party
6
©	2017		Puneet	Sachdev	|		All	rights	reserved
Microservices	vs.	SOA	vs.	APIs
SOA	 Microservices
• Integration	between	different	applications • Splitting	an	application	into	smaller	pieces	
• Dominated	by	proprietary	stacks	 • Dominated	by	Open	Source	components	from	
organizations	like	Netflix	
• Smart	Pipes,	Dumb	Endpoints	 • Dumb	pipes,	Smart	Endpoints	
• Typically	Hub-n-Spoke.	Technology	
Monoliths	
• Completely	Distributed	
APIS
• APIs	are	interfaces	which	are	exposed	either	internally	and/or	externally	and	have	governance	
and	management	around	it
7
©	2017		Puneet	Sachdev	|		All	rights	reserved
Netflix	Microservices	Stack	
Service	Discovery Netflix	Eureka
Netflix	Zipkin
Config Netflix	Archaius
Tracing
Netflix	Zuul
Netflix	RibbonClient	LB
Fault	Tolerance
Proxy
Netflix	Hysterix
Service	Registrar Netflix	Prana
8
©	2017		Puneet	Sachdev	|		All	rights	reserved
Concept	1:	Service	Discovery	through	Netflix	Eureka
Concept	2:	Circuit	Breaker	using	Netflix	Hystrix
• Microservices	applications	have	many	moving	parts	and	span	across	multiple	boundaries
• How	to	prevent	a	network	or	service	failure	from	cascading	to	other	services?
Concept	3:	Real	time	monitoring	using	Netflix	Hystrix	Dashboard
• When	things	fail,	it	is	extremely	important	to	note	what	is	failing
• How	to	monitor	in	near	real	time	many	microservices?
Concept	4:	Load	Balancing	using	Netflix	Ribbon	
• Dumb	pipes	and	smart	endpoints.	Where	does	this	leave	load	balancing?
Concept	5:	Proxying using	Netflix	Zuul
• With	diverse	traffic	hitting	microservices,	how	to	get	an	ability	to	provide	intelligent	filters	on	
requests
• Microservices	applications	run	in	containerized/virtualized	and	cloud	environments	where	their	
actual	locations	change	dynamically	
• How	does	a	client	of	a	service	discover	the	location?
9
©	2017		Puneet	Sachdev	|		All	rights	reserved
Hands On Demo
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
10
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices
Subject	
Service
Verb	
Service
Article	
Service
Adjective	
Service
Noun
Service
You saw the leaky seat
Sentence
Service
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
2 servers
• 192.168.0.4
• 192.168.0.3
11
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	1
Verb	
Service
Eureka
Verb	
Service	2
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
12
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	2
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
13
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	3
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
Hystrix	
Dashboard
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
14
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	4
Verb	
Service
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
8. All services running
Hystrix	
Dashboard
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
15
©	2017		Puneet	Sachdev	|		All	rights	reserved
Sentence	Microservices	– Demo	5
Verb	
Service
Download the code from:
https://github.com/psachdev6375/microservices-bootcamp
Eureka
Verb	
Service	2
Sentence
Service
Subject	
Service
Article	
Service
Adjective	
Service
Noun
Service
Zuul
Hystrix	
Dashboard
1. Start Eureka Server
2. Start Verb Microservice
3. Start Verb2 Microservice
4. Check Eureka console
5. Start Sentence Service
6. See Circuit Breaker in action
7. Hystrix Dashboard
8. All services running
9. Zuul Proxy
16
©	2017		Puneet	Sachdev	|		All	rights	reserved
Thank You
Chief Architect - Agile, DevOps and Product Engineering, NIIT Technologies
https://www.linkedin.com/in/puneetsachdev
Puneet Sachdev

More Related Content

What's hot

Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
Ata pune 12 meetup  Future of testing 17 sep 2016 by sanjay upadhyayAta pune 12 meetup  Future of testing 17 sep 2016 by sanjay upadhyay
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyayAgile Testing Alliance
 
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...Capgemini
 
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014Welocalize
 
One company's journey to an open culture and innersource
One company's journey to an open culture and innersourceOne company's journey to an open culture and innersource
One company's journey to an open culture and innersourceJay Hopia
 
Strategies for efficient delivery with APIs containers micro services and DevOps
Strategies for efficient delivery with APIs containers micro services and DevOpsStrategies for efficient delivery with APIs containers micro services and DevOps
Strategies for efficient delivery with APIs containers micro services and DevOpsSven Bernhardt
 
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)Skillogic Solutions
 
Agile foundations for developers
Agile foundations for developers  Agile foundations for developers
Agile foundations for developers Tiffany Jachja
 
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Ata pune 12 meetup 17 September 2016 - Introduction by Amol DeshpandeAta pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Ata pune 12 meetup 17 September 2016 - Introduction by Amol DeshpandeAgile Testing Alliance
 
Webinar start your automation journey AppViewx
Webinar start your automation journey AppViewxWebinar start your automation journey AppViewx
Webinar start your automation journey AppViewxAppViewX
 
SusthitSoft Technologies
SusthitSoft TechnologiesSusthitSoft Technologies
SusthitSoft TechnologiesBhavik Shah
 
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...Capgemini
 
Martin Hinshelwood - A Devops Story from the Trenches
Martin Hinshelwood - A Devops Story from the TrenchesMartin Hinshelwood - A Devops Story from the Trenches
Martin Hinshelwood - A Devops Story from the TrenchesScrumDayLondon
 
Don’t Let Technology Slow Down Your Digital Transformation
Don’t Let Technology Slow Down Your Digital TransformationDon’t Let Technology Slow Down Your Digital Transformation
Don’t Let Technology Slow Down Your Digital TransformationDevOps.com
 
Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Synerzip
 
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...Capgemini
 
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...apidays
 
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...
INTERFACE, by apidays  - Spatially enabling Web APIs through OGC Standards  b...INTERFACE, by apidays  - Spatially enabling Web APIs through OGC Standards  b...
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...apidays
 
PRINCE2 Certification Training - Foundation & Practitioner Part 17
PRINCE2 Certification Training - Foundation & Practitioner Part 17PRINCE2 Certification Training - Foundation & Practitioner Part 17
PRINCE2 Certification Training - Foundation & Practitioner Part 17Skillogic Solutions
 

What's hot (20)

Pivotal Journeys
 Pivotal Journeys Pivotal Journeys
Pivotal Journeys
 
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
Ata pune 12 meetup  Future of testing 17 sep 2016 by sanjay upadhyayAta pune 12 meetup  Future of testing 17 sep 2016 by sanjay upadhyay
Ata pune 12 meetup Future of testing 17 sep 2016 by sanjay upadhyay
 
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
CWIN17 Toulouse / Opc ua, the de facto interoperability standard for industry...
 
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
Welocalize Cisco CNGL Partnership Shared at Localization World Dublin 2014
 
One company's journey to an open culture and innersource
One company's journey to an open culture and innersourceOne company's journey to an open culture and innersource
One company's journey to an open culture and innersource
 
Strategies for efficient delivery with APIs containers micro services and DevOps
Strategies for efficient delivery with APIs containers micro services and DevOpsStrategies for efficient delivery with APIs containers micro services and DevOps
Strategies for efficient delivery with APIs containers micro services and DevOps
 
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
PRINCE2 Certification Training - Foundation & Practitioner Part 1 (3)
 
Agile foundations for developers
Agile foundations for developers  Agile foundations for developers
Agile foundations for developers
 
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Ata pune 12 meetup 17 September 2016 - Introduction by Amol DeshpandeAta pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
Ata pune 12 meetup 17 September 2016 - Introduction by Amol Deshpande
 
Webinar start your automation journey AppViewx
Webinar start your automation journey AppViewxWebinar start your automation journey AppViewx
Webinar start your automation journey AppViewx
 
SusthitSoft Technologies
SusthitSoft TechnologiesSusthitSoft Technologies
SusthitSoft Technologies
 
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
CWIN17 Toulouse / Enhance the efficiency of your field operations with augmen...
 
Martin Hinshelwood - A Devops Story from the Trenches
Martin Hinshelwood - A Devops Story from the TrenchesMartin Hinshelwood - A Devops Story from the Trenches
Martin Hinshelwood - A Devops Story from the Trenches
 
Don’t Let Technology Slow Down Your Digital Transformation
Don’t Let Technology Slow Down Your Digital TransformationDon’t Let Technology Slow Down Your Digital Transformation
Don’t Let Technology Slow Down Your Digital Transformation
 
Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?Is React The Best Thing Since Sliced Bread?
Is React The Best Thing Since Sliced Bread?
 
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
CWIN17 Toulouse / Business that rely on data stax enterprise make smart decis...
 
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
apidays LIVE Hong Kong 2021 - How to organize a hackathon that really stands ...
 
Git best practice
Git best practiceGit best practice
Git best practice
 
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...
INTERFACE, by apidays  - Spatially enabling Web APIs through OGC Standards  b...INTERFACE, by apidays  - Spatially enabling Web APIs through OGC Standards  b...
INTERFACE, by apidays - Spatially enabling Web APIs through OGC Standards b...
 
PRINCE2 Certification Training - Foundation & Practitioner Part 17
PRINCE2 Certification Training - Foundation & Practitioner Part 17PRINCE2 Certification Training - Foundation & Practitioner Part 17
PRINCE2 Certification Training - Foundation & Practitioner Part 17
 

Similar to Microservices: The Netflix Way

Strategies for efficient delivery with APIs, containers, Microservices and De...
Strategies for efficient delivery with APIs, containers, Microservices and De...Strategies for efficient delivery with APIs, containers, Microservices and De...
Strategies for efficient delivery with APIs, containers, Microservices and De...Sven Bernhardt
 
Vancouver Microservices Meetup - Kickoff Session
Vancouver Microservices Meetup - Kickoff SessionVancouver Microservices Meetup - Kickoff Session
Vancouver Microservices Meetup - Kickoff SessionMatt McLarty
 
IoT Architecture - are traditional architectures good enough or do we need n...
 IoT Architecture - are traditional architectures good enough or do we need n... IoT Architecture - are traditional architectures good enough or do we need n...
IoT Architecture - are traditional architectures good enough or do we need n...Guido Schmutz
 
D mayo achieving architectural agility agile in gov conf apr 19 2017
D mayo achieving architectural agility agile in gov conf apr 19 2017D mayo achieving architectural agility agile in gov conf apr 19 2017
D mayo achieving architectural agility agile in gov conf apr 19 2017Dave Mayo
 
Tried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodTried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodVMware Tanzu
 
Synectiks Microservice Platform
Synectiks Microservice PlatformSynectiks Microservice Platform
Synectiks Microservice PlatformPapu Bhattacharya
 
Intro to Microservices - SimtTLiX Tech Talk
Intro to Microservices - SimtTLiX Tech TalkIntro to Microservices - SimtTLiX Tech Talk
Intro to Microservices - SimtTLiX Tech TalkLeo Marzo
 
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)Jorge Hidalgo
 
How to apply DevOps in a regulated organisation
How to apply DevOps in a regulated organisationHow to apply DevOps in a regulated organisation
How to apply DevOps in a regulated organisationColin Domoney
 
Webinar_102317_Heffner.ppt
Webinar_102317_Heffner.pptWebinar_102317_Heffner.ppt
Webinar_102317_Heffner.pptssuserc04f7b
 
How to get the best out of DevSecOps - an operations perspective
How to get the best out of DevSecOps - an operations perspectiveHow to get the best out of DevSecOps - an operations perspective
How to get the best out of DevSecOps - an operations perspectiveColin Domoney
 
M|18 ServiceNow Keynote
M|18 ServiceNow KeynoteM|18 ServiceNow Keynote
M|18 ServiceNow KeynoteMariaDB plc
 
Journey to Cloud-Native: Where to start in your app modernization process
Journey to Cloud-Native: Where to start in your app modernization processJourney to Cloud-Native: Where to start in your app modernization process
Journey to Cloud-Native: Where to start in your app modernization processVMware Tanzu
 
CWIN17 India / Industrialization - ad center -virtual-session rajashree das
CWIN17 India / Industrialization - ad center -virtual-session  rajashree dasCWIN17 India / Industrialization - ad center -virtual-session  rajashree das
CWIN17 India / Industrialization - ad center -virtual-session rajashree dasCapgemini
 
Engineering DevOps and Cloud
Engineering DevOps and CloudEngineering DevOps and Cloud
Engineering DevOps and CloudMarc Hornbeek
 
Architectural best practice (extract) tmf
Architectural best practice (extract)   tmfArchitectural best practice (extract)   tmf
Architectural best practice (extract) tmfBrian Levy
 
API First - Best Practices for consistent API management
API First - Best Practices for consistent API managementAPI First - Best Practices for consistent API management
API First - Best Practices for consistent API managementSven Bernhardt
 
Webinar on 1st Open Call - slideset
Webinar on 1st Open Call - slidesetWebinar on 1st Open Call - slideset
Webinar on 1st Open Call - slidesetsymbiote-h2020
 

Similar to Microservices: The Netflix Way (20)

Strategies for efficient delivery with APIs, containers, Microservices and De...
Strategies for efficient delivery with APIs, containers, Microservices and De...Strategies for efficient delivery with APIs, containers, Microservices and De...
Strategies for efficient delivery with APIs, containers, Microservices and De...
 
Vancouver Microservices Meetup - Kickoff Session
Vancouver Microservices Meetup - Kickoff SessionVancouver Microservices Meetup - Kickoff Session
Vancouver Microservices Meetup - Kickoff Session
 
IoT Architecture - are traditional architectures good enough or do we need n...
 IoT Architecture - are traditional architectures good enough or do we need n... IoT Architecture - are traditional architectures good enough or do we need n...
IoT Architecture - are traditional architectures good enough or do we need n...
 
Perth PUXX Slides - June 2017
Perth PUXX Slides - June 2017Perth PUXX Slides - June 2017
Perth PUXX Slides - June 2017
 
D mayo achieving architectural agility agile in gov conf apr 19 2017
D mayo achieving architectural agility agile in gov conf apr 19 2017D mayo achieving architectural agility agile in gov conf apr 19 2017
D mayo achieving architectural agility agile in gov conf apr 19 2017
 
Tried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based MethodTried and True Approach to Cloud Native Design - An Experienced Based Method
Tried and True Approach to Cloud Native Design - An Experienced Based Method
 
Synectiks Microservice Platform
Synectiks Microservice PlatformSynectiks Microservice Platform
Synectiks Microservice Platform
 
Intro to Microservices - SimtTLiX Tech Talk
Intro to Microservices - SimtTLiX Tech TalkIntro to Microservices - SimtTLiX Tech Talk
Intro to Microservices - SimtTLiX Tech Talk
 
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)
Accenture Liquid Architectures (for Master EMSE UPM-FI - April 2017)
 
How to apply DevOps in a regulated organisation
How to apply DevOps in a regulated organisationHow to apply DevOps in a regulated organisation
How to apply DevOps in a regulated organisation
 
Webinar_102317_Heffner.ppt
Webinar_102317_Heffner.pptWebinar_102317_Heffner.ppt
Webinar_102317_Heffner.ppt
 
How to get the best out of DevSecOps - an operations perspective
How to get the best out of DevSecOps - an operations perspectiveHow to get the best out of DevSecOps - an operations perspective
How to get the best out of DevSecOps - an operations perspective
 
M|18 ServiceNow Keynote
M|18 ServiceNow KeynoteM|18 ServiceNow Keynote
M|18 ServiceNow Keynote
 
Journey to Cloud-Native: Where to start in your app modernization process
Journey to Cloud-Native: Where to start in your app modernization processJourney to Cloud-Native: Where to start in your app modernization process
Journey to Cloud-Native: Where to start in your app modernization process
 
Why Microservice
Why Microservice Why Microservice
Why Microservice
 
CWIN17 India / Industrialization - ad center -virtual-session rajashree das
CWIN17 India / Industrialization - ad center -virtual-session  rajashree dasCWIN17 India / Industrialization - ad center -virtual-session  rajashree das
CWIN17 India / Industrialization - ad center -virtual-session rajashree das
 
Engineering DevOps and Cloud
Engineering DevOps and CloudEngineering DevOps and Cloud
Engineering DevOps and Cloud
 
Architectural best practice (extract) tmf
Architectural best practice (extract)   tmfArchitectural best practice (extract)   tmf
Architectural best practice (extract) tmf
 
API First - Best Practices for consistent API management
API First - Best Practices for consistent API managementAPI First - Best Practices for consistent API management
API First - Best Practices for consistent API management
 
Webinar on 1st Open Call - slideset
Webinar on 1st Open Call - slidesetWebinar on 1st Open Call - slideset
Webinar on 1st Open Call - slideset
 

Recently uploaded

5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdfWave PLM
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsArshad QA
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️anilsa9823
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 

Recently uploaded (20)

5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online  ☂️
CALL ON ➥8923113531 🔝Call Girls Kakori Lucknow best sexual service Online ☂️
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 

Microservices: The Netflix Way