SlideShare una empresa de Scribd logo
1 de 103
Descargar para leer sin conexión
Getting into WorkBox
Integrating with Notifications & Tasks




                                        @shihabhamid
Why WorkBox?


               @me
WorkBox Features
WorkBox Features
WorkBox Features
..all available on the go
Why should you care?


Get your plugin noticed
Email notifications now in-app
Think of cool integrations on top of WorkBox
Example 1


Time for a Quickie
Example 1


Time for a Quickie
Example 1


SpeakEasy


Greasemonkey for
your instance
Prototype your
plugins fast
Example 1


SpeakEasy


Greasemonkey for
your instance
Prototype your
plugins fast
Example 1


Create a button
Check we’re on a page
Example 1


Create a button
Check we’re on a page




Add the it to the right spot
Example 1


Create a task
Example 1


Create a task
Example 1


Create a task
Example 1


Create a task
Example 1


Create a task
Example 1


Create a task
Example 1


Make it better!


 Detect whether a page has a task
Tasks API
       REST             Java

   /mywork/1/task    TaskService

        GET              find

       POST         createOrUpdate

        PUT         createOrUpdate

      DELETE            delete
When to use tasks?
When to use tasks?

Tasks are designed to be light-weight and personal
When to use tasks?

Tasks are designed to be light-weight and personal
Tasks only have the concept of complete/incomplete
When to use tasks?

Tasks are designed to be light-weight and personal
Tasks only have the concept of complete/incomplete
Tasks allow users to make their own notes
When to use tasks?

Tasks are designed to be light-weight and personal
Tasks only have the concept of complete/incomplete
Tasks allow users to make their own notes
Users can prioritise their tasks
When to use tasks?

Tasks are designed to be light-weight and personal
Tasks only have the concept of complete/incomplete
Tasks allow users to make their own notes
Users can prioritise their tasks
Tasks can be used as pointers to things that need to
get done
What next?
What next?


Prototyped the plugin in SpeakEasy
What next?


Prototyped the plugin in SpeakEasy
Converted it to a <web resource/> plugin
What next?


Prototyped the plugin in SpeakEasy
Converted it to a <web resource/> plugin
Do your users know about your cool plugin?
Example 2


Invite your users to try
Example 2


Invite your users to try
 Plugins start with a PluginEnabledEvent
Example 2


Invite your users to try
 Plugins start with a PluginEnabledEvent


 Notify your users of your cool plugin
Example 2


Invite your users to try
Example 2


Invite your users to try
 You will spam users
Example 2


Invite your users to try
 You will spam users
   when any plugin is enabled
Example 2


Invite your users to try
 You will spam users
   when any plugin is enabled
   every time your plugin is enabled
Example 2


Invite your users to try
 You will spam users
   when any plugin is enabled
   every time your plugin is enabled
 Your notifications won’t be crash hot
Example 2


Spicing up your notification
Example 2


Spicing up your notification
Example 2


Spicing up your notification
Your users are an asset
 In-App Notifications are a powerful way of getting
 the attention of your users
 Spamming them won’t make you more money
What is a Notification?
What is a Notification?

                         title
  icon



aggregation
                     read/unread
What is a Notification?
               item:title    aggregation




 action:icon
      avatar

                      description          action
What is a Notification?
             item actions

                              taskify




                            entry actions
What is a Notification?


 A notification is an instance of an action on an item
   item = page, issue, blog post
   action = share, comment, mention, like
Taking a notification apart
Taking a notification apart
Taking a notification apart
Taking a notification apart

  En#ty(                                Page(




  Ac#on(     Like(           Comment(            Share(   Men#on(



                      Jonathan(        Alice(
No#fica#on(           commented(
                       on(Page(
                                    commented(
                                      on(Page(
Taking a notification apart

  En#ty(                                Page(




  Ac#on(     Like(           Comment(            Share(   Men#on(



                      Jonathan(        Alice(
No#fica#on(           commented(
                       on(Page(
                                    commented(
                                      on(Page(
Taking a notification apart

  En#ty(                                Page(




  Ac#on(     Like(           Comment(            Share(   Men#on(



                      Jonathan(        Alice(
No#fica#on(           commented(
                       on(Page(
                                    commented(
                                      on(Page(
Example 3


One Last Example
Example 3


One Last Example


Marketing team wants to monitor and react to tweets
Example 3


One Last Example


Marketing team wants to monitor and react to tweets
Let’s put them in WorkBox!
Example 3


The System
                              I <3 the
                          NewShinyFeature
                           yo…so goood!




           Twitter
                       Twitter
          Listener


                                            Twitter User

        Notification
         Service




      Marketing Team
Example 3


The System
                              I <3 the
                          NewShinyFeature
                           yo…so goood!




           Twitter
                       Twitter
          Listener


                                            Twitter User

        Notification
         Service




      Marketing Team
Example 3


Getting Tweets
Example 3


Getting Tweets
Configure the client to track marketing’s key words
Example 3


Getting Tweets
Configure the client to track marketing’s key words




Ping the marketing team when a new tweet matches
Example 3


Getting Tweets
Configure the client to track marketing’s key words




Ping the marketing team when a new tweet matches
Example 3


Tweets as Notifications
Our marketing team only cares about tweets and
retweets mentioning a certain key word
Example 3


Tweets as Notifications
Our marketing team only cares about tweets and
retweets mentioning a certain key word


        En#ty(                  Tweet(



                                    Post(
        Ac#on(                (Tweet/RT)(



                     Bob(tweeted(           Jenny(RT(
      No#fica#on(        BLAH!(               BLAH!(
Example 3


Aggregating Tweets
We want RTs to aggregate with the original tweets
Example 3


Aggregating Tweets
We want RTs to aggregate with the original tweets
Example 3


Aggregating Tweets
Register i18n and use global IDs
Example 3


Aggregating Tweets
Register i18n and use global IDs
Example 3


Aggregating Tweets
Register i18n and use global IDs
Example 3


Notification Actions


 We want our marketing team to be able to quickly
   Reply to negative tweets
   RT happy experiences
Example 3


Notification Actions
 Register the actions you want to appear at the item
 and notification instance level
Example 3


Notification Actions
 Register the actions you want to appear at the item
 and notification instance level
Example 3


Notification Actions
 Register the actions you want to appear at the item
 and notification instance level
Example 3


Notification Actions
Example 3


Notification Actions
Example 3


Notification Actions
Example 3


Notification Actions
Example 3


Notification Actions
Example 3


Social Media Monitoring
Example 3


Make it better!
 We could add in social media monitoring support on
 Facebook fan pages
Example 3


Make it better!
 We could add in social media monitoring support on
 Facebook fan pages

            En#ty(              Wall(Post(




           Ac#on(              Comment(



                          Alice(            Bob(
         No#fica#on(    commented(       commented(
                         “Cool!”(       “I(hate(this”(
Example 3


Make it better!
 We could add in social media monitoring support on
 Facebook fan pages

            En#ty(              Wall(Post(




           Ac#on(              Comment(



                          Alice(            Bob(
         No#fica#on(    commented(       commented(
                         “Cool!”(       “I(hate(this”(
Example 3


Make it even better!
 Notifications and Tasks can store arbitrary metadata
Example 3


Make it even better!
 Notifications and Tasks can store arbitrary metadata
Example 3


Make it even better!
 Notifications and Tasks have an Event API
Example 3


Make it even better!
 Notifications and Tasks have an Event API
Example 3


Make it even better!
 Notifications and Tasks have an Event API
Example 3


Make it even better!
 Notifications and Tasks have an Event API




                                            Urgent tweet
When to use Notifications
When to use Notifications

Inform your users of a change that directly affects them
When to use Notifications

Inform your users of a change that directly affects them
Move email notifications to in-app
When to use Notifications

Inform your users of a change that directly affects them
Move email notifications to in-app
When there are quick actions users can take
When to use Notifications

Inform your users of a change that directly affects them
Move email notifications to in-app
When there are quick actions users can take
Be aware that users can create tasks from notifications
When to use Notifications

Inform your users of a change that directly affects them
Move email notifications to in-app
When there are quick actions users can take
Be aware that users can create tasks from notifications
Notifications are transient
What’s coming up?

In WorkBox 1.1
  JIRA Integration
  Remote Java APIs
  AppLinks: Trusted Apps & OAuth
  Better Android compatibility
Get your hack on!
Bamboo

         En#ty(            Build(Plan(



                             Build(
         Ac#on(            Execu#on(


                  Alice(broke(      Bob(Fixed(
    No#fica#on(     the(build(       the(build(
Get your hack on!
WorkBox Chrome Extension and Native App
Get your hack on!
WorkBox CLI for tasks
Get your hack on!
WorkBox CLI for tasks
It’s your turn!
Further Reading
API Documentation

  http://docs.atlassian.com/mywork-api/1.0.2/

  http://docs.atlassian.com/mywork-confluence-host-plugin/
  REST/1.0.2/

Tutorials

  https://developer.atlassian.com/display/CONFDEV/Working
  +with+the+Tasks+REST+API+in+Confluence

  https://developer.atlassian.com/display/CONFDEV/Posting
  +Notifications+in+Confluence
Code Examples
Code from the talk

  https://bitbucket.org/shamid/mywork-ril

  https://bitbucket.org/shamid/mywork-tweets

Other code examples

  https://bitbucket.org/cofarrell/mywork-example

  https://bitbucket.org/sherif/workday-chrome-extension

  https://bitbucket.org/samtardif/workbox-cli

Más contenido relacionado

Similar a Integrating with Confluence Notifications and Tasks (aka, WorkBox), AtlasCamp US 2012

Adopting A Whole Team Approach To Quality
Adopting  A  Whole  Team  Approach  To  QualityAdopting  A  Whole  Team  Approach  To  Quality
Adopting A Whole Team Approach To QualityBen Carey
 
Blogging practices to support project work
Blogging practices to support project workBlogging practices to support project work
Blogging practices to support project worklisbk
 
Success at scale be cool, be generous, be Voltron
Success at scale be cool, be generous, be Voltron  Success at scale be cool, be generous, be Voltron
Success at scale be cool, be generous, be Voltron jprota
 
Microblogging 101 for Corporate Communicators
Microblogging 101 for Corporate CommunicatorsMicroblogging 101 for Corporate Communicators
Microblogging 101 for Corporate CommunicatorsAndre
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the UnmeasurableJennifer Davis
 
Lean UX + UX Strat, from UX Strat conference, September 2013
Lean UX + UX Strat, from UX Strat conference, September 2013Lean UX + UX Strat, from UX Strat conference, September 2013
Lean UX + UX Strat, from UX Strat conference, September 2013Joshua Seiden
 
Paul Fabretti Blogging Presentation 11th April 2008
Paul Fabretti Blogging Presentation   11th April 2008Paul Fabretti Blogging Presentation   11th April 2008
Paul Fabretti Blogging Presentation 11th April 2008InBlackandWhite
 
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]Luke Summerfield
 
Building on the Shoulders of Giants: the Story of Bitbucket Pipelines
Building on the Shoulders of Giants: the Story of Bitbucket PipelinesBuilding on the Shoulders of Giants: the Story of Bitbucket Pipelines
Building on the Shoulders of Giants: the Story of Bitbucket PipelinesAtlassian
 
GNUnify 2017 - Working on my first BUG.
GNUnify 2017 - Working on my first BUG.GNUnify 2017 - Working on my first BUG.
GNUnify 2017 - Working on my first BUG.Aastha Vijay
 
Using social media in media relations
Using social media in media relationsUsing social media in media relations
Using social media in media relationsSimon Francis
 
Creating Loyalty Through Experience
Creating Loyalty Through ExperienceCreating Loyalty Through Experience
Creating Loyalty Through ExperienceAbila
 
Dictioneries and sets in python
Dictioneries and sets in python Dictioneries and sets in python
Dictioneries and sets in python PalyamRohith
 
How to engage visitors on your website
How to engage visitors on your websiteHow to engage visitors on your website
How to engage visitors on your websiteDCPieter
 
Agilia Budapest - Driving Business Decisions with Pirate Metrics
Agilia Budapest - Driving Business Decisions with Pirate MetricsAgilia Budapest - Driving Business Decisions with Pirate Metrics
Agilia Budapest - Driving Business Decisions with Pirate MetricsOri Bendet
 
Creating Immortal Content | Pubcon 2013
Creating Immortal Content | Pubcon 2013Creating Immortal Content | Pubcon 2013
Creating Immortal Content | Pubcon 2013Ben Cook
 
Optimizing developer onboarding
Optimizing developer onboardingOptimizing developer onboarding
Optimizing developer onboarding🌯 Brian Douglas
 
L’art de la publication sur LinkedIn en 2022
L’art de la publication sur LinkedIn en 2022L’art de la publication sur LinkedIn en 2022
L’art de la publication sur LinkedIn en 2022Christophe COUPEAUX
 
Internal Tools
Internal ToolsInternal Tools
Internal ToolsSV.CO
 

Similar a Integrating with Confluence Notifications and Tasks (aka, WorkBox), AtlasCamp US 2012 (20)

Adopting A Whole Team Approach To Quality
Adopting  A  Whole  Team  Approach  To  QualityAdopting  A  Whole  Team  Approach  To  Quality
Adopting A Whole Team Approach To Quality
 
Blogging practices to support project work
Blogging practices to support project workBlogging practices to support project work
Blogging practices to support project work
 
Success at scale be cool, be generous, be Voltron
Success at scale be cool, be generous, be Voltron  Success at scale be cool, be generous, be Voltron
Success at scale be cool, be generous, be Voltron
 
Microblogging 101 for Corporate Communicators
Microblogging 101 for Corporate CommunicatorsMicroblogging 101 for Corporate Communicators
Microblogging 101 for Corporate Communicators
 
Monitor the Unmeasurable
Monitor the UnmeasurableMonitor the Unmeasurable
Monitor the Unmeasurable
 
Lean UX + UX Strat, from UX Strat conference, September 2013
Lean UX + UX Strat, from UX Strat conference, September 2013Lean UX + UX Strat, from UX Strat conference, September 2013
Lean UX + UX Strat, from UX Strat conference, September 2013
 
Paul Fabretti Blogging Presentation 11th April 2008
Paul Fabretti Blogging Presentation   11th April 2008Paul Fabretti Blogging Presentation   11th April 2008
Paul Fabretti Blogging Presentation 11th April 2008
 
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]
Creating Amazing Landing Page That Convert [Nick Sal. at Hubspot]
 
Building on the Shoulders of Giants: the Story of Bitbucket Pipelines
Building on the Shoulders of Giants: the Story of Bitbucket PipelinesBuilding on the Shoulders of Giants: the Story of Bitbucket Pipelines
Building on the Shoulders of Giants: the Story of Bitbucket Pipelines
 
GNUnify 2017 - Working on my first BUG.
GNUnify 2017 - Working on my first BUG.GNUnify 2017 - Working on my first BUG.
GNUnify 2017 - Working on my first BUG.
 
Using social media in media relations
Using social media in media relationsUsing social media in media relations
Using social media in media relations
 
Creating Loyalty Through Experience
Creating Loyalty Through ExperienceCreating Loyalty Through Experience
Creating Loyalty Through Experience
 
Dictioneries and sets in python
Dictioneries and sets in python Dictioneries and sets in python
Dictioneries and sets in python
 
How to engage visitors on your website
How to engage visitors on your websiteHow to engage visitors on your website
How to engage visitors on your website
 
Agilia Budapest - Driving Business Decisions with Pirate Metrics
Agilia Budapest - Driving Business Decisions with Pirate MetricsAgilia Budapest - Driving Business Decisions with Pirate Metrics
Agilia Budapest - Driving Business Decisions with Pirate Metrics
 
Creating Immortal Content | Pubcon 2013
Creating Immortal Content | Pubcon 2013Creating Immortal Content | Pubcon 2013
Creating Immortal Content | Pubcon 2013
 
Optimizing developer onboarding
Optimizing developer onboardingOptimizing developer onboarding
Optimizing developer onboarding
 
Finding the Center
Finding the CenterFinding the Center
Finding the Center
 
L’art de la publication sur LinkedIn en 2022
L’art de la publication sur LinkedIn en 2022L’art de la publication sur LinkedIn en 2022
L’art de la publication sur LinkedIn en 2022
 
Internal Tools
Internal ToolsInternal Tools
Internal Tools
 

Más 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
 

Más 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

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
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
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
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
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
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
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
 
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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
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
 

Último (20)

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?
 
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
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
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...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
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
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #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
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
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
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
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
 

Integrating with Confluence Notifications and Tasks (aka, WorkBox), AtlasCamp US 2012