SlideShare una empresa de Scribd logo
1 de 65
Descargar para leer sin conexión
Jorge Maroto García
Cuando haces Pods ya no hay stop
@patoroco
jorge@tactilapp.com
http://tactilapp.com

Saturday, October 19, 13
Hola, me presento…
Jorge Maroto García.
Co-founder & iOS Developer @ Tactilapp.
+3 años jugando con iOS.
AFNetworking collaborative book
http://afnbook.github.io/
Fanboy.

Saturday, October 19, 13
SOFTWARE

Flickr: http://www.flickr.com/photos/julianaorihuela/384300758/
Saturday, October 19, 13
Gestión de dependencias I
Reutilización ‘manual’ del código
Eufemismo del copy & paste.
Pros: ¿fácil?
Contras:
descarga + configuración manual.
lib.zip, lib-old.zip, lib-oldest.zip...
Modo hacker: git clone

Saturday, October 19, 13
Eloy Durán - Without Cocoa Pods (https://vimeo.com/63891717)
Saturday, October 19, 13
Gestión de dependencias II
Submódulos GIT

Pros: fácil de actualizar.
Contras: configuración manual.

Saturday, October 19, 13
Gestión de dependencias III

Saturday, October 19, 13
¿Qué?
Gestor de dependencias para Objective-C
(iOS & Mac OS X).
Basado en Ruby Gems + Bundler.
Símiles para otros lenguajes.
npm, gems, composer, Maven,...

Saturday, October 19, 13
¿Cuándo?
First commit, 12 Agosto 2011.
Eloy Durán (@alloy).
Versión actual: 0.26.2 (19.10.13).
Historia & hitos:
https://speakerdeck.com/orta/cocoapods-state-of-the-union

Saturday, October 19, 13
Saturday, October 19, 13
¿Cómo?

Gema de Ruby.
Podfile + .podspec.
Repositorio en github con todas las specs.

Saturday, October 19, 13
¿Dónde?

Web de Cocoa Pods
http://cocoapods.org/
Gema de Ruby
http://rubygems.org/gems/cocoapods

Saturday, October 19, 13
¿Quién?

Fuente: https://speakerdeck.com/orta/cocoapods-state-of-the-union
Saturday, October 19, 13
¿Cuánto?

Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Datos
2 años de trabajo.
1.400 colaboradores.
2.300 librerías.
4.000 pull-requests.
6.000 podspecs.
220.000 descargas (Ruby Gems).

Fuente: https://speakerdeck.com/orta/cocoapods-state-of-the-union
Saturday, October 19, 13
Saturday, October 19, 13
Instalación

Tip: Gemfile por proyecto *
* http://www.punteroavoid.com/blog/2013/07/12/iniciando-un-nuevo-proyecto-ios/
Saturday, October 19, 13
Backstage

Saturday, October 19, 13
Hello Pods!
1. Crear proyecto en XCode.
2. Crear y configurar el Podfile.
3. pod install.
4. A partir de ahora se utiliza el .xcworkspace en
vez de el .xcodeproj.

Saturday, October 19, 13
Crear el podfile

Saturday, October 19, 13
Crear el podfile

Saturday, October 19, 13
Editar Podfile

Saturday, October 19, 13
Instalación

Saturday, October 19, 13
.xcworkspace
Nuevo proyecto Pods.
Añadidas las librerías del Podfile.
Añadidas las dependencias.
Frameworks del SDK.
Otras librerías Cocoa Pods.

Saturday, October 19, 13
Utilizando la librería

Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Control de versiones
.xcworkspace
Podfile
Podfile.lock
Pods/

Saturday, October 19, 13
¿Librerías?

Foto: http://www.dogwallpapers.net
Saturday, October 19, 13
http://cocoapods.org
Saturday, October 19, 13
@cocoapods

Saturday, October 19, 13
http://github.com/CocoaPods/specs
Saturday, October 19, 13
Saturday, October 19, 13
¡Mi librería tiene que ser c00l!

Saturday, October 19, 13
Do It Yourself
1. Crea la librería.
2. git tag (*)
3. Súbela a Github.
4. Crea el fichero .podspec
5. ¡Comparte!
* Ruby Gems Semantic Versioning
http://guides.rubygems.org/patterns/#semantic_versioning
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Los niños buenos testean los
podspecs antes de enviarlos
Saturday, October 19, 13
Saturday, October 19, 13
Comparte el podspec
1. Repito: verifica tu podspec.
2. No te saltes el paso 1.
3. Fork del repositorio de Specs.
4. Crear carpeta versionada de la librería.
5. Push.

Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
¿Y si no es mi librería?

Foto: http://www.fondosni.com/

Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
A mi jefe no le gusta que enseñe
Foto: https://vimeo.com/51631519
Saturday, October 19, 13
Specs privados
1. Fork del repo Specs de github (opcional).
2. Añadir repo a la búsqueda de pods.
3. Crear pod normalmente.
4. Guardar versionado.

Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Una ayudita, por favor
Saturday, October 19, 13
KFCocoaPodsPlugin

https://github.com/ricobeck/KFCocoaPodsPlugin

Saturday, October 19, 13
Saturday, October 19, 13
CocoaDocs

http://cocoadocs.org
Saturday, October 19, 13
Saturday, October 19, 13
Saturday, October 19, 13
Jorge Maroto García
Cuando haces Pods ya no hay stop
jorge@tactilapp.com

@patoroco

http://tactilapp.com

http://jorgemaroto.es
http://git.jorgemaroto.es
http://in.jorgemaroto.es

Saturday, October 19, 13

Más contenido relacionado

La actualidad más candente

Node basic training
Node basic trainingNode basic training
Node basic trainingCaesar Chi
 
Node realtime part
Node realtime partNode realtime part
Node realtime partCaesar Chi
 
RubyConf UY 2010
RubyConf UY 2010RubyConf UY 2010
RubyConf UY 2010Brian Ford
 
올챙이팜플렛 V1.0
올챙이팜플렛 V1.0올챙이팜플렛 V1.0
올챙이팜플렛 V1.0cho hyun jong
 
올챙이팜플렛
올챙이팜플렛올챙이팜플렛
올챙이팜플렛cho hyun jong
 

La actualidad más candente (7)

How to Become a Hacker?
How to Become a Hacker?How to Become a Hacker?
How to Become a Hacker?
 
Node basic training
Node basic trainingNode basic training
Node basic training
 
Node realtime part
Node realtime partNode realtime part
Node realtime part
 
RubyConf UY 2010
RubyConf UY 2010RubyConf UY 2010
RubyConf UY 2010
 
올챙이팜플렛 V1.0
올챙이팜플렛 V1.0올챙이팜플렛 V1.0
올챙이팜플렛 V1.0
 
올챙이팜플렛
올챙이팜플렛올챙이팜플렛
올챙이팜플렛
 
Car linux memo
Car linux memoCar linux memo
Car linux memo
 

Destacado

Taller de iniciación a iOS
Taller de iniciación a iOSTaller de iniciación a iOS
Taller de iniciación a iOSJorge Maroto
 
Automatic evaluation of Excel and Word productions in Moodle
Automatic evaluation of Excel and Word productions in MoodleAutomatic evaluation of Excel and Word productions in Moodle
Automatic evaluation of Excel and Word productions in MoodleGilles-Philippe Leblanc
 
Panduan sukses dari mmm
Panduan sukses dari mmmPanduan sukses dari mmm
Panduan sukses dari mmmRustam Antony
 
enautilus free your content
enautilus free your contentenautilus free your content
enautilus free your contentenautilus S.r.l.
 
Testing en iOS - AgileCyL - Pucela Testing Days 2013
Testing en iOS - AgileCyL - Pucela Testing Days 2013Testing en iOS - AgileCyL - Pucela Testing Days 2013
Testing en iOS - AgileCyL - Pucela Testing Days 2013Jorge Maroto
 
Synchronizing without internet - Multipeer Connectivity (iOS)
Synchronizing without internet - Multipeer Connectivity (iOS)Synchronizing without internet - Multipeer Connectivity (iOS)
Synchronizing without internet - Multipeer Connectivity (iOS)Jorge Maroto
 
Arterial blood gases
Arterial blood gasesArterial blood gases
Arterial blood gasesalengleng28
 
Sensormedics HIGH FREQUENCY VENTILATOR
Sensormedics HIGH FREQUENCY VENTILATORSensormedics HIGH FREQUENCY VENTILATOR
Sensormedics HIGH FREQUENCY VENTILATORalengleng28
 
Asthma medications
Asthma medicationsAsthma medications
Asthma medicationsalengleng28
 
Gerak dengan Analisis Vektor
Gerak dengan Analisis VektorGerak dengan Analisis Vektor
Gerak dengan Analisis VektorSMAN 11 Jambi
 
Nutritional therapy in children with in born errors of metabolism
Nutritional therapy in children with in born errors of metabolismNutritional therapy in children with in born errors of metabolism
Nutritional therapy in children with in born errors of metabolismMijail Alejandro Tapia Moreno
 
spinal muscular atrophy sma by allelieh
spinal muscular atrophy sma by alleliehspinal muscular atrophy sma by allelieh
spinal muscular atrophy sma by alleliehalengleng28
 
Making Money From Financial Markets 2017 Vince Stanzione
Making Money From Financial Markets 2017 Vince StanzioneMaking Money From Financial Markets 2017 Vince Stanzione
Making Money From Financial Markets 2017 Vince StanzioneVince Stanzione
 

Destacado (19)

Taller de iniciación a iOS
Taller de iniciación a iOSTaller de iniciación a iOS
Taller de iniciación a iOS
 
Objetivos german arciniegas
Objetivos german arciniegasObjetivos german arciniegas
Objetivos german arciniegas
 
Automatic evaluation of Excel and Word productions in Moodle
Automatic evaluation of Excel and Word productions in MoodleAutomatic evaluation of Excel and Word productions in Moodle
Automatic evaluation of Excel and Word productions in Moodle
 
Panduan sukses dari mmm
Panduan sukses dari mmmPanduan sukses dari mmm
Panduan sukses dari mmm
 
enautilus free your content
enautilus free your contentenautilus free your content
enautilus free your content
 
السياحة
السياحةالسياحة
السياحة
 
Testing en iOS - AgileCyL - Pucela Testing Days 2013
Testing en iOS - AgileCyL - Pucela Testing Days 2013Testing en iOS - AgileCyL - Pucela Testing Days 2013
Testing en iOS - AgileCyL - Pucela Testing Days 2013
 
Synchronizing without internet - Multipeer Connectivity (iOS)
Synchronizing without internet - Multipeer Connectivity (iOS)Synchronizing without internet - Multipeer Connectivity (iOS)
Synchronizing without internet - Multipeer Connectivity (iOS)
 
Enfermedad de graves basedow
Enfermedad de graves basedowEnfermedad de graves basedow
Enfermedad de graves basedow
 
Arterial blood gases
Arterial blood gasesArterial blood gases
Arterial blood gases
 
Sensormedics HIGH FREQUENCY VENTILATOR
Sensormedics HIGH FREQUENCY VENTILATORSensormedics HIGH FREQUENCY VENTILATOR
Sensormedics HIGH FREQUENCY VENTILATOR
 
Allelieh sma
Allelieh smaAllelieh sma
Allelieh sma
 
Platone
PlatonePlatone
Platone
 
Asthma medications
Asthma medicationsAsthma medications
Asthma medications
 
Gerak dengan Analisis Vektor
Gerak dengan Analisis VektorGerak dengan Analisis Vektor
Gerak dengan Analisis Vektor
 
Nutritional therapy in children with in born errors of metabolism
Nutritional therapy in children with in born errors of metabolismNutritional therapy in children with in born errors of metabolism
Nutritional therapy in children with in born errors of metabolism
 
spinal muscular atrophy sma by allelieh
spinal muscular atrophy sma by alleliehspinal muscular atrophy sma by allelieh
spinal muscular atrophy sma by allelieh
 
Adenoamigdalitis aguda y crónica
Adenoamigdalitis aguda y crónicaAdenoamigdalitis aguda y crónica
Adenoamigdalitis aguda y crónica
 
Making Money From Financial Markets 2017 Vince Stanzione
Making Money From Financial Markets 2017 Vince StanzioneMaking Money From Financial Markets 2017 Vince Stanzione
Making Money From Financial Markets 2017 Vince Stanzione
 

Similar a Codemotion 2013 - presentación cocoa pods

Presentation to wdim_students
Presentation to wdim_studentsPresentation to wdim_students
Presentation to wdim_studentsScott Motte
 
5 分でキメル! (慣れれば、あなたもやれる!) たったの 5 分でできるサーバと通信できる iPhone アプリの作成
5 分でキメル!  (慣れれば、あなたもやれる!)  たったの 5 分でできるサーバと通信できる iPhone アプリの作成5 分でキメル!  (慣れれば、あなたもやれる!)  たったの 5 分でできるサーバと通信できる iPhone アプリの作成
5 分でキメル! (慣れれば、あなたもやれる!) たったの 5 分でできるサーバと通信できる iPhone アプリの作成Takafumi Kawano
 
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike Adolphs
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike AdolphsMonitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike Adolphs
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike AdolphsNETWAYS
 
Ten Things You Didn't Know Git And GitHub Could Do
Ten Things You Didn't Know Git And GitHub Could DoTen Things You Didn't Know Git And GitHub Could Do
Ten Things You Didn't Know Git And GitHub Could DoOwen Ou
 
A survey of robotics in Ruby
A survey of robotics in RubyA survey of robotics in Ruby
A survey of robotics in RubyAdam Dill
 
Teachmeet Sussex October 2013
Teachmeet Sussex October 2013Teachmeet Sussex October 2013
Teachmeet Sussex October 2013neilcford
 
Dancing App Stores - Android Open 2011
Dancing App Stores - Android Open 2011Dancing App Stores - Android Open 2011
Dancing App Stores - Android Open 2011Jesse Vincent
 
iBizLog. Smalltalking the Web
iBizLog. Smalltalking the WebiBizLog. Smalltalking the Web
iBizLog. Smalltalking the WebESUG
 
Adding Source Control to Your Life
Adding Source Control to Your LifeAdding Source Control to Your Life
Adding Source Control to Your LifeMark Kelnar
 
HackPittsburgh Updates For DevHousePgh
HackPittsburgh Updates For DevHousePghHackPittsburgh Updates For DevHousePgh
HackPittsburgh Updates For DevHousePghMarty McGuire
 
RailsConf 2013: RubyMotion
RailsConf 2013: RubyMotionRailsConf 2013: RubyMotion
RailsConf 2013: RubyMotionBrian Sam-Bodden
 
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013Leonardo Borges
 
Part 4 of Git, Illuminated
Part 4 of Git, IlluminatedPart 4 of Git, Illuminated
Part 4 of Git, Illuminatedjessitron
 
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdfAdvanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdfWiseNaeem
 
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdfAdvanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdfIsmailkhan77481
 
Servicios y Herramientas para usar en tu próximo proyecto
Servicios y Herramientas para usar en tu próximo proyectoServicios y Herramientas para usar en tu próximo proyecto
Servicios y Herramientas para usar en tu próximo proyectoOrlando Del Aguila
 

Similar a Codemotion 2013 - presentación cocoa pods (20)

Presentation to wdim_students
Presentation to wdim_studentsPresentation to wdim_students
Presentation to wdim_students
 
5 分でキメル! (慣れれば、あなたもやれる!) たったの 5 分でできるサーバと通信できる iPhone アプリの作成
5 分でキメル!  (慣れれば、あなたもやれる!)  たったの 5 分でできるサーバと通信できる iPhone アプリの作成5 分でキメル!  (慣れれば、あなたもやれる!)  たったの 5 分でできるサーバと通信できる iPhone アプリの作成
5 分でキメル! (慣れれば、あなたもやれる!) たったの 5 分でできるサーバと通信できる iPhone アプリの作成
 
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike Adolphs
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike AdolphsMonitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike Adolphs
Monitoring Behavioral Driven Infrastructures mit Cucumber-Nagios by Mike Adolphs
 
Ten Things You Didn't Know Git And GitHub Could Do
Ten Things You Didn't Know Git And GitHub Could DoTen Things You Didn't Know Git And GitHub Could Do
Ten Things You Didn't Know Git And GitHub Could Do
 
A survey of robotics in Ruby
A survey of robotics in RubyA survey of robotics in Ruby
A survey of robotics in Ruby
 
Edo Cabinet
Edo CabinetEdo Cabinet
Edo Cabinet
 
Teachmeet Sussex October 2013
Teachmeet Sussex October 2013Teachmeet Sussex October 2013
Teachmeet Sussex October 2013
 
Dancing App Stores - Android Open 2011
Dancing App Stores - Android Open 2011Dancing App Stores - Android Open 2011
Dancing App Stores - Android Open 2011
 
iBizLog. Smalltalking the Web
iBizLog. Smalltalking the WebiBizLog. Smalltalking the Web
iBizLog. Smalltalking the Web
 
Adding Source Control to Your Life
Adding Source Control to Your LifeAdding Source Control to Your Life
Adding Source Control to Your Life
 
Firefoxos bcndevcon
Firefoxos bcndevconFirefoxos bcndevcon
Firefoxos bcndevcon
 
Boot2Gecko Hackernote
Boot2Gecko HackernoteBoot2Gecko Hackernote
Boot2Gecko Hackernote
 
has("builds")
has("builds")has("builds")
has("builds")
 
HackPittsburgh Updates For DevHousePgh
HackPittsburgh Updates For DevHousePghHackPittsburgh Updates For DevHousePgh
HackPittsburgh Updates For DevHousePgh
 
RailsConf 2013: RubyMotion
RailsConf 2013: RubyMotionRailsConf 2013: RubyMotion
RailsConf 2013: RubyMotion
 
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013
Clojure Macros Workshop: LambdaJam 2013 / CUFP 2013
 
Part 4 of Git, Illuminated
Part 4 of Git, IlluminatedPart 4 of Git, Illuminated
Part 4 of Git, Illuminated
 
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdfAdvanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects.pdf
 
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdfAdvanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdf
Advanced View of Projects Raspberry Pi List - Raspberry PI Projects (1).pdf
 
Servicios y Herramientas para usar en tu próximo proyecto
Servicios y Herramientas para usar en tu próximo proyectoServicios y Herramientas para usar en tu próximo proyecto
Servicios y Herramientas para usar en tu próximo proyecto
 

Último

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
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
 
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
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 

Último (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
#StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
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
 
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
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
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
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 

Codemotion 2013 - presentación cocoa pods