SlideShare une entreprise Scribd logo
1  sur  44
Télécharger pour lire hors ligne
Stan Bershadskiy, Senior Engineer, Modus Create
@stan229
stan@moduscreate.com
DJing with Sencha
Touch
Monday, July 22, 13
Agenda
• Introduce the art form of DJing
• Demonstrate Touch DJ
• Dive into how the Touch DJ app was built
Monday, July 22, 13
About Me
• Senior Engineer at Modus
Create
• Started with Sencha GWT,
now focused on Touch
• Author of Sencha Touch
DZone Refcard
• DJ in my spare time
Monday, July 22, 13
What is DJing?
Monday, July 22, 13
“A truly great DJ, just for a moment, can make a whole
room fall in love.” - Bill Brewster & Frank Broughton
Monday, July 22, 13
Monday, July 22, 13
Monday, July 22, 13
Touch DJ
Monday, July 22, 13
Demo
Monday, July 22, 13
Building the App
Monday, July 22, 13
Front-End
• Sencha Touch 2.2
• 3rd Party Libraries:
- WaveSurfer.js
- Audio Visualization
- http://katspaugh.github.io/wavesurfer.js/
- Dragdealer JS
- Drag-based slider component
- http://code.ovidiu.ch/dragdealer/
- JavaScript ID3 Reader
- https://github.com/aadsm/JavaScript-ID3-Reader
• Flat UI design
Monday, July 22, 13
Developing the UI
• Components:
- Browser
- Deck
- Mixer
• Controllers:
- Main
- Deck
- MIDI
Monday, July 22, 13
Deck
Looping
Real Time Waveform
Pitch Bend
Pitch ControlCue PointTrack Info
Monday, July 22, 13
Deck Component
Monday, July 22, 13
Deck Component
Monday, July 22, 13
Mixer
3 Band
Equalizer
Volume
Control
Volume
Meters
Crossfader
Transport
Buttons
Monday, July 22, 13
Mixer Component
Monday, July 22, 13
Mixer Fader Event Handlers
Monday, July 22, 13
Track Browser
Deck Load
Buttons
Track
Metadata
Monday, July 22, 13
Browser Component
Monday, July 22, 13
Deck Controller
Monday, July 22, 13
Deck Play/Pause Support
Monday, July 22, 13
Web Audio API
• JavaScript API for processing
and synthesizing audio
• Built on Audio Routing Graph
paradigm
• Allows for real time audio
analysis and manipulation
• Used in Games, Music
players, Musical Instrument
emulators and more...
Monday, July 22, 13
Touch DJ Audio Graph
Monday, July 22, 13
Touch DJ Audio Graph
Audio
Buffer
Monday, July 22, 13
Touch DJ Audio Graph
Audio
Buffer
Analyser
Script
Processor
Context
Destination
Filter
(High EQ)
Filter
(Mid EQ)
Filter
(Low EQ)
Gain
(XFader)
Gain
(Master)
Monday, July 22, 13
Initializing Gains & EQs
Monday, July 22, 13
Implementing Looping
Monday, July 22, 13
Implementing Looping
Monday, July 22, 13
Crossfading
Monday, July 22, 13
Crossfading
Monday, July 22, 13
Node.js Backend
• Serve static Touch app
• Support Track Browser
- Track Listing JSON
- Serve Cover Art for each track
• Serve audio files
• Modules:
- Express
- Socket.io
- Async, Music-metadata, and node-midi
Monday, July 22, 13
Why Node.js?
• JavaScript on both ends
• Asynchronous event-driven model
• Extraordinary amount of well written third party modules
Monday, July 22, 13
Load Track Metadata
Monday, July 22, 13
Serve Track Metadata
Monday, July 22, 13
External MIDI Support
• Allow external devices to control
Touch DJ
- iPhone / iPad via TouchOSC or any
other device/software that sends MIDI
• MIDI messages communicated to the
client via WebSockets
• Client uses a MIDI Mapping JSON file
- MIDI Control ID App Event Name
Monday, July 22, 13
Server MIDI Support
Monday, July 22, 13
Client MIDI Support
Monday, July 22, 13
Client MIDI Support
Monday, July 22, 13
Sencha Touch Resources
Monday, July 22, 13
Web Audio API Resources
• W3 Specification
- https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/
specification.html
• HTML5 Rocks
- http://www.html5rocks.com/en/tutorials/webaudio/intro/
Monday, July 22, 13
Lessons Learned
• Mobile Tablet Performance is poor
• Implementing simple audio operations can be complicated
Monday, July 22, 13
Conclusion
• Web Audio API is extremely
flexible, powerful and
performant
• Sencha Touch plays well with
external libraries via Custom
Components
• Node.js has a rich module
ecosystem that allows quick
ramp up
Monday, July 22, 13
Take the Survey!
• Session Survey
- Available on the SenchaCon
mobile app
- http://app.senchacon.com
• Be Social!
- @SenchaCon
- #SenchaCon
- Add your speaker handle here
or delete this bullet
Monday, July 22, 13

Contenu connexe

En vedette

Ext JS 4.0 - Creating extensions, plugins and components
Ext JS 4.0 - Creating extensions, plugins and componentsExt JS 4.0 - Creating extensions, plugins and components
Ext JS 4.0 - Creating extensions, plugins and componentsPatrick Sheridan
 
Ext JS 4.0 components and layouts
Ext JS 4.0 components and layoutsExt JS 4.0 components and layouts
Ext JS 4.0 components and layoutsPatrick Sheridan
 
5 new rules for product development
5 new rules for product development5 new rules for product development
5 new rules for product developmentPatrick Sheridan
 
Migrant Integration in Japan
Migrant Integration in JapanMigrant Integration in Japan
Migrant Integration in JapanThomas Jézéquel
 
Vibe headline benefits 0411
Vibe headline benefits 0411Vibe headline benefits 0411
Vibe headline benefits 0411Robbie Graham
 
Va calc spice bath salts 2011 04-14 final
Va calc spice bath salts 2011 04-14 finalVa calc spice bath salts 2011 04-14 final
Va calc spice bath salts 2011 04-14 finalgwalton008
 
Oakwood Premier Pune
Oakwood Premier PuneOakwood Premier Pune
Oakwood Premier Puneanil-chavan
 
LAS MIGRACIONES
LAS MIGRACIONESLAS MIGRACIONES
LAS MIGRACIONESCSG
 
LA ATENCION
LA ATENCIONLA ATENCION
LA ATENCIONCSG
 
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, MarylandJerry's Mitsubishi
 

En vedette (16)

Ext JS 4.0 - Creating extensions, plugins and components
Ext JS 4.0 - Creating extensions, plugins and componentsExt JS 4.0 - Creating extensions, plugins and components
Ext JS 4.0 - Creating extensions, plugins and components
 
JavaScript Secrets
JavaScript SecretsJavaScript Secrets
JavaScript Secrets
 
Ext JS 4.0 components and layouts
Ext JS 4.0 components and layoutsExt JS 4.0 components and layouts
Ext JS 4.0 components and layouts
 
5 new rules for product development
5 new rules for product development5 new rules for product development
5 new rules for product development
 
DC Slide Show
DC Slide ShowDC Slide Show
DC Slide Show
 
Inforln.com ERP 10.3 &10.4 Estimating Differences
Inforln.com ERP 10.3 &10.4 Estimating DifferencesInforln.com ERP 10.3 &10.4 Estimating Differences
Inforln.com ERP 10.3 &10.4 Estimating Differences
 
Migrant Integration in Japan
Migrant Integration in JapanMigrant Integration in Japan
Migrant Integration in Japan
 
Vibe headline benefits 0411
Vibe headline benefits 0411Vibe headline benefits 0411
Vibe headline benefits 0411
 
Va calc spice bath salts 2011 04-14 final
Va calc spice bath salts 2011 04-14 finalVa calc spice bath salts 2011 04-14 final
Va calc spice bath salts 2011 04-14 final
 
Oakwood Premier Pune
Oakwood Premier PuneOakwood Premier Pune
Oakwood Premier Pune
 
Teachertube
TeachertubeTeachertube
Teachertube
 
BRIC
BRICBRIC
BRIC
 
LAS MIGRACIONES
LAS MIGRACIONESLAS MIGRACIONES
LAS MIGRACIONES
 
LA ATENCION
LA ATENCIONLA ATENCION
LA ATENCION
 
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland
2013 Mitsubishi Outlander Sport at Jerry's MItsubishi in Baltimore, Maryland
 
Incoming
IncomingIncoming
Incoming
 

Similaire à SenchaCon: DJing with Sencha Touch

SenchaCon: Sencha Touch Custom Components
SenchaCon: Sencha Touch Custom Components SenchaCon: Sencha Touch Custom Components
SenchaCon: Sencha Touch Custom Components Patrick Sheridan
 
Conf.kde 2014 pmc talk
Conf.kde 2014 pmc talkConf.kde 2014 pmc talk
Conf.kde 2014 pmc talkSinny Kumari
 
Intro to Open Source Hardware (OSHW)
Intro to Open Source Hardware (OSHW)Intro to Open Source Hardware (OSHW)
Intro to Open Source Hardware (OSHW)Drew Fustini
 
PhoneGap in 60 Minutes or Less
PhoneGap in 60 Minutes or LessPhoneGap in 60 Minutes or Less
PhoneGap in 60 Minutes or LessTroy Miles
 
Podcasting Gear 101: A Beginners Guide to Podcasting Technology
Podcasting Gear 101: A Beginners Guide to Podcasting TechnologyPodcasting Gear 101: A Beginners Guide to Podcasting Technology
Podcasting Gear 101: A Beginners Guide to Podcasting TechnologyKyle Bondo
 
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Group
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP GroupDeveloping Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Group
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Groupminddog
 
Let's Make Some Noise with Web Audio API
Let's Make Some Noise with Web Audio APILet's Make Some Noise with Web Audio API
Let's Make Some Noise with Web Audio APIGlobalLogic Ukraine
 
Eclipse loves-java script
Eclipse loves-java scriptEclipse loves-java script
Eclipse loves-java scriptPatrik Suzzi
 
WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21Lorenzo Miniero
 
Experimental Mobile Music - Pd/iOS Workshop
Experimental Mobile Music - Pd/iOS WorkshopExperimental Mobile Music - Pd/iOS Workshop
Experimental Mobile Music - Pd/iOS WorkshopMasayuki Akamatsu
 
Programming the Real World: Javascript for Makers
Programming the Real World: Javascript for MakersProgramming the Real World: Javascript for Makers
Programming the Real World: Javascript for Makerspchristensen
 
Leap Motion DJ - Final Presentation
Leap Motion DJ - Final PresentationLeap Motion DJ - Final Presentation
Leap Motion DJ - Final PresentationJosh Stroud
 

Similaire à SenchaCon: DJing with Sencha Touch (14)

SenchaCon: Sencha Touch Custom Components
SenchaCon: Sencha Touch Custom Components SenchaCon: Sencha Touch Custom Components
SenchaCon: Sencha Touch Custom Components
 
Minimalist Style
Minimalist StyleMinimalist Style
Minimalist Style
 
Conf.kde 2014 pmc talk
Conf.kde 2014 pmc talkConf.kde 2014 pmc talk
Conf.kde 2014 pmc talk
 
Intro to Open Source Hardware (OSHW)
Intro to Open Source Hardware (OSHW)Intro to Open Source Hardware (OSHW)
Intro to Open Source Hardware (OSHW)
 
PhoneGap in 60 Minutes or Less
PhoneGap in 60 Minutes or LessPhoneGap in 60 Minutes or Less
PhoneGap in 60 Minutes or Less
 
Podcasting Gear 101: A Beginners Guide to Podcasting Technology
Podcasting Gear 101: A Beginners Guide to Podcasting TechnologyPodcasting Gear 101: A Beginners Guide to Podcasting Technology
Podcasting Gear 101: A Beginners Guide to Podcasting Technology
 
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Group
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP GroupDeveloping Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Group
Developing Plugins on OpenVBX at Greater San Francisco Bay Area LAMP Group
 
Let's Make Some Noise with Web Audio API
Let's Make Some Noise with Web Audio APILet's Make Some Noise with Web Audio API
Let's Make Some Noise with Web Audio API
 
Digital audio PPT
Digital audio PPTDigital audio PPT
Digital audio PPT
 
Eclipse loves-java script
Eclipse loves-java scriptEclipse loves-java script
Eclipse loves-java script
 
WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21WebRTC, RED and Janus @ ClueCon21
WebRTC, RED and Janus @ ClueCon21
 
Experimental Mobile Music - Pd/iOS Workshop
Experimental Mobile Music - Pd/iOS WorkshopExperimental Mobile Music - Pd/iOS Workshop
Experimental Mobile Music - Pd/iOS Workshop
 
Programming the Real World: Javascript for Makers
Programming the Real World: Javascript for MakersProgramming the Real World: Javascript for Makers
Programming the Real World: Javascript for Makers
 
Leap Motion DJ - Final Presentation
Leap Motion DJ - Final PresentationLeap Motion DJ - Final Presentation
Leap Motion DJ - Final Presentation
 

Plus de Patrick Sheridan

Plus de Patrick Sheridan (8)

Sencha Touch in Action
Sencha Touch in Action Sencha Touch in Action
Sencha Touch in Action
 
Web audio app preso
Web audio app presoWeb audio app preso
Web audio app preso
 
Rvrsit
RvrsitRvrsit
Rvrsit
 
Javascript Performance Tricks
Javascript Performance TricksJavascript Performance Tricks
Javascript Performance Tricks
 
Discover Music
Discover MusicDiscover Music
Discover Music
 
ExtJS Forms
ExtJS FormsExtJS Forms
ExtJS Forms
 
Intro to sencha touch 2
Intro to sencha touch 2Intro to sencha touch 2
Intro to sencha touch 2
 
Javascript classes and scoping
Javascript classes and scopingJavascript classes and scoping
Javascript classes and scoping
 

Dernier

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
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
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
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingSelcen Ozturkcan
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
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
 
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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 

Dernier (20)

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
 
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
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
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
 
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
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central BankingThe Evolution of Money: Digital Transformation and CBDCs in Central Banking
The Evolution of Money: Digital Transformation and CBDCs in Central Banking
 
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
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
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
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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...
 
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
 
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
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 

SenchaCon: DJing with Sencha Touch