SlideShare une entreprise Scribd logo
1  sur  45
Télécharger pour lire hors ligne
Informative Workspace with
®
Raspberry Pi
Chris Hansen, New Relic - @cxhansen
Jonathan Thurman, New Relic - @jthurman42
https://github.com/newrelic/empanada
Raspberry Pi is a trademark of the Raspberry Pi Foundation
Tuesday, October 15, 13
Informative Workspaces
Tuesday, October 15, 13
Culture of Hacking
Hacking the Culture

Tuesday, October 15, 13
Empanada Project
•Simple, open, hackable, dashboard software
•Raspberry Pi setup instructions
•Instructions for adding devices to Raspberry Pi
•Budget-conscious

Tuesday, October 15, 13
Dashboard Software

http://techcrunch.com/2012/03/22/leftronic-relaunch/

Tuesday, October 15, 13
https://ducksboard.com/landing/compete/

Tuesday, October 15, 13

http://www.smartinsights.com/goal-setting-evaluation/performance-management/real-time-businessdashboards/
What’s Important to Us

•Heads-up to when something breaks
•Heads-up to current team activity
•Window into tech community news

Tuesday, October 15, 13
Empanada Goals
•Good support for metrics and news
•No service fee
•Simple to hack
•Generic event service for integration
•Deployable anywhere
•Accessible from anywhere
Tuesday, October 15, 13
Empanada Dependencies
•AngularJS
•Google Feed API
•Masonry
•D3
•Jetty
•Java
Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}

TechCrunch
New Relic
Spring
...

dashboard.js (Dashboard App)

Company Network

News Feeds
Tuesday, October 15, 13

Google
Feed API

Internet
Web APIs

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">

index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

dashboard.js (Dashboard App)

Company Network

Protected Web APIs
Tuesday, October 15, 13

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Proxy Service
• Allows our Angular app to get results from protected web APIs
• Restricted to GETs
• For a given external Web API, the proxy service must know:
• URL prefix path to forward (otherwise 401 status)
• Where to fetch the access token
• token insertion strategy (usually HTTP header)

Tuesday, October 15, 13
Browser

<div id="feedTechCrunch"/>
<div
ng-controller="GitHubCtl">
<div
ng-controller="BuildCtl">
index.html (Dashboard Main Page)

function initialize() {
loadFeed("feedTechCrunch");
...
}
function GitHubCtl(…) {
...
}
function BuildCtl(…) {
...
}
dashboard.js (Dashboard App)

Company Network

Events
Tuesday, October 15, 13

Google
Feed API
Proxy
auth
config

dashboard.war
(Java App)
Proxy Service

Event Service

TechCrunch
New Relic
Spring
...

Protected
Web APIs
GitHub
New Relic
HipChat
...

Internet
Event Service

Jenkins

POST /events?channel=build

Event
Service

GET /events?channel=build

Subscriber

Tuesday, October 15, 13

{

{{
"id" : 102,
"id" : : 102,
102,
"id"
"channel" : "build",
"channel" : : "build",
"build",
"channel"
"attrs" : {
"attrs" : : {
{
"attrs"
"success" : 0,
"success" : : 0,
0,
"success"
"BUILD_NUMBER" : 939,
"BUILD_NUMBER" : : 939,
939,
…"BUILD_NUMBER"
…
} …
}}
}
}}
Build Event
Build Event
Build Event
Tuesday, October 15, 13
Information Radiator

•Devices that display the Dashboard
•Various sizes based on need
•Cost can vary significanly

Tuesday, October 15, 13
Individuals
http://www.flickr.com/photos/doggie52/3920392034/
Tuesday, October 15, 13
Large Teams
Tuesday, October 15, 13
The World
http://www.flickr.com/photos/nicolas_vollmer_photo/8912698659/
Tuesday, October 15, 13
http://www.amazon.com/dp/B008A3KFB8/
ref=pe_385040_30332190_pe_175190_21431760_M3T1_ST1_dp_i1

http://www.paritynews.com/wp-content/uploads/2013/08/raspberry-pi-800x600.jpg

Just Right!
Tuesday, October 15, 13
Why Raspberry Pi?

•Full Linux stack
•HDMI output
•Cheap and Hackable!

http://www.raspberrypi.org/wp-content/uploads/2011/07/RaspiModelB.png
Tuesday, October 15, 13
Caveats
•CPU / Memory constraints
•Need to customize HDMI settings
•Overclocking issues
•New Out Of Box Software

Tuesday, October 15, 13
Extreme Feedback Devices

•Devices that manipulate your environment
•Force you to take notice
•People lose interest over time, remind them!

Tuesday, October 15, 13
Input and
Output Pins

Raspberry Pi
http://www.flickr.com/photos/tkramm/8222207452/
Tuesday, October 15, 13
Audible
http://www.flickr.com/photos/39213183@N02/6853977807/
Tuesday, October 15, 13
Tactile
http://www.flickr.com/photos/spirosk/127848247/
Tuesday, October 15, 13
Visual
http://www.flickr.com/photos/thisisbossi/7812046824/
Tuesday, October 15, 13
Aggressive
http://www.flickr.com/photos/krisbeltran/3554484948/
Tuesday, October 15, 13
Visual Wins!

•Simple, yet elegant
•Widely understood without training
•Just the right amount of Annoying

Tuesday, October 15, 13
Talkin’ GPIO

•Very simplistic endpoint
•Polls custom event status
•Quickly customizable

Tuesday, October 15, 13
Get Interactive
Tuesday, October 15, 13
Interactive Workspace

•We get information beamed at us
•What can we send back?
•Turns out we have the I in GPIO!

Tuesday, October 15, 13
Observe
http://www.flickr.com/photos/avbild/6735334913/
Tuesday, October 15, 13
Respond
http://www.flickr.com/photos/jblmpao/6077242957/
Tuesday, October 15, 13
Acknowledge
http://www.flickr.com/photos/marcusborg/2840411331/
Tuesday, October 15, 13
Overview
Tuesday, October 15, 13
Don’t move
Tuesday, October 15, 13
#fail
Tuesday, October 15, 13
Keep the dream alive!
Tuesday, October 15, 13
Motion
Sensor

Snooze
Button

Connected
Tuesday, October 15, 13
Next Steps

•Buy some hardware
•Get out our soldering iron
•Share your awesome hacks
•Check out Empanada - Soon!

Tuesday, October 15, 13
Empanada Project
•Raspberry Pi setup instructions
•Instructions for wiring the devices
•Software described here (by end of October)
•https://github.com/newrelic/empanada

Tuesday, October 15, 13
Tuesday, October 15, 13
JOIN THE TEAM

NewRelic.com/jobs

Tuesday, October 15, 13

Contenu connexe

En vedette

Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin세진 김
 
We Care The Animals...
We Care The Animals...We Care The Animals...
We Care The Animals...Aniket Raval
 
Power Point de la F1
Power Point de la F1Power Point de la F1
Power Point de la F1Joseba1998
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Creamnewcomerube
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! mediaHollySheldon
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoBen Niculescu
 
Brochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionBrochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionJim Frs
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Roommkmiddleton
 
Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)banana930
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAdSuma9
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Arvydas Zilinskas
 

En vedette (20)

Fondi Europei e Impresa Sociale
Fondi Europei e Impresa SocialeFondi Europei e Impresa Sociale
Fondi Europei e Impresa Sociale
 
Analysis facebook fanpage [wemakeprice] kimsejin
Analysis facebook fanpage [wemakeprice]   kimsejinAnalysis facebook fanpage [wemakeprice]   kimsejin
Analysis facebook fanpage [wemakeprice] kimsejin
 
We Care The Animals...
We Care The Animals...We Care The Animals...
We Care The Animals...
 
Power Point de la F1
Power Point de la F1Power Point de la F1
Power Point de la F1
 
DIV_Technical
DIV_TechnicalDIV_Technical
DIV_Technical
 
Cellulite Reduction Cream
Cellulite Reduction CreamCellulite Reduction Cream
Cellulite Reduction Cream
 
Duhul adevărului
Duhul adevăruluiDuhul adevărului
Duhul adevărului
 
Yoga si medicina
Yoga si medicinaYoga si medicina
Yoga si medicina
 
Research on magazines! media
Research on magazines! mediaResearch on magazines! media
Research on magazines! media
 
Alana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & IndiegogoAlana Schultz - Crowd Funding & Indiegogo
Alana Schultz - Crowd Funding & Indiegogo
 
Progetto Coop up in
Progetto Coop up in Progetto Coop up in
Progetto Coop up in
 
Brochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English VersionBrochure 2KB2 healthcare English Version
Brochure 2KB2 healthcare English Version
 
Unit 2 our body
Unit 2 our bodyUnit 2 our body
Unit 2 our body
 
Digital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading RoomDigital Storytelling in Ms. Middleton's Reading Room
Digital Storytelling in Ms. Middleton's Reading Room
 
Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)Newmedia ad recommendation for psy concert (For Presentation)
Newmedia ad recommendation for psy concert (For Presentation)
 
La creatiVIDAd
La creatiVIDAdLa creatiVIDAd
La creatiVIDAd
 
Vocabulario ingles
Vocabulario inglesVocabulario ingles
Vocabulario ingles
 
Splash_mobile
Splash_mobileSplash_mobile
Splash_mobile
 
flitto Overview
flitto Overviewflitto Overview
flitto Overview
 
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
Gamtinių dujų naudojimo transporte perspektyvos (Blue Corridor 2013: Hansa, K...
 

Similaire à Informative Workspace with Raspberry Pi

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Prasan Samtani
 
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Amazon Web Services
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13kevintcoughlin
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalAcquia
 
Chef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudChef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudJames Casey
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with ChefJulian Dunn
 
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Cyrille Le Clerc
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloudJill Mee
 
RIA security based on OWASP Top 10
RIA security based on OWASP Top 10RIA security based on OWASP Top 10
RIA security based on OWASP Top 10lastrand
 
Building a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and SaltBuilding a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and Saltbaremetal
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Amazon Web Services
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Amazon Web Services
 
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Codemotion
 
Making the gov data more open
Making the gov data more openMaking the gov data more open
Making the gov data more openMarek Sotak
 
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
 
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaCassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaDataStax Academy
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuHong Qu
 
Unit 28 Week 1
Unit 28 Week 1Unit 28 Week 1
Unit 28 Week 1MrJRogers
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product partNuxeo
 
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp
 

Similaire à Informative Workspace with Raspberry Pi (20)

Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)Inside Hulu's Data platform (BigDataCamp LA 2013)
Inside Hulu's Data platform (BigDataCamp LA 2013)
 
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
Engage Your Customers with Amazon SNS Mobile Push (MBL308) | AWS re:Invent 2013
 
Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13Kevin Coughlin Brand Presentation TCNJ 9/23/13
Kevin Coughlin Brand Presentation TCNJ 9/23/13
 
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating DrupalMaking the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
Making the Switch, Part 1: Top 5 Things to Consider When Evaluating Drupal
 
Chef - Configuration Management for the Cloud
Chef - Configuration Management for the CloudChef - Configuration Management for the Cloud
Chef - Configuration Management for the Cloud
 
An Introduction to DevOps with Chef
An Introduction to DevOps with ChefAn Introduction to DevOps with Chef
An Introduction to DevOps with Chef
 
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
Open Source Monitoring for Java with JMX and Graphite (GeeCON 2013)
 
Internship dotCloud
Internship dotCloudInternship dotCloud
Internship dotCloud
 
RIA security based on OWASP Top 10
RIA security based on OWASP Top 10RIA security based on OWASP Top 10
RIA security based on OWASP Top 10
 
Building a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and SaltBuilding a platform with Django, Docker, and Salt
Building a platform with Django, Docker, and Salt
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
 
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
Running Lean and Mean: Designing Cost-efficient Architectures on AWS (ARC313)...
 
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
Become a Frontend Developer Ninja using HTML5, JavaScript and CSS3 - Marco Ca...
 
Making the gov data more open
Making the gov data more openMaking the gov data more open
Making the gov data more open
 
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
 
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at OoyalaCassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
Cassandra Meetup: Real-time Analytics using Cassandra, Spark and Shark at Ooyala
 
ONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong QuONA 2013 Design That Works session by Hong Qu
ONA 2013 Design That Works session by Hong Qu
 
Unit 28 Week 1
Unit 28 Week 1Unit 28 Week 1
Unit 28 Week 1
 
[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part[Nuxeo World 2013] Roadmap 2014 - Product part
[Nuxeo World 2013] Roadmap 2014 - Product part
 
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
ITCamp 2018 - Laurent Bugnion - Azure, Windows and Xamarin: Using the cloud t...
 

Dernier

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...apidays
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesrafiqahmad00786416
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 

Dernier (20)

presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
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
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 

Informative Workspace with Raspberry Pi