SlideShare uma empresa Scribd logo
1 de 82
Baixar para ler offline
Software	Development
[	in,	for	]
	the	Cloud
Guest	Lecture	@	HSR	
6th	May	2014
Florian	Georg
Solution	Architect	-	IBM	Switzerland
florian.georg@ch.ibm.com
@florian_georg
http://perceptivedev.wordpress.com
Welcome	to...
Agenda
Software	runs	the	world		
What	do	we	mean	by	"devOps"		?
Develop:	Eclipse	Orion	and	IBM	JazzHub	
Run:	Cloud	Foundry	and	IBM	BlueMix	
Deliver:	a	continuous	delivery	pipeline	
Call	to	Action
Software	runs	the	world
	We're	in	a	303.8	billion	$	industry
New	Business	Models
Traveling	Salesman
http://xkcd.com/399/
We	like	what	we're	doing
PAST	(sort	of)
TODAY
>>	we	need	new	different	practices,	platforms	and	tools
New	Challenges
Productivity
Time	to	market,	the	Lean	Enterprise,	devOps,	MTBF	vs.	MTTR	
Innovation
Design	Thinking,	User	Experience	(UX),	disruptive	technology	(CAMS,	IoT)...	
Quality	
continuous	delivery,	automation,	standardized	platforms
Productivity	?
Moore's	Law	does	not	apply	to	Software
Innovation	?
Quality	?
	
Development	!=	Delivery
What	we	mean	by	"devOps"
	 	
first	principle	of	the	"Agile	Manifesto"
IBM	Vision
Cloud	to	the	rescue	?
	
Cloud	Service	Models	can	help...
reduce	administrative	burden	of	technology	stacks	
Streamline	&	standardize	delivery	processes	
shorten	delivery	&	feedback	cycles
Raising	Levels	of	Abstraction
	<
<<
Taxonomy
	http://www.cloudcomputingpatterns.org/
		A	Pattern	language	for	solutions	for	designing,	building	&	managing	Cloud	applications
Dan	Berg:	Adopting	a	devOps	approach	with	cloud 	
http://youtu.be/fVaJigwfNY4
Pattern:	PaaS
Providers	share	IT	resources	providing	an	application
hosting	environment	between	customers	to	enable	self-
service,	rapid	elasticity,	and	pay-per-use	pricing.
http://www.cloudcomputingpatterns.org/Platform_as_a_Service_(PaaS)
Pattern:	SaaS
	
Providers	share	IT	resources	providing	human-usable
application	software	between	customers	to	enable	self-
service,	rapid	elasticity,	and	pay-per-use	pricing.
	http://www.cloudcomputingpatterns.org/Software_as_a_Service_(SaaS)
Develop
Cloud,	Anyone	?
What	About	Private	Clouds	?
Better	utilization	of	corporate	data	centers
(outsourcing,	"follow	the	sun	development"	etc.)
Improved	time	to	market		
Reduce	administration	burden	
(e.g.	workstation	provisioning	&	patching)
Multi-tenant	models	for	different	business	units	
Frictionless	application	lifecycle	management	
	
	
	http://www.cloudcomputingpatterns.org/Private_Cloud
Eclipse	Orion
	
http://eclipse.org/orion
Code	Anywhere
Orion	Architecture
http://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Architecture
Orion	Architecture	(2)
1.	 Browser	client	/	remote	data.	This	is	a	pure	web	model.	A	browser-based
client	using	Orion	JavaScript	client	libraries	and	accessing	remote	Orion
services	via	REST	API.
2.	 Mixed	client	/	local	data.	A	rich	client	(traditional	Eclipse	client),	which	contains
a	mixture	of	"legacy"	components	written	in	Java	and	web	components
written	in	JavaScript.	The	JavaScript	components	interact	with	JavaScript
libraries	and/or	REST	APIs,	while	Java	components	interact	with	the	Eclipse
Platform	Java	APIs.
3.	 Rich	client	/	remote	data.	Traditional	Eclipse	client	components	interacting
with	remote	Orion	services	via	REST	API.	This	enables	a	mixture	of	rich	client
and	browser-based	tools	to	inter-operate	against	the	same	server-side	data.
4.	 Remote	client	/	remote	data.	Server	side	tools	written	in	Java,	accessing	local
Orion	services	(for	example	a	build	server	working	against	an	Orion
workspace	server	on	the	same	machine).
Client	Architecture
JavaScript	Modules	(CommonJS,	AMD)	
Plugins	and	Services	
"Hollywood	Principle"	
Promises	(=	escape	from	callback	hell)
		var	provider	=	new	orion.PluginProvider();
		var	serviceImpl	=	{
				run	:	function(text)	{
						return	text.toUpperCase();
				}
		};
		var	serviceProps	=	{
				name	:	"UPPERCASE",
				img	:	"/images/gear.gif",
				key	:	[	"u",	true	]
		};
		provider.registerService("orion.edit.command",	serviceImpl,	serviceProps);
		provider.connect();
Equinox-based	Server	
Java	(OSGi)
Multi	user			
re-use	existing	Eclipse	3.x	plugins,	
expose	through	REST	interfaces	to	Orion	client
Node.js	based	Server
	
Single	user			
portable
high	performance
some	limitations
>	npm	install	orion
>	npm	start	orion
(goto	http://localhost:8081)
Community	and	Ecosystem
VMware	-	Main	contributor	to	"Scripted"	
Firefox	-	embeds	Orion	for	scratchpad	&	debug	tools	
e(fx)clipse	-	JavaFX,	OSGi,	Eclipse	and	Orion	
Maqetta	-	Orion	core	and	file	system	
Pivotal,	HP,	SAP	...
Scripted	-	Editor	component
	
https://github.com/scripted-editor/scripted
>	npm	install	-g	https://github.com/scripted-editor/scripted/tarball/dev
[..]	//	^	as	of	2014-05-02:	had	error	in	main	branch
>	scr	foobar.js		
(project	root	for	indexing	etc:	looks	for	nearest	.git/.scripted	file)
Scripted	-	Key	Features
Written	in	&	focus	on	HTML5,	CSS,	JavaScript	
Very	lightweight	
JSHint,	Content	assist,	key	bindings	...
DEMO
JazzHub	and	IBM	DevOps	Services
based	on	Eclipse	Orion	
Free(*)	&	Open	
Integration	with	GitHub,	Git	and	Jazz	SCM	
Team	Code	Collaboration	
Agile	Planning	&	Tracking	
Different	Clients	(Eclipse,	CLI,	Web	IDE)	
	
	 (*)	public	projects,	private	projects	free	during
beta
Pattern:	SaaS
hub.jazz.net
Screenshots
Track	Your	Work
Edit	Code
...	but	we're	open
Build	&	Deploy
DEMO
Run
Cloud	Foundry
	 	
http://cloudfoundry.org
Supporters	include	IBM,	VMware,	Pivotal,	SAP,	Rackspace,	Intel,
SwissCom	etc...
Domain	Meta-Model
	
http://www.slideshare.net/rajdeep/cloudfoundry-rajdeep-nov2013
Component	Overview
	
Source:	Pivotal	-	Cloud	Foundry	Technical	Overview
Cloud	Controller
	
Interfaces	with	clients	(cf,	Eclipse	...)	
Account	management	
provisioning	control	
REST	API	to	domain	model	
Cloud	Pattern:	Managed	Configuration 	
	<
NATS
	
Internal	Message	Bus
Optimized	for	fast	communication
Cloud	Pattern:	
Message-oriented	middleware	 	
<
DEA
	
Droplet	Execution	Agent
Fully	isolated	containers	
(Warden,	Linux	VM)	
Manages	App	lifecycles
Buildpacks	create	droplets	
that	execute	on	a	DEA	
Cloud	Pattern:	Multi	Component	Image,	
Tenant-isolated	Component 	 	
<
<
Router
	
Shape	&	Route	all	traffic
dynamic	routing	table	for	load	balancing
Cloud	Pattern:	Virtual	Networking
	
<
Health	Manager
	
Monitors	app	state	(current	DEA	vs.	expected	CC)
Notify	Controller	on	mismatch	(propose	action)	
Cloud	Pattern:	Watchdog
	
<
Service	Broker
			
Gateway	to	external	services	(e.g.	from	Marketplace)
Connect	to	processes	on	service	Nodes
Cloud	Pattern:	Integration	Provider,	
Application	Component	Proxy
	 	
>
BOSH
					
Provision,	deploy	and	manage	the	PaaS	Platform	Runtime
Independent	of	Hypervisors	/	IaaS
supports	e.g.	OpenStack,	IBM	SoftLayer,	vFabric	...
Cloud	Patterns:	a	lot	:)
>
IBM	BlueMix	(beta)
http://bluemix.net
Management	Dashboard	
Marketplace	(free	/	commercial)
Runtimes
Boilerplates
Services
...
Example:	Java	Liberty	Profile
Service	Binding
Deliver
Hybrid	Devlopment	Environment
A	devOps	Pipeline
Backend	Integration
(Hybrid	Backend)
				Backend	functionality	comprised	of	data	intensive
processing	and		data	storage	is	experiencing	varying
workloads	and	is	hosted	in	an	elastic	cloud	while	the	rest	of
an	application	is	hosted	in	a	static	data	center.
Call	to	Action
Join	our	local	meetups
http://www.meetup.com/PaaS-BlueMix-Developers-in-Zurich/
DeveloperWorks
	http://www.ibm.com/developerworks/
Contact	 		aboutflorian.georg@ch.ibm.com
questions	
student	projects	
mentoring	requests	(thesis	etc.)	
open	source	projects	
IBM	sponsoring	possibilities	(startup	programs	etc.)
Thanks
	
http://xkcd.com/908/

Mais conteúdo relacionado

Semelhante a Development in the cloud for the cloud

The IBM Open Cloud Architecture (and Platform)
The IBM Open Cloud Architecture (and Platform)The IBM Open Cloud Architecture (and Platform)
The IBM Open Cloud Architecture (and Platform)Florian Georg
 
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficace
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficaceApplicazioni per mobile e cloud sviluppate in maniera rapida ed efficace
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficaceJürgen Ambrosi
 
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBM
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBMStartup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBM
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBMStartup Istanbul
 
What Open Compute Project has in store for us all in 2020! webinar
What Open Compute Project has in store for us all in 2020! webinarWhat Open Compute Project has in store for us all in 2020! webinar
What Open Compute Project has in store for us all in 2020! webinarSubmer Immersion Cooling
 
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...Yves LE CLEACH
 
Paris Bluemix Meetup 17 dec 2014 - Bluemix and Watson Overview
Paris Bluemix Meetup   17 dec 2014 - Bluemix and Watson OverviewParis Bluemix Meetup   17 dec 2014 - Bluemix and Watson Overview
Paris Bluemix Meetup 17 dec 2014 - Bluemix and Watson OverviewIBM France Lab
 
Welcome to Hybrid Cloud Innovation Tour 2016
Welcome to Hybrid Cloud Innovation Tour 2016Welcome to Hybrid Cloud Innovation Tour 2016
Welcome to Hybrid Cloud Innovation Tour 2016LaurenWendler
 
TCS Digital World Portfolio
TCS Digital World PortfolioTCS Digital World Portfolio
TCS Digital World PortfolioLucy Setian
 
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel Aviv
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel AvivDevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel Aviv
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel AvivAmazon Web Services
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesKartik Kanakasabesan
 
The Emerge Of The Modern Workplace
The Emerge Of The Modern WorkplaceThe Emerge Of The Modern Workplace
The Emerge Of The Modern WorkplaceAmmar Hasayen
 
Bluemix Girl's Night by Keshia - Building a custom HR application
Bluemix Girl's Night by Keshia - Building a custom HR applicationBluemix Girl's Night by Keshia - Building a custom HR application
Bluemix Girl's Night by Keshia - Building a custom HR applicationcraftworkz
 
When applications mean business - developer day
When applications mean business - developer dayWhen applications mean business - developer day
When applications mean business - developer dayMicro Focus
 
Cloud Innovation Tour - Discover Track
Cloud Innovation Tour - Discover TrackCloud Innovation Tour - Discover Track
Cloud Innovation Tour - Discover TrackLaurenWendler
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM Rational software
 
Zapbuild Portfolio
Zapbuild PortfolioZapbuild Portfolio
Zapbuild PortfolioZapbuild
 

Semelhante a Development in the cloud for the cloud (20)

The IBM Open Cloud Architecture (and Platform)
The IBM Open Cloud Architecture (and Platform)The IBM Open Cloud Architecture (and Platform)
The IBM Open Cloud Architecture (and Platform)
 
Upmc tpdev4
Upmc tpdev4Upmc tpdev4
Upmc tpdev4
 
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficace
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficaceApplicazioni per mobile e cloud sviluppate in maniera rapida ed efficace
Applicazioni per mobile e cloud sviluppate in maniera rapida ed efficace
 
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBM
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBMStartup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBM
Startup Istanbul 2016 / Onur Bucukoglu - Director of Hybrid Cloud IBM
 
What Open Compute Project has in store for us all in 2020! webinar
What Open Compute Project has in store for us all in 2020! webinarWhat Open Compute Project has in store for us all in 2020! webinar
What Open Compute Project has in store for us all in 2020! webinar
 
ecx.io @ JobFair 2018
ecx.io @ JobFair 2018ecx.io @ JobFair 2018
ecx.io @ JobFair 2018
 
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
Bluemix overview - Rencontres Ecole Centrale et Supelec avec IBM France Lab -...
 
Paris Bluemix Meetup 17 dec 2014 - Bluemix and Watson Overview
Paris Bluemix Meetup   17 dec 2014 - Bluemix and Watson OverviewParis Bluemix Meetup   17 dec 2014 - Bluemix and Watson Overview
Paris Bluemix Meetup 17 dec 2014 - Bluemix and Watson Overview
 
Welcome to Hybrid Cloud Innovation Tour 2016
Welcome to Hybrid Cloud Innovation Tour 2016Welcome to Hybrid Cloud Innovation Tour 2016
Welcome to Hybrid Cloud Innovation Tour 2016
 
TCS Digital World Portfolio
TCS Digital World PortfolioTCS Digital World Portfolio
TCS Digital World Portfolio
 
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel Aviv
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel AvivDevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel Aviv
DevOps on Steroids Featuring Red Hat & Alantiss - Pop-up Loft Tel Aviv
 
IBM bBluemix to accelerate your digital transformation
IBM bBluemix to accelerate your digital transformationIBM bBluemix to accelerate your digital transformation
IBM bBluemix to accelerate your digital transformation
 
Applying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomesApplying lean, dev ops, and cloud for better business outcomes
Applying lean, dev ops, and cloud for better business outcomes
 
The Emerge Of The Modern Workplace
The Emerge Of The Modern WorkplaceThe Emerge Of The Modern Workplace
The Emerge Of The Modern Workplace
 
Bluemix Girl's Night by Keshia - Building a custom HR application
Bluemix Girl's Night by Keshia - Building a custom HR applicationBluemix Girl's Night by Keshia - Building a custom HR application
Bluemix Girl's Night by Keshia - Building a custom HR application
 
IBM Bluemix
IBM Bluemix IBM Bluemix
IBM Bluemix
 
When applications mean business - developer day
When applications mean business - developer dayWhen applications mean business - developer day
When applications mean business - developer day
 
Cloud Innovation Tour - Discover Track
Cloud Innovation Tour - Discover TrackCloud Innovation Tour - Discover Track
Cloud Innovation Tour - Discover Track
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014
 
Zapbuild Portfolio
Zapbuild PortfolioZapbuild Portfolio
Zapbuild Portfolio
 

Mais de Florian Georg

Behavior-Driven-Development (BDD) for Conversational Applications
Behavior-Driven-Development (BDD) for Conversational ApplicationsBehavior-Driven-Development (BDD) for Conversational Applications
Behavior-Driven-Development (BDD) for Conversational ApplicationsFlorian Georg
 
Behaviour-Driven Development for Conversational Applications
Behaviour-Driven Development for Conversational ApplicationsBehaviour-Driven Development for Conversational Applications
Behaviour-Driven Development for Conversational ApplicationsFlorian Georg
 
Artificial Intelligence and Cognitive Computing
Artificial Intelligence and Cognitive ComputingArtificial Intelligence and Cognitive Computing
Artificial Intelligence and Cognitive ComputingFlorian Georg
 
Pillars of DevOps: Platform, Method and Architecture
Pillars of DevOps: Platform, Method and ArchitecturePillars of DevOps: Platform, Method and Architecture
Pillars of DevOps: Platform, Method and ArchitectureFlorian Georg
 
Enterprise PaaS, Cloud-Native Architecture and Microservices
Enterprise PaaS, Cloud-Native Architecture and MicroservicesEnterprise PaaS, Cloud-Native Architecture and Microservices
Enterprise PaaS, Cloud-Native Architecture and MicroservicesFlorian Georg
 
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixContinuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixFlorian Georg
 
Stop Observing, Start Reacting - A new way for building collaborative, real-t...
Stop Observing, Start Reacting - A new way for building collaborative, real-t...Stop Observing, Start Reacting - A new way for building collaborative, real-t...
Stop Observing, Start Reacting - A new way for building collaborative, real-t...Florian Georg
 
Visual Exploration of Large Data sets with D3, crossfilter and dc.js
Visual Exploration of Large Data sets with D3, crossfilter and dc.jsVisual Exploration of Large Data sets with D3, crossfilter and dc.js
Visual Exploration of Large Data sets with D3, crossfilter and dc.jsFlorian Georg
 

Mais de Florian Georg (8)

Behavior-Driven-Development (BDD) for Conversational Applications
Behavior-Driven-Development (BDD) for Conversational ApplicationsBehavior-Driven-Development (BDD) for Conversational Applications
Behavior-Driven-Development (BDD) for Conversational Applications
 
Behaviour-Driven Development for Conversational Applications
Behaviour-Driven Development for Conversational ApplicationsBehaviour-Driven Development for Conversational Applications
Behaviour-Driven Development for Conversational Applications
 
Artificial Intelligence and Cognitive Computing
Artificial Intelligence and Cognitive ComputingArtificial Intelligence and Cognitive Computing
Artificial Intelligence and Cognitive Computing
 
Pillars of DevOps: Platform, Method and Architecture
Pillars of DevOps: Platform, Method and ArchitecturePillars of DevOps: Platform, Method and Architecture
Pillars of DevOps: Platform, Method and Architecture
 
Enterprise PaaS, Cloud-Native Architecture and Microservices
Enterprise PaaS, Cloud-Native Architecture and MicroservicesEnterprise PaaS, Cloud-Native Architecture and Microservices
Enterprise PaaS, Cloud-Native Architecture and Microservices
 
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM BluemixContinuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
Continuous Delivery of Cloud Applications with Docker Containers and IBM Bluemix
 
Stop Observing, Start Reacting - A new way for building collaborative, real-t...
Stop Observing, Start Reacting - A new way for building collaborative, real-t...Stop Observing, Start Reacting - A new way for building collaborative, real-t...
Stop Observing, Start Reacting - A new way for building collaborative, real-t...
 
Visual Exploration of Large Data sets with D3, crossfilter and dc.js
Visual Exploration of Large Data sets with D3, crossfilter and dc.jsVisual Exploration of Large Data sets with D3, crossfilter and dc.js
Visual Exploration of Large Data sets with D3, crossfilter and dc.js
 

Último

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsAlberto González Trastoy
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
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
 
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
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
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
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 
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
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
(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
 

Último (20)

Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
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 ☂️
 
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 ...
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
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...
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
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
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
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
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
(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...
 

Development in the cloud for the cloud