SlideShare uma empresa Scribd logo
1 de 81
Baixar para ler offline
Friday, April 20, 12
Distributed version control




Friday, April 20, 12
build it




                       check               get
                         in               Task




                               write
                               code


Friday, April 20, 12
DVCS @ Unite




                         Issue Tracker


Friday, April 20, 12
DVCS @ Unite




                       Content Collaboration


Friday, April 20, 12
Shaping the future of DVCS




Friday, April 20, 12
Making the Switch to DVCS
                 How Atlassian teams moved from centralised to
                 distributed version control




                 John Stevenson, UK Ambassador, Atlassian
                                                                 7
Friday, April 20, 12
Friday, April 20, 12
Importance of Versioning




Friday, April 20, 12
Importance of Versioning




             Collaboration   History of changes   Multiple copies



Friday, April 20, 12
Importance of Versioning




             Collaboration   History of changes   Multiple copies



Friday, April 20, 12
Importance of Versioning




             Collaboration   History of changes   Multiple copies



Friday, April 20, 12
One repository to rule them
                          all




Friday, April 20, 12
One repository to rule them
                          all




Friday, April 20, 12
Whats the beef
                       with Subversion ?

Friday, April 20, 12
Centralised Version Control

                               Subversion




Friday, April 20, 12
Centralised Version Control

                               Subversion




Friday, April 20, 12
Centralised Version Control

                               Subversion




Friday, April 20, 12
Subversion issues
                 • Merging hell


                 • Fear of breaking the
                   build
                       • delayed commits lead
                         to more merging hell


Friday, April 20, 12
Subversion issues
                 • Merging hell


                 • Fear of breaking the
                   build
                       • delayed commits lead
                         to more merging hell


Friday, April 20, 12
Subversion issues
                 • Merging hell


                 • Fear of breaking the
                   build
                       • delayed commits lead
                         to more merging hell


Friday, April 20, 12
Rise of DVCS


                                • High adoption in Open
                                  Source projects
                                • Enterprises now making the
                                  move
                                • Atlassian teams already
                                  migrated

Friday, April 20, 12
Rise of DVCS


                                • High adoption in Open
                                  Source projects
                                • Enterprises now making the
                                  move
                                • Atlassian teams already
                                  migrated

Friday, April 20, 12
Rise of DVCS


                                • High adoption in Open
                                  Source projects
                                • Enterprises now making the
                                  move
                                • Atlassian teams already
                                  migrated

Friday, April 20, 12
Everyone is doing it!




Friday, April 20, 12
Everyone is doing it!




Friday, April 20, 12
Social coding




Friday, April 20, 12
Social coding




Friday, April 20, 12
Social coding




Friday, April 20, 12
Friday, April 20, 12
Enhancing the
                       development cycle
                           with DVCS
Friday, April 20, 12
Distributed Version Control




Friday, April 20, 12
Distributed Version Control

                                                              Git or Mercurial




                       Git or Mercurial                                                             Git or Mercurial
                                                             Git or Mercurial




                                          Git or Mercurial                       Git or Mercurial




Friday, April 20, 12
DVCS encourages learning
                 • Smaller projects
                 • Smaller iterations / continuous deployment
                 • Faster feedback
                 • Greater collaboration & innovation
                 • Understanding customers better



Friday, April 20, 12
What do I need to learn




Friday, April 20, 12
What do I need to learn




Friday, April 20, 12
Differences in workflow?




Friday, April 20, 12
Not just the command line




Friday, April 20, 12
Not just the command line




Friday, April 20, 12
Not just the command line




                       The command line is like Marmite...
Friday, April 20, 12
“   Distributed Version Control is flexible and can fit any

                                                                           ”
                           workflow - you can even treat it like Subversion.




Friday, April 20, 12
“   Distributed Version Control is flexible and can fit any

                                                                           ”
                           workflow - you can even treat it like Subversion.




                                                         Steve Streeting
                                                         Creator of SourceTree

Friday, April 20, 12
Centralised Vs Distributed




Friday, April 20, 12
Classic Vs Re-imagined




Friday, April 20, 12
How did Atlassian do it?


      Recipe for DVCS
      adoption

Friday, April 20, 12
How did Atlassian do it?


      Recipe for DVCS
      adoption

Friday, April 20, 12
Atlassian DVCS recipe




Friday, April 20, 12
Atlassian DVCS recipe


                           Tooling



Friday, April 20, 12
Git and Mercurial Mac Client




Friday, April 20, 12
Git and Mercurial Mac Client




Friday, April 20, 12
Browse and Search source
             across versioning tools

      Commits to SVN & DVCS repos
      Browse source in
      Subversion, Git, Hg, CVS, etc.



Friday, April 20, 12
Browse and Search source
             across versioning tools

      Commits to SVN & DVCS repos
      Browse source in
      Subversion, Git, Hg, CVS, etc.



Friday, April 20, 12
Source code disinfectant


Friday, April 20, 12
Source code disinfectant


Friday, April 20, 12
Continuous Integration and
             release management

               • Run same builds against old
                 and new VCS
               • Continuous Validation
               • Separate repos for integration

Friday, April 20, 12
Continuous Integration and
             release management

               • Run same builds against old
                 and new VCS
               • Continuous Validation
               • Separate repos for integration

Friday, April 20, 12
Link every commit to
                            JIRA issues




Friday, April 20, 12
Link every commit to
                            JIRA issues




Friday, April 20, 12
Atlassian DVCS recipe




Friday, April 20, 12
Atlassian DVCS recipe



                          Practices


Friday, April 20, 12
Incremental change
                 • Try on small projects
                 • Use hybrid tooling




Friday, April 20, 12
Bringing our history with us




Friday, April 20, 12
Bringing our history with us




Friday, April 20, 12
Atlassian DVCS recipe




Friday, April 20, 12
Atlassian DVCS recipe


                         Experience



Friday, April 20, 12
DVCS mentor




Friday, April 20, 12
DVCS mentor




Friday, April 20, 12
DVCS mentor




Friday, April 20, 12
Code
                       without
                       Limitations

                       • Fork & Clone
                       • Repositories are cheap,
                         don't be afraid to mess up



Friday, April 20, 12
Commit Early,
                 Commit Often




Friday, April 20, 12
Commit Early,
                 Commit Often




Friday, April 20, 12
Atlassian DVCS




Friday, April 20, 12
Atlassian DVCS


                          Benefits



Friday, April 20, 12
Benefit: Developer Speed
           • Common commands, just faster
           • Fast tools = happy developers
           • Complete history at hand




Friday, April 20, 12
Benefit: Developer Speed
           • Common commands, just faster
           • Fast tools = happy developers
           • Complete history at hand




Friday, April 20, 12
Benefit: Fast Feedback
                       • More lessons learnt
                       • Issues resolved more timely
                       • Less risk and impact to a project
                       • More in tune with customers




Friday, April 20, 12
Benefit: Fast Feedback
                       • More lessons learnt
                       • Issues resolved more timely
                       • Less risk and impact to a project
                       • More in tune with customers




Friday, April 20, 12
DVCS @ Atlassian




Friday, April 20, 12
DVCS @ Atlassian




Friday, April 20, 12
Wrap up
                       • DVCS has great business and technical benefits
                       • Atlassian is shaping the future of DVCS




Friday, April 20, 12
Thank you

                  blogs.atlassian.com
                  sourcetreeapp.com

                       blog.jr0cket.co.uk
                                @jr0cket
Friday, April 20, 12

Mais conteúdo relacionado

Destaque

Agile Code Reviews: Supporting collaboration and improving production uptime ...
Agile Code Reviews: Supporting collaboration and improving production uptime ...Agile Code Reviews: Supporting collaboration and improving production uptime ...
Agile Code Reviews: Supporting collaboration and improving production uptime ...Atlassian
 
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based Intranet
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based IntranetZumtobel Lightweb: Challenges and Highlights of a Wiki Based Intranet
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based IntranetAtlassian
 
Unite community deck-uk-john stevenson
Unite community deck-uk-john stevensonUnite community deck-uk-john stevenson
Unite community deck-uk-john stevensonAtlassian
 
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010Atlassian
 
Atlassian University: Interactive Training with Atlassian Tools
Atlassian University: Interactive Training with Atlassian ToolsAtlassian University: Interactive Training with Atlassian Tools
Atlassian University: Interactive Training with Atlassian ToolsAtlassian
 
Automate That! Scripting Atlassian applications in Python
Automate That! Scripting Atlassian applications in PythonAutomate That! Scripting Atlassian applications in Python
Automate That! Scripting Atlassian applications in PythonAtlassian
 
Living a Microsoft-free World: Information management at Atlassian
Living a Microsoft-free World: Information management at AtlassianLiving a Microsoft-free World: Information management at Atlassian
Living a Microsoft-free World: Information management at AtlassianAtlassian
 
Git Ready! Workflows
Git Ready! WorkflowsGit Ready! Workflows
Git Ready! WorkflowsAtlassian
 
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...Atlassian
 
How to create a workflow
How to create a workflow How to create a workflow
How to create a workflow Atlassian
 
Atlassian Overview
Atlassian OverviewAtlassian Overview
Atlassian OverviewAtlassian
 
Le Contenu Marketing pour valoriser votre entreprise sur Internet
Le Contenu Marketing pour valoriser votre entreprise sur InternetLe Contenu Marketing pour valoriser votre entreprise sur Internet
Le Contenu Marketing pour valoriser votre entreprise sur InternetWordMedia
 
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...Raphaël Fétique
 
Optimisation SEO
Optimisation SEOOptimisation SEO
Optimisation SEOohmyweb!
 

Destaque (15)

Agile Code Reviews: Supporting collaboration and improving production uptime ...
Agile Code Reviews: Supporting collaboration and improving production uptime ...Agile Code Reviews: Supporting collaboration and improving production uptime ...
Agile Code Reviews: Supporting collaboration and improving production uptime ...
 
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based Intranet
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based IntranetZumtobel Lightweb: Challenges and Highlights of a Wiki Based Intranet
Zumtobel Lightweb: Challenges and Highlights of a Wiki Based Intranet
 
Keynote
KeynoteKeynote
Keynote
 
Unite community deck-uk-john stevenson
Unite community deck-uk-john stevensonUnite community deck-uk-john stevenson
Unite community deck-uk-john stevenson
 
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010
JIRA + Confluence = Beyond Software Development - Atlassian Summit 2010
 
Atlassian University: Interactive Training with Atlassian Tools
Atlassian University: Interactive Training with Atlassian ToolsAtlassian University: Interactive Training with Atlassian Tools
Atlassian University: Interactive Training with Atlassian Tools
 
Automate That! Scripting Atlassian applications in Python
Automate That! Scripting Atlassian applications in PythonAutomate That! Scripting Atlassian applications in Python
Automate That! Scripting Atlassian applications in Python
 
Living a Microsoft-free World: Information management at Atlassian
Living a Microsoft-free World: Information management at AtlassianLiving a Microsoft-free World: Information management at Atlassian
Living a Microsoft-free World: Information management at Atlassian
 
Git Ready! Workflows
Git Ready! WorkflowsGit Ready! Workflows
Git Ready! Workflows
 
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...
No Coding Necessary: Building Confluence User Macros Cheat Sheet - Atlassian ...
 
How to create a workflow
How to create a workflow How to create a workflow
How to create a workflow
 
Atlassian Overview
Atlassian OverviewAtlassian Overview
Atlassian Overview
 
Le Contenu Marketing pour valoriser votre entreprise sur Internet
Le Contenu Marketing pour valoriser votre entreprise sur InternetLe Contenu Marketing pour valoriser votre entreprise sur Internet
Le Contenu Marketing pour valoriser votre entreprise sur Internet
 
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...
Café du e-Commerce 18mars2009 - Le site web peut-il rivaliser avec le conseil...
 
Optimisation SEO
Optimisation SEOOptimisation SEO
Optimisation SEO
 

Semelhante a Unite dvcs deck-uk-john stevenson

20120315 atlassian unite - dvcs
20120315   atlassian unite - dvcs20120315   atlassian unite - dvcs
20120315 atlassian unite - dvcsAtlassian
 
Unite dvcs sven
Unite dvcs svenUnite dvcs sven
Unite dvcs svenAtlassian
 
Building scalablewebapps
Building scalablewebappsBuilding scalablewebapps
Building scalablewebappsAyumu Aizawa
 
Scaling Quizlet
Scaling QuizletScaling Quizlet
Scaling QuizletQuizlet
 
Atlassian Developers switch to DVCS - Unite London conference
Atlassian Developers switch to DVCS - Unite London conferenceAtlassian Developers switch to DVCS - Unite London conference
Atlassian Developers switch to DVCS - Unite London conferenceJohn Stevenson
 
Usability Testing Participants
Usability Testing ParticipantsUsability Testing Participants
Usability Testing ParticipantsKrista Kennedy
 
Unite keynote all - mike's edit (don't edit!)
Unite keynote   all - mike's edit (don't edit!)Unite keynote   all - mike's edit (don't edit!)
Unite keynote all - mike's edit (don't edit!)Atlassian
 
eXo Software Factory Overview
eXo Software Factory OvervieweXo Software Factory Overview
eXo Software Factory OverviewArnaud Héritier
 

Semelhante a Unite dvcs deck-uk-john stevenson (9)

20120315 atlassian unite - dvcs
20120315   atlassian unite - dvcs20120315   atlassian unite - dvcs
20120315 atlassian unite - dvcs
 
Unite dvcs sven
Unite dvcs svenUnite dvcs sven
Unite dvcs sven
 
Building scalablewebapps
Building scalablewebappsBuilding scalablewebapps
Building scalablewebapps
 
Scaling Quizlet
Scaling QuizletScaling Quizlet
Scaling Quizlet
 
Atlassian Developers switch to DVCS - Unite London conference
Atlassian Developers switch to DVCS - Unite London conferenceAtlassian Developers switch to DVCS - Unite London conference
Atlassian Developers switch to DVCS - Unite London conference
 
Berlin.JS Meetup
Berlin.JS MeetupBerlin.JS Meetup
Berlin.JS Meetup
 
Usability Testing Participants
Usability Testing ParticipantsUsability Testing Participants
Usability Testing Participants
 
Unite keynote all - mike's edit (don't edit!)
Unite keynote   all - mike's edit (don't edit!)Unite keynote   all - mike's edit (don't edit!)
Unite keynote all - mike's edit (don't edit!)
 
eXo Software Factory Overview
eXo Software Factory OvervieweXo Software Factory Overview
eXo Software Factory Overview
 

Mais de Atlassian

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020Atlassian
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020Atlassian
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App ShowcaseAtlassian
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UIAtlassian
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge RuntimeAtlassian
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceAtlassian
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge TriggersAtlassian
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeAtlassian
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelAtlassian
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemAtlassian
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the HoodAtlassian
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAtlassian
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginAtlassian
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingAtlassian
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterAtlassian
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindAtlassian
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Atlassian
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsAtlassian
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamAtlassian
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in MindAtlassian
 

Mais de Atlassian (20)

International Women's Day 2020
International Women's Day 2020International Women's Day 2020
International Women's Day 2020
 
10 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 202010 emerging trends that will unbreak your workplace in 2020
10 emerging trends that will unbreak your workplace in 2020
 
Forge App Showcase
Forge App ShowcaseForge App Showcase
Forge App Showcase
 
Let's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UILet's Build an Editor Macro with Forge UI
Let's Build an Editor Macro with Forge UI
 
Meet the Forge Runtime
Meet the Forge RuntimeMeet the Forge Runtime
Meet the Forge Runtime
 
Forge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User ExperienceForge UI: A New Way to Customize the Atlassian User Experience
Forge UI: A New Way to Customize the Atlassian User Experience
 
Take Action with Forge Triggers
Take Action with Forge TriggersTake Action with Forge Triggers
Take Action with Forge Triggers
 
Observability and Troubleshooting in Forge
Observability and Troubleshooting in ForgeObservability and Troubleshooting in Forge
Observability and Troubleshooting in Forge
 
Trusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy ModelTrusted by Default: The Forge Security & Privacy Model
Trusted by Default: The Forge Security & Privacy Model
 
Designing Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI SystemDesigning Forge UI: A Story of Designing an App UI System
Designing Forge UI: A Story of Designing an App UI System
 
Forge: Under the Hood
Forge: Under the HoodForge: Under the Hood
Forge: Under the Hood
 
Access to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIsAccess to User Activities - Activity Platform APIs
Access to User Activities - Activity Platform APIs
 
Design Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch PluginDesign Your Next App with the Atlassian Vendor Sketch Plugin
Design Your Next App with the Atlassian Vendor Sketch Plugin
 
Tear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the BuildingTear Up Your Roadmap and Get Out of the Building
Tear Up Your Roadmap and Get Out of the Building
 
Nailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that MatterNailing Measurement: a Framework for Measuring Metrics that Matter
Nailing Measurement: a Framework for Measuring Metrics that Matter
 
Building Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in MindBuilding Apps With Color Blind Users in Mind
Building Apps With Color Blind Users in Mind
 
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
Creating Inclusive Experiences: Balancing Personality and Accessibility in UX...
 
Beyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced TeamsBeyond Diversity: A Guide to Building Balanced Teams
Beyond Diversity: A Guide to Building Balanced Teams
 
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed TeamThe Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
The Road(map) to Las Vegas - The Story of an Emerging Self-Managed Team
 
Building Apps With Enterprise in Mind
Building Apps With Enterprise in MindBuilding Apps With Enterprise in Mind
Building Apps With Enterprise in Mind
 

Último

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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
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
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
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
 
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
 
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
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
🐬 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
 
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
 
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
 
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
 
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
 
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
 
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
 

Último (20)

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
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
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
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
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
 
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
 
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...
 
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
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
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
 
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
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
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
 
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
 
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
 

Unite dvcs deck-uk-john stevenson