SlideShare uma empresa Scribd logo
1 de 110
developers
Prashant Sridharan
psridharan@fb.com
github.com/CoolAssPuppy
@CoolAssPuppy
Getting Discovered
Benefits of the Facebook Platform
BUILD great mobile apps more productively
DISTRIBUTE your apps via organic sharing
PROMOTE your apps using Facebook ads
Distribute PromoteBuild
Distribute Promote
Build
www.parse.com
Parse
Building Your App
Database
Building Your App
Database REST API
REST
Z
Z
Z
Server
++
+ users
+ security
CachingNetworking
+ +
The fun stuff!
Parse Lets You Focus on the Fun Stuff
Database REST API
REST
Z
Z
Server
++
+ users
+ security
CachingNetworking
+ +
The fun stuff!
Parse Lets You Focus on the Fun Stuff
no no
no
no
no
yes!
Database REST API
REST
Z
Z
Server
++
+ users
+ security
CachingNetworking
+ +
The fun stuff!
Z
The Natural Evolution of Things
0% 100
Running Your
Own Servers
0% 100
Your Own
Cloud
Instances
0% 100
Parse
The Natural Evolution of Things
Yucky Stuff Fun Stuff
0% 100
Running Your
Own Servers
Yucky Stuff Fun Stuff
0% 100
Your Own
Cloud
Instances
Yucky
Stuff
Fun Stuff
0% 100
Parse
PromoteBuild Distribute
Distribute
PromoteBuild
You are here
You are here
You are here
App Store > 700,000 Apps
Google Play > 700,000 Apps
developers.facebook.com
iOS Android Web
The Facebook SDK for iOS
FBLoginView
FBGraphObject
FBSession
FBFriendPickerViewController FBDialogs
FBOpenGraphAction facade (e.g. FBGraphUser)
FBRequest FBRequestConnection FBSettings
The Facebook SDK for iOS
FBLoginView
FBGraphObject
FBSession
FBFriendPickerViewController FBDialogs
FBOpenGraphAction facade (e.g. FBGraphUser)
FBRequest FBRequestConnection FBSettings
The Facebook SDK for iOS
Core
FBLoginView
FBGraphObject
FBSession
FBFriendPickerViewController FBDialogs
FBOpenGraphAction facade (e.g. FBGraphUser)
FBRequest FBRequestConnection FBSettings
The Facebook SDK for iOS
Core
FBLoginView
FBGraphObject
FBSession
FBFriendPickerViewController FBDialogs
FBOpenGraphAction facade (e.g. FBGraphUser)
FBRequest FBRequestConnection
Graph
FBSettings
The Facebook SDK for iOS
Core
FBLoginView
FBGraphObject
FBSession
FBFriendPickerViewController FBDialogs
FBOpenGraphAction facade (e.g. FBGraphUser)
FBRequest FBRequestConnection
Native UI
Graph
FBSettings
The Facebook SDK for Android
Native UI
Graph
Core
LoginButton
GraphUser
FriendPickerFragment ProfilePictureView
GraphObject.Factory OpenGraphAction
Request UiLifecycleHelper SettingsSession
The Facebook SDK for Android
Native UI
Graph
Core
LoginButton
GraphUser
FriendPickerFragment ProfilePictureView
GraphObject.Factory OpenGraphAction
Request UiLifecycleHelper SettingsSession
Facebook Native User Interface
Facebook Login Profile Picture Friend Picker Place Picker
Facebook Helps You Get Discovered
Timeline News
Feed
Graph
Search
http://a.url.can/go?here
message
Some photos from the weekend
Some photos from the weekend
Some photos from the weekend
Some photos from the weekend
The Most Interesting Story: Who Are You?
Prashant
The Most Interesting Story: Who Are You?
PrashantVERB a NOUN
Timeline
Timeline
Open Graph Stories
Why Sharing Matters
Why Sharing Matters
Sharing is central to
our online
Why Sharing Matters
Sharing is central to
our online
...and is an
expectation we have
Beautiful Stories > Better Engagement > Discovery
Beautiful Stories > Better Engagement > Discovery
Sharing
Sharing
Good
Native iOS 6
Simplest form of sharing
Does not require Login
Sharing
Good
Native iOS 6
Simplest form of sharing
Does not require Login
Better
Uses latest version of the
installed Facebook app
Does not require Login
Sharing
Good
Native iOS 6
Simplest form of sharing
Does not require Login
Better
Uses latest version of the
installed Facebook app
Does not require Login
Sharing
Good
Native iOS 6
Simplest form of sharing
Does not require Login
Better
Uses latest version of the
installed Facebook app
Does not require Login
Best
Uses actions/objects
generated by apps
Requires Login
Deeply engaging stories
Driving Better Discovery: Deep Linking
Driving Better Discovery: Deep Linking
Users see stories
generated by your app in
their News Feed and
engage with them
Driving Better Discovery: Deep Linking
Users see stories
generated by your app in
their News Feed and
engage with them
Taken directly
to app if the
app is already
Driving Better Discovery: Deep Linking
Users see stories
generated by your app in
their News Feed and
engage with them
Directed to App
Store to download
app if it’s not
installed
Taken directly
to app if the
app is already
Deep Linking Works Best With Incoming Links
Deep Linking Works Best With Incoming Links
Why Use Facebook Login?
Why Use Facebook Login?
User’s identity
Why Use Facebook Login?
User’s identity User’s friends
Why Use Facebook Login?
User’s identity Appearing in SearchUser’s friends
Why Use Facebook Login?
User’s identity Appearing in SearchUser’s friends
Getting
Distribution
Best Practices for Using Facebook Login
▪ Use the latest SDKs for native login
▪ Augment your own authentication
mechanism
▪ Separate read and write permissions
▪ Ask for write permissions in context
▪ Explain why you need Facebook
Login
Best Practices for Using Facebook Login
▪ Use the latest SDKs for native login
▪ Augment your own authentication
mechanism
▪ Separate read and write permissions
▪ Ask for write permissions in context
▪ Explain why you need Facebook
Login
Best Practices for Using Facebook Login
▪ Use the latest SDKs for native login
▪ Augment your own authentication
mechanism
▪ Separate read and write permissions
▪ Ask for write permissions in context
▪ Explain why you need Facebook
Login
Eight Most Common Facebook Login Mistakes
▪ Asking for too many permissions
▪ Back-to-back ask for read and write permissions
▪ No way to log out of the app
▪ Not using the latest native dialogs
▪ Making the user create an account/password after logging in with Facebook
▪ Confusing language about what you intend to do with offline access
▪ Not handling the case where a user rescinds permission later
▪ Making it unclear that you’re about to login with Facebook
The Empty Room Problem
The Empty Room Problem
The Empty Room
Problem
•Where are my friends?
•Where is the art and
decor I love?
•What is there to do
that I will like?
The Social Graph
LISTEN
READ
RUN
COOK
Like
Like
Like
Like
The Social Graph
https://graph.facebook.com
API for people, things, and the connections between
▪ /me - get profile information for the currently logged-in user
▪ /me/friends - get a list of that person’s friends
▪ /me?fields=endoapp:run - get all that person’s runs on Endomondo
▪ /[place_id] - get information about places where your users are
▪ /search?q=[term]&type=[post/checkin/place] - search for public updates
on a topic
https://graph.facebook.com
API for people, things, and the connections between
▪ /me - get profile information for the currently logged-in user
▪ /me/friends - get a list of that person’s friends
▪ /me?fields=endoapp:run - get all that person’s runs on Endomondo
▪ /[place_id] - get information about places where your users are
▪ /search?q=[term]&type=[post/checkin/place] - search for public updates
on a topic
call /me maybe?
Privacy & Permissions: Reading Data
Extended
Profile
Properties
Email
Privacy & Permissions: Reading Data
Public
Profileid, name, first_name, last_name, link, username, gender, locale
email
user_about_me, user_activities, user_birthday,
user_checkins, user_education_history, user_events,
user_groups, user_hometown, user_interests,
user_likes, user_location, user_notes, user_questions,
user_relationships, user_relationship_details,
user_religion_politics, user_status,
user_subscriptions, user_videos, user_website,
user_work_history, user_actions.music,
user_actions.news, user_actions.video,
user_games_activity, user_actions:APP_NAMESPACE
read_friendlists, read_insights, read_mailbox,
read_requests, read_stream, xmpp_login, ads_management,
create_event, manage_friendlists, manage_notifications,
user_online_presence, friends_online_presence,
publish_checkins, publish_actions, rsvp_event
Privacy & Permissions: Be Responsible
Privacy & Permissions: Be Responsible
DistributeBuild Promote
Distribute
Promote
Build
Your
App
Your
App
Get
Users
Share
Stories
Your
App
Get
Users
Drive
Traffic
Share
Stories
Your
App
Get
Users
Share
Stories
Your
App
Get
Users
Promote
Traffic
The best way to drive installs
The Best Way to Drive Installs
Find the Right Customers
Demographic
‣ Age
‣ Gender
‣ Locatio
n
Social
‣ OS
‣ Device
‣ Wifi
Custom
‣ Email addresses
‣ Phone numbers
‣ Facebook user IDs
‣ App Users IDs
Mobile
‣ Likes & interest
‣ Friend connections
‣ Activity (e.g., check-
Find the Right Customers
Mobile App Install Ad Results
3X better ROI
compared to other channels
developers.facebook.com/showcase/poshmark/
Mobile App Install Ad Results
20% lower cost
compared to other channels
developers.facebook.com/showcase/poshmark/
Mobile App Install Ad Results
charted 6th
in App Store
Sponsored Stories
Sponsoring Open Graph Stories
Marketing Strategy
Marketing Strategy
Mobile App Install Ads
Always On
Marketing Strategy
Mobile App Install Ads
Always On
Sponsored Stories
For key events
PromoteBuild Distribute
developers
Thank you
developers.facebook.com

Mais conteúdo relacionado

Mais procurados

Facebook Open Stream API - Facebook Developer Garage Dhaka
Facebook Open Stream API - Facebook Developer Garage DhakaFacebook Open Stream API - Facebook Developer Garage Dhaka
Facebook Open Stream API - Facebook Developer Garage DhakaMohammad Emran Hasan
 
Facebook Apps: Ein Entwicklungsleitfaden - WMMRN
Facebook Apps: Ein Entwicklungsleitfaden - WMMRNFacebook Apps: Ein Entwicklungsleitfaden - WMMRN
Facebook Apps: Ein Entwicklungsleitfaden - WMMRNStephan Hochdörfer
 
Facebook API for Developers : Introducing the Facebook Platform
Facebook API for Developers : Introducing the Facebook PlatformFacebook API for Developers : Introducing the Facebook Platform
Facebook API for Developers : Introducing the Facebook PlatformWildan Maulana
 
Beginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentBeginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentAizat Faiz
 
Introduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websitesIntroduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websitesShruti Arya
 
Facebook Platform - Tech
Facebook Platform - TechFacebook Platform - Tech
Facebook Platform - TechDavid Zhuang
 
Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9Abram John Limpin
 
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'Abhishek Kumar
 
Facebook Connect Tutorial
Facebook Connect TutorialFacebook Connect Tutorial
Facebook Connect TutorialPrateek Dayal
 
Introduction To The OpenSocial API
Introduction To The OpenSocial APIIntroduction To The OpenSocial API
Introduction To The OpenSocial APIChristopher St. John
 
An Introduction To The Use Of Widgets in libraries
An Introduction To The Use Of Widgets in librariesAn Introduction To The Use Of Widgets in libraries
An Introduction To The Use Of Widgets in librariesAaron Tay
 
Building an interactive timeline from facebook photos
Building an interactive timeline from facebook photosBuilding an interactive timeline from facebook photos
Building an interactive timeline from facebook photosRakesh Rajan
 
Create your own search engine
Create your own search engineCreate your own search engine
Create your own search engineMaggie Verster
 
Using Wordpress with Reclaim Hosting
Using Wordpress with Reclaim HostingUsing Wordpress with Reclaim Hosting
Using Wordpress with Reclaim HostingCindy Royal
 
funP 麻吉 開發者俱樂部十月份聚會
funP 麻吉 開發者俱樂部十月份聚會funP 麻吉 開發者俱樂部十月份聚會
funP 麻吉 開發者俱樂部十月份聚會Nathan Chiu
 

Mais procurados (19)

Facebook Connect
Facebook ConnectFacebook Connect
Facebook Connect
 
Facebook Open Stream API - Facebook Developer Garage Dhaka
Facebook Open Stream API - Facebook Developer Garage DhakaFacebook Open Stream API - Facebook Developer Garage Dhaka
Facebook Open Stream API - Facebook Developer Garage Dhaka
 
Hi5 Open Social
Hi5   Open SocialHi5   Open Social
Hi5 Open Social
 
Facebook Apps: Ein Entwicklungsleitfaden - WMMRN
Facebook Apps: Ein Entwicklungsleitfaden - WMMRNFacebook Apps: Ein Entwicklungsleitfaden - WMMRN
Facebook Apps: Ein Entwicklungsleitfaden - WMMRN
 
Facebook API for Developers : Introducing the Facebook Platform
Facebook API for Developers : Introducing the Facebook PlatformFacebook API for Developers : Introducing the Facebook Platform
Facebook API for Developers : Introducing the Facebook Platform
 
The social media developer
The social media developer The social media developer
The social media developer
 
Beginning WordPress Plugin Development
Beginning WordPress Plugin DevelopmentBeginning WordPress Plugin Development
Beginning WordPress Plugin Development
 
Introduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websitesIntroduction to Social Networking Sites and websites
Introduction to Social Networking Sites and websites
 
Web 2.0 Marketing (Part 1)
Web 2.0 Marketing (Part 1)Web 2.0 Marketing (Part 1)
Web 2.0 Marketing (Part 1)
 
Facebook Platform - Tech
Facebook Platform - TechFacebook Platform - Tech
Facebook Platform - Tech
 
Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9Pinned Sites in Internet Explorer 9
Pinned Sites in Internet Explorer 9
 
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'
Presentation on "XSS Defeating Concept in (secure)SiteHoster" : 'nullcon-2011'
 
Facebook Connect Tutorial
Facebook Connect TutorialFacebook Connect Tutorial
Facebook Connect Tutorial
 
Introduction To The OpenSocial API
Introduction To The OpenSocial APIIntroduction To The OpenSocial API
Introduction To The OpenSocial API
 
An Introduction To The Use Of Widgets in libraries
An Introduction To The Use Of Widgets in librariesAn Introduction To The Use Of Widgets in libraries
An Introduction To The Use Of Widgets in libraries
 
Building an interactive timeline from facebook photos
Building an interactive timeline from facebook photosBuilding an interactive timeline from facebook photos
Building an interactive timeline from facebook photos
 
Create your own search engine
Create your own search engineCreate your own search engine
Create your own search engine
 
Using Wordpress with Reclaim Hosting
Using Wordpress with Reclaim HostingUsing Wordpress with Reclaim Hosting
Using Wordpress with Reclaim Hosting
 
funP 麻吉 開發者俱樂部十月份聚會
funP 麻吉 開發者俱樂部十月份聚會funP 麻吉 開發者俱樂部十月份聚會
funP 麻吉 開發者俱樂部十月份聚會
 

Semelhante a Prashant Sridharan

Deep linking at App Promotion Summit
Deep linking at App Promotion SummitDeep linking at App Promotion Summit
Deep linking at App Promotion SummitAlexandre Jubien
 
Shall we search? Lviv.
Shall we search? Lviv. Shall we search? Lviv.
Shall we search? Lviv. Vira Povkh
 
Goodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdateGoodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdatePatrick Chanezon
 
Facebook, SMASH summit Presentation
Facebook, SMASH summit PresentationFacebook, SMASH summit Presentation
Facebook, SMASH summit Presentation500 Startups
 
Shiny Agency's Facebook Development Guidelines
Shiny Agency's Facebook Development GuidelinesShiny Agency's Facebook Development Guidelines
Shiny Agency's Facebook Development GuidelinesRoy Pereira
 
Social Networks @ Epidata 6 24 08
Social Networks @ Epidata 6 24 08Social Networks @ Epidata 6 24 08
Social Networks @ Epidata 6 24 08blanconet
 
Goodle Developer Days London 2008 - Open Social Update
Goodle Developer Days London 2008 - Open Social UpdateGoodle Developer Days London 2008 - Open Social Update
Goodle Developer Days London 2008 - Open Social UpdatePatrick Chanezon
 
Building google home applications tutorial
Building google home applications tutorialBuilding google home applications tutorial
Building google home applications tutorialAlex Austin
 
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14Facebook Mobile platform best practices TheFamily / DroidCon Sept 14
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14Julien Lesaicherre
 
Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Russ Fustino
 
App Nation - Build and Grow with Facebook Login and Sharing
App Nation - Build and Grow with Facebook Login and SharingApp Nation - Build and Grow with Facebook Login and Sharing
App Nation - Build and Grow with Facebook Login and SharingPeter Yang
 
Whitehat Linkbuilding Strategies Beginner To Advanced
Whitehat Linkbuilding Strategies Beginner To AdvancedWhitehat Linkbuilding Strategies Beginner To Advanced
Whitehat Linkbuilding Strategies Beginner To AdvancedAffiliate Summit
 
Social Media as a Reporting Tool
Social Media as a Reporting ToolSocial Media as a Reporting Tool
Social Media as a Reporting ToolMisty Montano
 
Semantic Optimization with Structured Data - SMX Munich
Semantic Optimization with Structured Data - SMX MunichSemantic Optimization with Structured Data - SMX Munich
Semantic Optimization with Structured Data - SMX MunichCraig Bradford
 
Top to Bottom: SEO for Small Businesses
Top to Bottom: SEO for Small BusinessesTop to Bottom: SEO for Small Businesses
Top to Bottom: SEO for Small BusinessesGeorge Freitag
 
Understanding SEO For Photographers
Understanding SEO For PhotographersUnderstanding SEO For Photographers
Understanding SEO For PhotographersEvolving SEO
 
Growing with the Open-Source Community
Growing with the Open-Source CommunityGrowing with the Open-Source Community
Growing with the Open-Source CommunityTomasz Urbaszek
 

Semelhante a Prashant Sridharan (20)

Deep linking at App Promotion Summit
Deep linking at App Promotion SummitDeep linking at App Promotion Summit
Deep linking at App Promotion Summit
 
Shall we search? Lviv.
Shall we search? Lviv. Shall we search? Lviv.
Shall we search? Lviv.
 
Goodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social UpdateGoodle Developer Days Munich 2008 - Open Social Update
Goodle Developer Days Munich 2008 - Open Social Update
 
Alex jubien-think mobile
Alex jubien-think mobileAlex jubien-think mobile
Alex jubien-think mobile
 
Facebook, SMASH summit Presentation
Facebook, SMASH summit PresentationFacebook, SMASH summit Presentation
Facebook, SMASH summit Presentation
 
Shiny Agency's Facebook Development Guidelines
Shiny Agency's Facebook Development GuidelinesShiny Agency's Facebook Development Guidelines
Shiny Agency's Facebook Development Guidelines
 
Social Networks @ Epidata 6 24 08
Social Networks @ Epidata 6 24 08Social Networks @ Epidata 6 24 08
Social Networks @ Epidata 6 24 08
 
Goodle Developer Days London 2008 - Open Social Update
Goodle Developer Days London 2008 - Open Social UpdateGoodle Developer Days London 2008 - Open Social Update
Goodle Developer Days London 2008 - Open Social Update
 
Lo3
Lo3Lo3
Lo3
 
Building google home applications tutorial
Building google home applications tutorialBuilding google home applications tutorial
Building google home applications tutorial
 
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14Facebook Mobile platform best practices TheFamily / DroidCon Sept 14
Facebook Mobile platform best practices TheFamily / DroidCon Sept 14
 
Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)Rock'in with Russ & Xamarin Forms (FBI Deck)
Rock'in with Russ & Xamarin Forms (FBI Deck)
 
App Nation - Build and Grow with Facebook Login and Sharing
App Nation - Build and Grow with Facebook Login and SharingApp Nation - Build and Grow with Facebook Login and Sharing
App Nation - Build and Grow with Facebook Login and Sharing
 
Whitehat Linkbuilding Strategies Beginner To Advanced
Whitehat Linkbuilding Strategies Beginner To AdvancedWhitehat Linkbuilding Strategies Beginner To Advanced
Whitehat Linkbuilding Strategies Beginner To Advanced
 
Social Media as a Reporting Tool
Social Media as a Reporting ToolSocial Media as a Reporting Tool
Social Media as a Reporting Tool
 
Semantic Optimization with Structured Data - SMX Munich
Semantic Optimization with Structured Data - SMX MunichSemantic Optimization with Structured Data - SMX Munich
Semantic Optimization with Structured Data - SMX Munich
 
Top to Bottom: SEO for Small Businesses
Top to Bottom: SEO for Small BusinessesTop to Bottom: SEO for Small Businesses
Top to Bottom: SEO for Small Businesses
 
Understanding SEO For Photographers
Understanding SEO For PhotographersUnderstanding SEO For Photographers
Understanding SEO For Photographers
 
Growing with the Open-Source Community
Growing with the Open-Source CommunityGrowing with the Open-Source Community
Growing with the Open-Source Community
 
Dropbox and linkedin
Dropbox and linkedin Dropbox and linkedin
Dropbox and linkedin
 

Último

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 

Último (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 

Prashant Sridharan