SlideShare a Scribd company logo
1 of 24
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
It’s	time	for	a	new	web	
	
-	Lucille	Hua
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
A	little	bit	about	myself	
•  School,	major	
•  Work	
•  McHacks
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Starbucks	door
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
The	design	of	everyday	things
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
The	web
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
The	web
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
The	web
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Internet	trafCic	
Popular	JS	Libraries/Frameworks	 Popular	JS	Compilers/Bundlers
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
What	is	Diffy?	
A	version	control	system	on	the	web
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	inspirations	
Video	Git	version	control
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	inspirations	
•  IPFS	(InterPlanetary	File	System)	is	The	Permanent	Web		
•  A	new	peer-to-peer	hypermedia	protocol	
•  Content-addressed	hyperlinks	
	
hKps://ipfs.io/ipfs/QmTkzDwWqPbnAh5YiV5VwcTLnGdwSNsNTn2aDxdXBFca7D
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	inspiration	::	current	web	
cache	 cache	cache	
mutable	
hKp://www.lucilleh.com	 <html>…</html>	
Caching	is	done	in	browsers,	proxies,	intermediate	nodes,	server,	etc.
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	inspirations	::	IPFS	
mutable	
hKp://www.lucilleh.com	 <html>…</html>	
immutable	
hKps://ipfs.io/ipfs/
QmTkzDwWqPbnAh5YiV5
VwcTLnGdwSNsNTn2aDxd
XBFca7D	
<html>…</html>	
No	more	404!
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	inspirations	::	IPFS	
Photo	credits:	
hKps://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1/its-
eme-for-the-permanent-web.html
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	spec	::	headers	&	content
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	spec	::	headers	&	content	
Request	headers	
“base-hash”	:	QmerMMWdGAd4qP1vmTMWhBSMzsD3rkFJtSVqe2dxe58wq4		
“target-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	spec	::	headers	&	content	
Request	headers	
“base-hash”	:	QmerMMWdGAd4qP1vmTMWhBSMzsD3rkFJtSVqe2dxe58wq4		
“target-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq	
	
Response	headers	
“master-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq	
“base-hash”	:	QmerMMWdGAd4qP1vmTMWhBSMzsD3rkFJtSVqe2dxe58wq4	
“target-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	spec	::	headers	&	content	
Request	headers	
“base-hash”	:	QmerMMWdGAd4qP1vmTMWhBSMzsD3rkFJtSVqe2dxe58wq4		
“target-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq	
	
Response	headers	
“master-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq	
“base-hash”	:	QmerMMWdGAd4qP1vmTMWhBSMzsD3rkFJtSVqe2dxe58wq4	
“target-hash”	:	QmbjfgkGvmEHUwgs674HQ718r9JD9paLG3CFkJF3Ud9qjq	
	
Response	body	
Index:	test	
================================================================	
---	test	
+++	test	
@@	-16,5	+16,5	@@	
-hello	world	
+how	are	you
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	spec	::	url	
http://www.lucilleh.com	
	
http://ipfs.io/ipfs/QmNhFJjGcMPqpuYfxL62VVB9528NXqDNMFXiqN5bgFYiZ1	
	
http://www.lucilleh.com?hash=66453e2
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	::	Demo	time!
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Design	choices	::	server	requirements	
•  Unique	hash	that	points	to	a	specific	version	of	a	file	
•  Every	file	update	generates	new	hash	
•  File	under	one	hash	is	immutable
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Design	choices	::	Diffy	architecture
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Overview	
•  Starbuck’s	Bad	doors	
•  404	page	not	found	
•  Internet	traffic,	proxy	with	mutable	content	
•  Videos	
•  Git	
•  IPFS	
•  Diffy
Lucille	Hua	Diffy	–	a	version	control	system	on	the	web	
Diffy	
Github:		
hKps://github.com/LucilleH/diffy

More Related Content

Viewers also liked

Work Placement Training Preparation
Work Placement Training PreparationWork Placement Training Preparation
Work Placement Training PreparationNgaire Gardiner
 
Be like Charlie
Be like CharlieBe like Charlie
Be like CharlieeduKazi
 
Мониторинг "Новости ритейла" | Консалт-Центр
Мониторинг "Новости ритейла" | Консалт-ЦентрМониторинг "Новости ритейла" | Консалт-Центр
Мониторинг "Новости ритейла" | Консалт-ЦентрКонсалт-Центр
 
Chicago Through Bruce's Eyes: Art and Architecutre
Chicago Through Bruce's Eyes: Art and ArchitecutreChicago Through Bruce's Eyes: Art and Architecutre
Chicago Through Bruce's Eyes: Art and ArchitecutreBruce Fogelson
 
Nice-Ride-Five-Year-Assessment
Nice-Ride-Five-Year-AssessmentNice-Ride-Five-Year-Assessment
Nice-Ride-Five-Year-AssessmentEmily Wade
 
Addressing psychiatric disorder among student-athletes: Challenges facing men...
Addressing psychiatric disorder among student-athletes: Challenges facing men...Addressing psychiatric disorder among student-athletes: Challenges facing men...
Addressing psychiatric disorder among student-athletes: Challenges facing men...Erick Schlimmer
 
Maximize the Output of Free SEO Tools
Maximize the Output of Free SEO ToolsMaximize the Output of Free SEO Tools
Maximize the Output of Free SEO ToolsRebecca Gill
 
Dielectric Properties of ZrO2/ PMMA Nanocomposites
Dielectric Properties of ZrO2/ PMMA NanocompositesDielectric Properties of ZrO2/ PMMA Nanocomposites
Dielectric Properties of ZrO2/ PMMA NanocompositesIOSR Journals
 

Viewers also liked (14)

Work Placement Training Preparation
Work Placement Training PreparationWork Placement Training Preparation
Work Placement Training Preparation
 
La Amistad
La AmistadLa Amistad
La Amistad
 
Be like Charlie
Be like CharlieBe like Charlie
Be like Charlie
 
Grad IOSH
Grad IOSHGrad IOSH
Grad IOSH
 
Мониторинг "Новости ритейла" | Консалт-Центр
Мониторинг "Новости ритейла" | Консалт-ЦентрМониторинг "Новости ритейла" | Консалт-Центр
Мониторинг "Новости ритейла" | Консалт-Центр
 
Sociale medier & foreningerne
Sociale medier & foreningerneSociale medier & foreningerne
Sociale medier & foreningerne
 
test
testtest
test
 
Chicago Through Bruce's Eyes: Art and Architecutre
Chicago Through Bruce's Eyes: Art and ArchitecutreChicago Through Bruce's Eyes: Art and Architecutre
Chicago Through Bruce's Eyes: Art and Architecutre
 
Nice-Ride-Five-Year-Assessment
Nice-Ride-Five-Year-AssessmentNice-Ride-Five-Year-Assessment
Nice-Ride-Five-Year-Assessment
 
Addressing psychiatric disorder among student-athletes: Challenges facing men...
Addressing psychiatric disorder among student-athletes: Challenges facing men...Addressing psychiatric disorder among student-athletes: Challenges facing men...
Addressing psychiatric disorder among student-athletes: Challenges facing men...
 
Potafos cana
Potafos canaPotafos cana
Potafos cana
 
Maximize the Output of Free SEO Tools
Maximize the Output of Free SEO ToolsMaximize the Output of Free SEO Tools
Maximize the Output of Free SEO Tools
 
Dielectric Properties of ZrO2/ PMMA Nanocomposites
Dielectric Properties of ZrO2/ PMMA NanocompositesDielectric Properties of ZrO2/ PMMA Nanocomposites
Dielectric Properties of ZrO2/ PMMA Nanocomposites
 
Ruthenfor
RuthenforRuthenfor
Ruthenfor
 

Similar to Diffy

Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014: Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014: Puppet
 
Evaluating Drupal for the Enterprise
Evaluating Drupal for the EnterpriseEvaluating Drupal for the Enterprise
Evaluating Drupal for the Enterpriseultimike
 
Cosi Opac Tweaks
Cosi   Opac TweaksCosi   Opac Tweaks
Cosi Opac Tweaksdaveyp
 
DevOps Naughties Style - How We DevOps at MP3.com in the Early 2000's
DevOps Naughties Style - How We  DevOps at MP3.com in the Early 2000'sDevOps Naughties Style - How We  DevOps at MP3.com in the Early 2000's
DevOps Naughties Style - How We DevOps at MP3.com in the Early 2000'stechopsguru
 
Intro To Puppet.Key
Intro To Puppet.KeyIntro To Puppet.Key
Intro To Puppet.KeyWork
 
Shortening the feedback loop
Shortening the feedback loopShortening the feedback loop
Shortening the feedback loopJosh Baer
 
Snrg2011 6.15.2.sta canney_suranofsky
Snrg2011 6.15.2.sta canney_suranofskySnrg2011 6.15.2.sta canney_suranofsky
Snrg2011 6.15.2.sta canney_suranofskykaran saini
 
Open_Source_for_DT
Open_Source_for_DTOpen_Source_for_DT
Open_Source_for_DTwebuploader
 
Woo: Writing a fast web server
Woo: Writing a fast web serverWoo: Writing a fast web server
Woo: Writing a fast web serverfukamachi
 
Empowering Non-Profits with WordPress
Empowering Non-Profits with WordPressEmpowering Non-Profits with WordPress
Empowering Non-Profits with WordPressCliff Seal
 
Olympya web-tools 2011
Olympya web-tools 2011Olympya web-tools 2011
Olympya web-tools 2011Paulo Mattos
 
But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?gagravarr
 
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?gagravarr
 
Introduction to Open Source, Apache and Apache Way
Introduction to Open Source, Apache and Apache WayIntroduction to Open Source, Apache and Apache Way
Introduction to Open Source, Apache and Apache WaySrinath Perera
 
Modern websites in 2020 and Joomla
Modern websites in 2020 and JoomlaModern websites in 2020 and Joomla
Modern websites in 2020 and JoomlaGeorge Wilson
 
Soft-Shake 2013 : Enabling Realtime Queries to End Users
Soft-Shake 2013 : Enabling Realtime Queries to End UsersSoft-Shake 2013 : Enabling Realtime Queries to End Users
Soft-Shake 2013 : Enabling Realtime Queries to End UsersBenoit Perroud
 
Demystifying WordPress
Demystifying WordPressDemystifying WordPress
Demystifying WordPressMykl Roventine
 
Jr devsurvivalguide
Jr devsurvivalguideJr devsurvivalguide
Jr devsurvivalguideJames York
 
CCL Presentation, Walnut Creek Sep 2007
CCL Presentation, Walnut Creek Sep 2007CCL Presentation, Walnut Creek Sep 2007
CCL Presentation, Walnut Creek Sep 2007eoshea
 

Similar to Diffy (20)

Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014: Puppet Camp Melbourne 2014:
Puppet Camp Melbourne 2014:
 
Evaluating Drupal for the Enterprise
Evaluating Drupal for the EnterpriseEvaluating Drupal for the Enterprise
Evaluating Drupal for the Enterprise
 
Cosi Opac Tweaks
Cosi   Opac TweaksCosi   Opac Tweaks
Cosi Opac Tweaks
 
DevOps Naughties Style - How We DevOps at MP3.com in the Early 2000's
DevOps Naughties Style - How We  DevOps at MP3.com in the Early 2000'sDevOps Naughties Style - How We  DevOps at MP3.com in the Early 2000's
DevOps Naughties Style - How We DevOps at MP3.com in the Early 2000's
 
Intro To Puppet.Key
Intro To Puppet.KeyIntro To Puppet.Key
Intro To Puppet.Key
 
Shortening the feedback loop
Shortening the feedback loopShortening the feedback loop
Shortening the feedback loop
 
Snrg2011 6.15.2.sta canney_suranofsky
Snrg2011 6.15.2.sta canney_suranofskySnrg2011 6.15.2.sta canney_suranofsky
Snrg2011 6.15.2.sta canney_suranofsky
 
Open_Source_for_DT
Open_Source_for_DTOpen_Source_for_DT
Open_Source_for_DT
 
Woo: Writing a fast web server
Woo: Writing a fast web serverWoo: Writing a fast web server
Woo: Writing a fast web server
 
Empowering Non-Profits with WordPress
Empowering Non-Profits with WordPressEmpowering Non-Profits with WordPress
Empowering Non-Profits with WordPress
 
Olympya web-tools 2011
Olympya web-tools 2011Olympya web-tools 2011
Olympya web-tools 2011
 
But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?But we're already open source! Why would I want to bring my code to Apache?
But we're already open source! Why would I want to bring my code to Apache?
 
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
But We're Already Open Source! Why Would I Want To Bring My Code To Apache?
 
Introduction to Open Source, Apache and Apache Way
Introduction to Open Source, Apache and Apache WayIntroduction to Open Source, Apache and Apache Way
Introduction to Open Source, Apache and Apache Way
 
Modern websites in 2020 and Joomla
Modern websites in 2020 and JoomlaModern websites in 2020 and Joomla
Modern websites in 2020 and Joomla
 
Soft-Shake 2013 : Enabling Realtime Queries to End Users
Soft-Shake 2013 : Enabling Realtime Queries to End UsersSoft-Shake 2013 : Enabling Realtime Queries to End Users
Soft-Shake 2013 : Enabling Realtime Queries to End Users
 
Frontender in-2016
Frontender in-2016Frontender in-2016
Frontender in-2016
 
Demystifying WordPress
Demystifying WordPressDemystifying WordPress
Demystifying WordPress
 
Jr devsurvivalguide
Jr devsurvivalguideJr devsurvivalguide
Jr devsurvivalguide
 
CCL Presentation, Walnut Creek Sep 2007
CCL Presentation, Walnut Creek Sep 2007CCL Presentation, Walnut Creek Sep 2007
CCL Presentation, Walnut Creek Sep 2007
 

Recently uploaded

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 

Recently uploaded (20)

2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 

Diffy