SlideShare una empresa de Scribd logo
1 de 28
Descargar para leer sin conexión
Creating	a
Collaboration
Platform
Leveraging	the	Django	Eco	System
live	slides	@	tinyurl.com/djangoeco
>	whoami
Peter	Bittner
ex-java	head	of	swd,	ex-php	team	lead
agile	cto,	entrepreneur
django@bittner.it
github.com/bittner
Agenda
1.	 Modern	Fairy	Tale	(With	A	Lot	Of	Grim)
2.	 Why	Django?	(Is	For	The	Lonesome	Hacker)
3.	 Research	(The	Django	Eco	System)
4.	 Development	(Strategies	For	The	Lonesome)
5.	 Real	World	Example	(The	Demo	You	Deserve)
*	{
*	Disclosure:	blunt	Django	propaganda
Modern	Fairy	Tale
(With	a	Lot	of	Grim)
Collaboration	in	a	Non-Profit
Nightmare	on	Club	Street
1.	 Several	people,	different	background,
common	goal,	different	approaches
2.	 Volunteers	start	enthusiastically	(website)
3.	 A	website	alone	doesn't	cut	it
4.	 Documents	chaos	(e-mails,	dropbox,	etc.)
5.	 No	transparency,	slow	response
6.	 Finger-pointing	leads	to	frustration
7.	 People	quit
I	Have	a	Dream
"...	that	one	day	there	will	be	efficient	online	collaboration"
1.	 Website	always	up-to-date	(for	everyone)
2.	 Everyone	(!)	can	contribute
3.	 Full	control	over	content	going	live
4.	 We	coach	&	publish	(we	don't	write!)
5.	 Issue	lists,	work	on	documents,	updates
6.	 Everyone	transparently	informed
7.	 Everyone	is	happy	&	feels	heard
Can't	We	Solve	This	Problem
Easily?
Cloud	platforms	exist,	but	they	are	so	much
1.	 revenue	/	CRM	/	PM	focused
2.	 cluttered	with	features
3.	 restrictive	&	administrative	by	nature
4.	 a	pain	to	use	with	inconsistent	UI's
5.	 expensive	for	large	audiences
Alternative	=	DIY	software	solution
Woke	Up	Soaking	Wet
1.	 No	money	to	spend
2.	 No	programming	resources	(except	yourself)
3.	 No	alternatives	left
Must	take	a	technology	for	lonesome	hackers
Why	Django?
(Is	for	the	Lonesome	Hacker)
The	Lonesome	Hacker
Job	Description
Choose	web	framework	&	eco	system
Identify	usable	extensions	/	plugins
Integrate	them	into	a	single	experience
Fix	shortcomings	of	single	extensions
Add	missing	extensions
Do	web	design
Why	Django
Is	for	the	Lonesome	Hacker
1.	 All	popular	frameworks	have	broken	eco	systems
(Joomla!,	Wordpress,	Drupal,	...)
2.	 Django	too	(not	worse	than	the	others)
3.	 Python	=	executable	pseudo	code
4.	 Django	=	for	perfectionists	with	deadlines
try	it
customize
read	code
More	reading	at:
	jacobian.org/writing/why-django/
youtube.com/watch?v=n8KnFywpXOE
Research
(The	Django	Eco	System)
Resources
Extensions	/	Packages	=	"Apps"	in	Django
Where	Do	I	Find	Django	Apps?
...
big	brother	of	nsa	(google)
djangopackages.com
django-apps.com
elweb.co/33-projects-that-make-
devcharm.com/pages/79-must-have-django-packages
code.djangoproject.com/wiki/DjangoResources
Components
1.	 CMS
2.	 Blog
3.	 Newsletter
4.	 Events	&	calendar
Collaboration	Features
1.	 Social	login	&	user	profiles
2.	 User	groups	&	spaces
3.	 Issue	lists
4.	 DMS	(or	integration)
5.	 Wiki	(or	the	like)
6.	 Discussion	forum	(or	the	like)
What	to	Look	at
Indicators	for	Good	Apps	(Projects)
commit	activity	/	last	commit
commit	count
few	open	/	lots	of	closed	issues
few	or	no	open	/	lots	of	closed	PRs
decent	documentation
demo	system	and/or	screenshots
Probably	Good	Choices
Forums
CMS	+	Blog
+	Wiki
django-cms	+	django-blog-zinnia
mezzanine
askbot	(Q&A)
misago	(forum)
emencia-django-newsletter
django-todo
mayan	(scanned	docs)
django-media-tree
django-allauth
python-social-auth
Social	login
Newsletter
Documents
+	Assets
Issue	lists
Missing	Choices
No	(Usable)	Ready-to-Use	Apps	Yet
User	groups	&	spaces	(django-activities)
User	profiles	(django-userena)
Integration	of	dropbox	&	friends
Integration	of	chat/phone/video	services
Development
(Strategies	for	the	Lonesome)
Lonesome	Hacker's	Advice
Be	lazy Don't	write	a	platform	from	scratch
Don't	write	new	apps	from	scratch
Be	autonomous
Script	&	automate	everything
Write	tests	before	changing	code
Prepare	for	exchanging	components
Make	your	life	easier
Push	your	changes	into	official	repos
Build	on	work	of	others	&	share
Deploy	early	-	in	Production	env
More	Advice
No-brainers
Infrastructure	as	code
Figure	out	how	other	(successful)	projects	do	it
google.com/search?q=django+best+practices
Quality	is	key
Drastically	improve	bad	projects	quickly	(or	kick	them!)
Invest	in	your	own	project!	(docs,	pep8,	packaging)
Focus	on	your	MVP
Don't	get	overwhelmed	by	the	vast	choice
Note	down	interesting	projects	&	build	a	roadmap
Biggest	Challenges
To	Create	a	Unique	Experience
1.	 Integrate	single	apps
2.	 Every	artifact	referable	(user,	group,	article,
blog/wiki/event	entry,	issue,	...)
3.	 Simplified,	unified	user	experience	(front-end
editing	for	everything)
4.	 Combine	intranet	and	public	world	(without
confusing	users)
Obvious	Constraints	&	Duties
For	Creating	a	Product
One	app	must	be	leading	system
Integrate	into	this	app	(e.g.	plugins)
Massive	integration	tests
Massive	caution	upgrading	apps
Real	World	Example
(The	Demo	You	Deserve)
django	Organice
pip	install	django-organice
Core	Apps
django-cms	(leading	system)
django-blog-zinnia	(blog,	events,	jobs)
emencia-django-newsletter
Interesting	to	Mention
App	type	=	project	generator	+	meta	package
Themes	as	separate	apps	with	asset	pipeline
(Bootstrap,	Sass,	UglifyJS2)
django	Organice
Lonesome	Principles	Obeyed
1.	 Documentation
2.	 Easy	to	start	&	get	it	working
3.	 Scripts	for	(almost)	everything
4.	 Role	models:	zinnia,	pootle,	...
Questions?
(I'll	Try	to	Give	Good	Answers)
Peter	Bittner,	django@bittner.it
@peterbittner
The	dream	lives	on	at
github.com/bittner/django-organice
@organice_io
THANK	YOU
for	your	precious	time!
Image	Credits
https://www.google.com/search?q=nightmare+elm+street	(similar	image	search)
https://www.google.com/search?q=django+unchained	(similar	image	search)
http://welcometoclubsilencio.blogspot.ch/2010_04_01_archive.html
http://www.morgenpost.de/kultur/article112144530/Wie-Maerchen-der-Gebrueder-Grimm-jugendfrei-wurden.html
http://www.philanthropyconsulting.com/2014/01/dream/
http://beartoons.com/wp-content/uploads/2011/10/Bearman-Cartoons-Occupy-Elm-Street21.png
http://www.bluesoft.net.pl/wp-content/uploads/2014/02/django-logo-e1392910534114.png
http://disfunctions.de/ubuntu/der-ubuntu-software-store-zukunftsmusik/
http://www.celarity.com/how-to-write-a-standout-job-description/
http://www.startupfreak.com/the-missing-piece-puzzle-company/
http://www.licensinglinenews.com/Newsletter/Edition-48-August-2007/National-Code-of-Practice-for-Induction-for-Construction-
Work-declared.aspx
http://carriekish.com/tag/leading-questions/

Más contenido relacionado

Similar a Creating a Collaboration Platform (Leveraging the Django Eco System)

Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Hugo Pinto
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
HowtostopsuckingHugo Pinto
 
How to stop sucking and be awesome instead
How to stop sucking and be awesome insteadHow to stop sucking and be awesome instead
How to stop sucking and be awesome insteadcodinghorror
 
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...I am a conservative - I preserve the progress - Libraries discovering Web 2.0...
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...Realidades Virtuais
 
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory Media
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory MediaJaiku - Microblogging Tiny Social Objects On The Future Of Participatory Media
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory MediaMobile Monday Amsterdam
 
รายงาน (2)
รายงาน (2)รายงาน (2)
รายงาน (2)Varid Tunyamat
 
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...John Domingue
 
The quality of the python ecosystem - and how we can protect it!
The quality of the python ecosystem - and how we can protect it!The quality of the python ecosystem - and how we can protect it!
The quality of the python ecosystem - and how we can protect it!Bruno Rocha
 
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki #OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki Paris Open Source Summit
 
Twitter, the useless son of Web 2.0?
Twitter, the useless son of Web 2.0? Twitter, the useless son of Web 2.0?
Twitter, the useless son of Web 2.0? Alex Mou
 
Liège créative: Open Science
Liège créative: Open ScienceLiège créative: Open Science
Liège créative: Open ScienceAndy Petrella
 
Social Networks For Scientists
Social Networks For ScientistsSocial Networks For Scientists
Social Networks For ScientistsCameron Neylon
 
What is Python? (Silicon Valley CodeCamp 2014)
What is Python? (Silicon Valley CodeCamp 2014)What is Python? (Silicon Valley CodeCamp 2014)
What is Python? (Silicon Valley CodeCamp 2014)wesley chun
 
Web User Experience in 2020
Web User Experience in 2020Web User Experience in 2020
Web User Experience in 2020Drew Gorton
 
Tom Loosemore - Camp Digital 2016
Tom Loosemore - Camp Digital 2016Tom Loosemore - Camp Digital 2016
Tom Loosemore - Camp Digital 2016Nexer Digital
 
Chatbots. Old Topic - New Era
Chatbots. Old Topic - New EraChatbots. Old Topic - New Era
Chatbots. Old Topic - New EraGregor Jarisch
 
gMOOC and rgMOOC: Theory and Design
gMOOC and rgMOOC: Theory and DesigngMOOC and rgMOOC: Theory and Design
gMOOC and rgMOOC: Theory and DesignSherry Jones
 

Similar a Creating a Collaboration Platform (Leveraging the Django Eco System) (20)

Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
Howtostopsuckingandbeawesomeinstead 120601013410-phpapp01
 
Howtostopsucking
HowtostopsuckingHowtostopsucking
Howtostopsucking
 
How to stop sucking and be awesome instead
How to stop sucking and be awesome insteadHow to stop sucking and be awesome instead
How to stop sucking and be awesome instead
 
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...I am a conservative - I preserve the progress - Libraries discovering Web 2.0...
I am a conservative - I preserve the progress - Libraries discovering Web 2.0...
 
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory Media
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory MediaJaiku - Microblogging Tiny Social Objects On The Future Of Participatory Media
Jaiku - Microblogging Tiny Social Objects On The Future Of Participatory Media
 
รายงาน (2)
รายงาน (2)รายงาน (2)
รายงาน (2)
 
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...
Decentralised Semantic Web @ International Semantic Web Research Summer Schoo...
 
The quality of the python ecosystem - and how we can protect it!
The quality of the python ecosystem - and how we can protect it!The quality of the python ecosystem - and how we can protect it!
The quality of the python ecosystem - and how we can protect it!
 
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki #OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki
#OSSPARIS19 - Deep Learning for Anime & Manga - VIE JILL-JÊNN, INRIA & Mangaki
 
Ch5
Ch5Ch5
Ch5
 
Gephi bbc
Gephi bbcGephi bbc
Gephi bbc
 
Twitter, the useless son of Web 2.0?
Twitter, the useless son of Web 2.0? Twitter, the useless son of Web 2.0?
Twitter, the useless son of Web 2.0?
 
Liège créative: Open Science
Liège créative: Open ScienceLiège créative: Open Science
Liège créative: Open Science
 
Social Networks For Scientists
Social Networks For ScientistsSocial Networks For Scientists
Social Networks For Scientists
 
Para gostar de Python DevDay
Para gostar de Python DevDay Para gostar de Python DevDay
Para gostar de Python DevDay
 
What is Python? (Silicon Valley CodeCamp 2014)
What is Python? (Silicon Valley CodeCamp 2014)What is Python? (Silicon Valley CodeCamp 2014)
What is Python? (Silicon Valley CodeCamp 2014)
 
Web User Experience in 2020
Web User Experience in 2020Web User Experience in 2020
Web User Experience in 2020
 
Tom Loosemore - Camp Digital 2016
Tom Loosemore - Camp Digital 2016Tom Loosemore - Camp Digital 2016
Tom Loosemore - Camp Digital 2016
 
Chatbots. Old Topic - New Era
Chatbots. Old Topic - New EraChatbots. Old Topic - New Era
Chatbots. Old Topic - New Era
 
gMOOC and rgMOOC: Theory and Design
gMOOC and rgMOOC: Theory and DesigngMOOC and rgMOOC: Theory and Design
gMOOC and rgMOOC: Theory and Design
 

Más de Peter Bittner

PyCon 23: Smettiamola di scrivere script
PyCon 23: Smettiamola di scrivere scriptPyCon 23: Smettiamola di scrivere script
PyCon 23: Smettiamola di scrivere scriptPeter Bittner
 
Python Summit 2022: Never Write Scripts Again
Python Summit 2022: Never Write Scripts AgainPython Summit 2022: Never Write Scripts Again
Python Summit 2022: Never Write Scripts AgainPeter Bittner
 
APPUiO Quick Start (OpenShift > DevOps > App Dev)
APPUiO Quick Start (OpenShift > DevOps > App Dev)APPUiO Quick Start (OpenShift > DevOps > App Dev)
APPUiO Quick Start (OpenShift > DevOps > App Dev)Peter Bittner
 
Pee Dee Kay (PDK) - Puppet Development Kit
Pee Dee Kay (PDK) - Puppet Development KitPee Dee Kay (PDK) - Puppet Development Kit
Pee Dee Kay (PDK) - Puppet Development KitPeter Bittner
 
EuroPython 2019: Modern Continuous Delivery for Python Developers
EuroPython 2019: Modern Continuous Delivery for Python DevelopersEuroPython 2019: Modern Continuous Delivery for Python Developers
EuroPython 2019: Modern Continuous Delivery for Python DevelopersPeter Bittner
 
Avoid the Vendor Lock-in Trap (with App Deployment)
Avoid the Vendor Lock-in Trap (with App Deployment)Avoid the Vendor Lock-in Trap (with App Deployment)
Avoid the Vendor Lock-in Trap (with App Deployment)Peter Bittner
 
A guide to modern software development 2018
A guide to modern software development 2018A guide to modern software development 2018
A guide to modern software development 2018Peter Bittner
 
PyCon 9: Continuous Delivery starts at your Development Dnvironment
PyCon 9: Continuous Delivery starts at your Development DnvironmentPyCon 9: Continuous Delivery starts at your Development Dnvironment
PyCon 9: Continuous Delivery starts at your Development DnvironmentPeter Bittner
 
Painless Continuous Delivery – DjangoCon 2017
Painless Continuous Delivery – DjangoCon 2017Painless Continuous Delivery – DjangoCon 2017
Painless Continuous Delivery – DjangoCon 2017Peter Bittner
 
Continuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoContinuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoPeter Bittner
 
Fix-Price Projects And Agile – PyCon Sette
Fix-Price Projects And Agile – PyCon SetteFix-Price Projects And Agile – PyCon Sette
Fix-Price Projects And Agile – PyCon SettePeter Bittner
 
Linux für Einsteiger und UmsteigerInnen (Vortrag)
Linux für Einsteiger und UmsteigerInnen (Vortrag)Linux für Einsteiger und UmsteigerInnen (Vortrag)
Linux für Einsteiger und UmsteigerInnen (Vortrag)Peter Bittner
 

Más de Peter Bittner (14)

PyCon 23: Smettiamola di scrivere script
PyCon 23: Smettiamola di scrivere scriptPyCon 23: Smettiamola di scrivere script
PyCon 23: Smettiamola di scrivere script
 
Python Summit 2022: Never Write Scripts Again
Python Summit 2022: Never Write Scripts AgainPython Summit 2022: Never Write Scripts Again
Python Summit 2022: Never Write Scripts Again
 
APPUiO Quick Start (OpenShift > DevOps > App Dev)
APPUiO Quick Start (OpenShift > DevOps > App Dev)APPUiO Quick Start (OpenShift > DevOps > App Dev)
APPUiO Quick Start (OpenShift > DevOps > App Dev)
 
Pee Dee Kay (PDK) - Puppet Development Kit
Pee Dee Kay (PDK) - Puppet Development KitPee Dee Kay (PDK) - Puppet Development Kit
Pee Dee Kay (PDK) - Puppet Development Kit
 
Managing 100+ WAFs
Managing 100+ WAFsManaging 100+ WAFs
Managing 100+ WAFs
 
EuroPython 2019: Modern Continuous Delivery for Python Developers
EuroPython 2019: Modern Continuous Delivery for Python DevelopersEuroPython 2019: Modern Continuous Delivery for Python Developers
EuroPython 2019: Modern Continuous Delivery for Python Developers
 
Avoid the Vendor Lock-in Trap (with App Deployment)
Avoid the Vendor Lock-in Trap (with App Deployment)Avoid the Vendor Lock-in Trap (with App Deployment)
Avoid the Vendor Lock-in Trap (with App Deployment)
 
A guide to modern software development 2018
A guide to modern software development 2018A guide to modern software development 2018
A guide to modern software development 2018
 
PyCon 9: Continuous Delivery starts at your Development Dnvironment
PyCon 9: Continuous Delivery starts at your Development DnvironmentPyCon 9: Continuous Delivery starts at your Development Dnvironment
PyCon 9: Continuous Delivery starts at your Development Dnvironment
 
Painless Continuous Delivery – DjangoCon 2017
Painless Continuous Delivery – DjangoCon 2017Painless Continuous Delivery – DjangoCon 2017
Painless Continuous Delivery – DjangoCon 2017
 
Continuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon OttoContinuous Delivery for Python Developers – PyCon Otto
Continuous Delivery for Python Developers – PyCon Otto
 
Fix-Price Projects And Agile – PyCon Sette
Fix-Price Projects And Agile – PyCon SetteFix-Price Projects And Agile – PyCon Sette
Fix-Price Projects And Agile – PyCon Sette
 
Linux für Einsteiger und UmsteigerInnen (Vortrag)
Linux für Einsteiger und UmsteigerInnen (Vortrag)Linux für Einsteiger und UmsteigerInnen (Vortrag)
Linux für Einsteiger und UmsteigerInnen (Vortrag)
 
Linux auf meinem PC
Linux auf meinem PCLinux auf meinem PC
Linux auf meinem PC
 

Último

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
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
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
 
[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
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 

Último (20)

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...
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
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...
 
[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
 
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
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
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
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 

Creating a Collaboration Platform (Leveraging the Django Eco System)