SlideShare a Scribd company logo
Ranked-Restaurant Searching System
using Data Mining: Bob is my friend
Han Sang Jun / Yoon Seung Hyun
14 – 2 Capstone Design
Handong University
How can we find
the most popular restaurant
for Pasta in Upland?
Not user’s feedback
But data already existing on WEB!
such as blog review for restaurant...
Collective Intelligence
Make database
for all restaurants info in Korea
Step 1
1
Possession 19.89% for WEB search in Korea
http://place.map.daum.net/15935749
<html>
<body>
<tittle>restaurant_name</title>
<div>
<span class=“t_l”>address</span>
<span class=“t_l num”>phone</span>
<span class=“f_l”>category > Korean</span>
</div>
<div>
<dt class=“list_info”>available to use card</dl>
<dt class=“list_info”>available for reservation</dl>
.
.
</div>
</body>
</html>
Python Library – BeautifulSoup4
You can move, find, extract info
on HTML structure
url = “http://place.map.daum.net/15935749”
handle = urllib2.urlopen(url)
data = handle.read()
soup = BeautifulSoup(data)
#Name Crawl
name = soup.title.string
name = name.split("–")[0]
#Address1 Crawl
address1 = soup.find_all("dd", "desc")[0].get_text()
address1 = address1.strip()
from bs4 import BeautifulSoup
for i in range (00000000, 99999999):
if category == Restaurant:
Insert information in MySQLdb
http://place.map.daum.net/15935749
Name Address Phone Category Description Longitude Langtitude
Database for all restaurants in Korea
Google GeoCoding
Collect blogs
related to restaurant review
Step 2
2
Possession 76.89% for WEB search in Korea
http://section.blog.naver.com/
Popular Blog service
http://section.blog.naver.com/sub/SearchBlog.nhn?
type=post&option.keyword=포항%20환여횟집
Database for all restaurants in Korea
Name Address Phone Category Description Longitude Langtitude
Get blogs info with BeautifulSoup4
by getting href link
But does search engine show exact results to us?
If not...
Let computer learn
to collect appropriate blog’s data
with results preview
What is machine learning?
vague, ambiguous
Make Learning Set(training Set)
Training
Test Set
• Supervised Learning
 Someone gives us examples and the right answer
• Unsupervised Learning
 We see examples but get no feedback
 We need to find patterns in the data
• Semi-supervised Learning
 Given a small number of examples with the right answers, we need to
find patterns in the data, so that we can predict the right answer for
unseen examples
• Reinforcement Learning
 We take actions and get rewards
 Have to learn how to get high rewards
Different Kinds of Learning
Make learning set with results preview
for judging
whether it is related to restaurant review or not
We need to classify them!
Classifier – Supervised learning
1. K-nearest neighbors algorithm
2. Perceptron
3. Bayesian approach
4. Decision trees
5. Neural Networks
6. Support Vector Machines
7. Ensembles
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
3000 blog previews for related to restaurant review
Learning Set
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
3000 blog previews for related to restaurant review
Learning Set
Is_Restaurant Is_Not_Restaurant
restaurant
delicious
good
politic
hello
economy
atmosphere
200
250
300
250
350
200
150
300
word count word count
atmosphere
Learning Set
Using morpheme analyzer
eat, ate, eaten are changed to eat
“It was good to eat delicious pasta in this restaurant!”
Is this related to restaurant review?
with upper table...
Naïve Bayes
possibility that
a given sentence is in category of
Is_Restaurant
possibility that
a given sentence is in category of
Is_Not_Restaurant
Compare!
P(Is_Restaurant | sentence)
Compare!
P(Is_Not_Restaurant | sentence)
Compare!
p(Is | s)
p(s | Is) *
p(s)
p(Is)
p(IsN | s)
p(s | IsN) *p(IsN)
p(s)
p(Is | s)
p(s | Is) *p(Is)
p(s)
p(ls) : possibility of choosing Is_Restaurant(assume as 0.5)
p(s | ls) : In Is_Restaurant set
possibility of choosing the given sentece
p(Is | s)
p(s | Is) * p(Is)
p(s)
p(s | ls) : In Is_Restaurant set,
possibility of choosing the given sentence
p(s | Is) = p(word | Is) * p(word | Is) * p(word | Is)…
We assume that each word cannot affect to each other...
Is_Restaurant
“It was good to eat delicious pasta in this restaurant!”
p(Is) = 0.5
p(restaurant | Is) =
1000
250
p(delicious | Is) =
1000
300
p(good | Is) =
1000
250
p(eat | Is) =
1000
0(1)
restaurant
delicious
good
200
250
300
250
word count
atmosphere
“It was good to eat delicious pasta in this restaurant!”
0.5 * 0.001 * 0.3 * 0.25 * 0.25 =
9.375 * 10^-6
Is_Restaurant
restaurant
delicious
good
200
250
300
250
word count
atmosphere
0.001 ^ 4 = 1 * 10^-12
“It was good to eat delicious pasta in this restaurant!”
Is_Not_Restaurant
politic
hello
economy
atmosphere
350
200
150
300
word count
This is related to restaurant review!
with upper table...
“It was good to eat delicious pasta in this restaurant!”
Support Vector Machine
We need to find optimal hyperplane
Extract meaningful info
from the collected blogs
Step 3
3
Title Date Content Reply URL
Database for Blogs
For restaurant ranking
Title Date Content Reply URL
Database for Blogs
Point for one blog review
= (date * 0.5) + (the number of reply * 0.5)
Point for one restaurant
= the average of reviews’ point
Food_Dictionary Area_Dictionary
If a word is represented
in dictionary over 100 times
Title Date Content Reply URL
Database for Blogs
from WEB encyclopedia
Food_Dictionary Area_Dictionary
Restaurant_Info
Blog
Extract info from Blogs
Table Left Join
Final Output
Extracting
Database Set
For user’s convenience,
Search engine needed
Step 4
4
Using “Apache Solr” that popular, fast open source
enterprise search platform from the Apache Lucene project.
Nutch
Solr
Lucene
Hadoop
solrconfig.xml
data-config.xml
What we want to develop...
Improve filtering blog performance
On Ruby on Rails framework, using BlackLight
served as library to use Solr in Ruby on Rails
Front-End Design using HTML5, CSS3, Javascript, Jquery...
New Ranking Algorithm
Point of Restaurant =
Points of Blogger = Recency, Frequency, Density
Recency, Frequency, People
Based on Blogger’s action
New Ranking Algorithm
Implementation
Back End Computer
Main
Language
DB
Collective
Data
Blog
Front End Computer
Implementation
How can we find
the most popular restaurant
for Pasta in Upland?
Ask Bob!
ThankYou!
서가앤쿡 환여횟집 빕스 설빙 뚝배기 이탈리아
삼겹살 맛집 냉면 맛집 샤브샤브 맛집 보리밥 맛집 초밥 맛집
99% 96% 93% 100% 98%
100% 100% 100% 100% 100%
100 blogs related to Is_Restaurant
Performance
For one keywords => 10 blogs
정치 경제 문화 사회 한동대학교
소녀시대 중앙일보 한겨례 성경 기독교
59% 66% 45% 65% 42%
81% 67% 62% 54% 58%
100 blogs related to Is_Not_Restaurant
Performance
For one keywords => 10 blogs

More Related Content

Similar to Ranked-Restaurant Searching System using Data Mining

Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
Chirag Thaker
 
Online Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfOnline Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdf
Rohini SharmaOhlan
 
Zomato Crawler & Recommender
Zomato Crawler & RecommenderZomato Crawler & Recommender
Zomato Crawler & Recommender
Shoaib Khan
 
Writing A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th GradeWriting A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th Grade
Emily Owusuansah
 
Influence Finder, putting Science into SEO
Influence Finder, putting Science into SEOInfluence Finder, putting Science into SEO
Influence Finder, putting Science into SEO
influencefinder
 
Search Engine Marketing For Office Websites
Search  Engine  Marketing For  Office  WebsitesSearch  Engine  Marketing For  Office  Websites
Search Engine Marketing For Office WebsitesChristian Veillette
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)
UniSZA
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
Nandu B Rajan
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
Nandu B Rajan
 
web-scraping-project (1).pdf
web-scraping-project (1).pdfweb-scraping-project (1).pdf
web-scraping-project (1).pdf
HarisAhmedInamdar1
 
Seo analysis home page spice mix
Seo analysis home page   spice mixSeo analysis home page   spice mix
Seo analysis home page spice mixBrian Bateman
 
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
SPTechCon
 
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Stipso
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
'Ashmeet Sehgal'
 
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
Sonya Johnson
 
Lets eat presentation_final_20160521
Lets eat presentation_final_20160521Lets eat presentation_final_20160521
Lets eat presentation_final_20160521
Lesley Chapman
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
AIRCC Publishing Corporation
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
ijcsit
 
Format For Writing Essay
Format For Writing EssayFormat For Writing Essay
Format For Writing Essay
Brittany Koch
 
Brandwatch masterclass presentation
Brandwatch masterclass presentationBrandwatch masterclass presentation
Brandwatch masterclass presentation
Colin Rogers
 

Similar to Ranked-Restaurant Searching System using Data Mining (20)

Final year project presentation in android application
Final year project presentation in android applicationFinal year project presentation in android application
Final year project presentation in android application
 
Online Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdfOnline Food Order System for Restaurants.pdf
Online Food Order System for Restaurants.pdf
 
Zomato Crawler & Recommender
Zomato Crawler & RecommenderZomato Crawler & Recommender
Zomato Crawler & Recommender
 
Writing A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th GradeWriting A Persuasive Essay 6Th Grade
Writing A Persuasive Essay 6Th Grade
 
Influence Finder, putting Science into SEO
Influence Finder, putting Science into SEOInfluence Finder, putting Science into SEO
Influence Finder, putting Science into SEO
 
Search Engine Marketing For Office Websites
Search  Engine  Marketing For  Office  WebsitesSearch  Engine  Marketing For  Office  Websites
Search Engine Marketing For Office Websites
 
iOder (Food Ordering System)
iOder (Food Ordering System)iOder (Food Ordering System)
iOder (Food Ordering System)
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
 
Search Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar ReportSearch Engine Optimization (SEO) Seminar Report
Search Engine Optimization (SEO) Seminar Report
 
web-scraping-project (1).pdf
web-scraping-project (1).pdfweb-scraping-project (1).pdf
web-scraping-project (1).pdf
 
Seo analysis home page spice mix
Seo analysis home page   spice mixSeo analysis home page   spice mix
Seo analysis home page spice mix
 
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
Solving Enterprise Search Challenges with SharePoint 2010 by Matthew McDermot...
 
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
Cyrus Shepard: Optimizing for Humans — The Magic of Value-Added SEO — #FullSt...
 
Project Report on Grocery Store Website
Project Report on Grocery Store WebsiteProject Report on Grocery Store Website
Project Report on Grocery Store Website
 
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...Example Of Persuasive Speech  Paragraph Paper. How To Write A Good ...
Example Of Persuasive Speech Paragraph Paper. How To Write A Good ...
 
Lets eat presentation_final_20160521
Lets eat presentation_final_20160521Lets eat presentation_final_20160521
Lets eat presentation_final_20160521
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
 
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
TEXT MINING CUSTOMER REVIEWS FOR ASPECTBASED RESTAURANT RATING
 
Format For Writing Essay
Format For Writing EssayFormat For Writing Essay
Format For Writing Essay
 
Brandwatch masterclass presentation
Brandwatch masterclass presentationBrandwatch masterclass presentation
Brandwatch masterclass presentation
 

Recently uploaded

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
nkrafacyberclub
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptxSecstrike : Reverse Engineering & Pwnable tools for CTF.pptx
Secstrike : Reverse Engineering & Pwnable tools for CTF.pptx
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

Ranked-Restaurant Searching System using Data Mining