SlideShare a Scribd company logo
TAKE
CARE
OF YOUR
PIXEL @j8matteo
@MakhBeth
THIS
IS
US
LESSON
LEARNED
REAL
LESSON
LEARNED
TYPES OF
DISABILITIES
DISABILITY ON THE INTERNET INCLUDES THINGS LIKE:
● Problems with sight
● Problems using a mouse or keyboard
● Problems with hearing
● Reading and understanding
● Cognitive, learning, and neurological
BUT WEB ACCESSIBILITY ALSO HELPS PEOPLE WHO:
● Have a slow internet connection
● Have a small screen or unusual device
● Can’t listen to sound at work
● Use an old web browser or operating system
● Screen readers
Mark Zuckerberg 
Bill Clinton
Prince William
SIGHT/VISUAL
DISABILITIES
● 25,000 children in the UK are blind or
partially sighted.
● Someone in the world goes blind every 5
seconds
● 50% of sight loss cases cannot be avoided.
● 15 million blind people in India
● 30,000 new cases of blindness every year
● 4.5 million people with glaucoma
HEAR/AUDIO
DISABILITIES
● 466 million people suffer hearing loss
● 45% of US feels they have difficulties
● 1/3 of 65+ people live with hearing loss
WHICH KIND OF
DEVS HUMANS
WE WANT TO BE?
TO DO LIST
MARKUP
● Semantic
● Decoration
should be in
CSS, so use
:before and
:after for that!
ARIA
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA
Remember to use
Aria Attributes,
especially for that
containers that
seems buttons,
act like buttons
but are… DIVS!
CONTRAST
https://webaim.org/resources/contrastchecker/
Have you ever
thought that you
could even
provide an
enhanced
contrast CSS if
you need to
A11Y
https://a11yproject.com
The Accessibility Project is
a community-driven
project created to
facilitate web accessibility.
On their site, you can find
a lot of exciting things,
with lots of checklists for
web accessibility.
AVOID LIST
AUDIO &
VIDEO
● Never use
autoplay
● Don’t use video
as background
● Remember to
provide
subtitles
ICONS
● Never use
icon-font
● Never use
ONLY icons to
tell something,
even with aria
and title
attributes
COLORS
LAYOUT
FONTS
TOOLS
ACCESSIBILITY
AUDIT
https://developers.google.com/web/tools/lighthouse/audits/button-name
COLOR
CONTRASThttps://developers.google.com/web/tools/chrome-devtools/accessibility/reference#contrast
FIREFOX ACCESSIBILITY TREE
https://developer.mozilla.org/en-US/docs/Tools/Accessibility_inspector
INFRASTRUCTURE
DISABILITIES
In 2016, India introduced 106 million people
to the Internet, for the first time.
290,000 people, every day.
RETAINING USERS
● The BBC found they lost an additional 10%
of users for every additional second their
site took to load.
● Pinterest increased search engine traffic
and sign-ups by 15% when they reduced
perceived wait times by 40%.
https://www.thinkwithgoogle.com/feature/testmysite
https://www.thinkwithgoogle.com/feature/testmysite
IMPROVE CONVERSION
● Publishers on DoubleClick whose sites
loaded within five seconds, earned up to
twice as much ad revenue than sites
loading within 19 seconds.
● AutoAnything reduced page load time by
half, they saw a boost of 12-13% in sales
https://www.webpagetest.org/
THE BIG WINS
GZIP / BROTLI
HTTP2
CDN
https://it.wikipedia.org/wiki/Content_Delivery_Network
THE THINGS
THAT YOU
HAVE TO DO!
(but you will probably forget to)
USELESS CSS
● Purgecss,
UnCSS,
Helium
● Trovare il
CSS…
MORTO!
CRITICAL CSS / ABOVE THE FOLD
https://www.smashingmagazine.com/2015/08/understanding-critical-css/
USE ONLY
THE FONTS
YOU NEED
● Caricate solo i pesi
usati
● Cercate di usare i
variable font
● Limitate il character
set
fonts.googleapis.com/c
ss?family=Open+Sans&te
xt=CssDay
● Caricate il font in
modo lazy
NICE GOALS
AND TIPS
USE CODE SPLITTING
Webpack or similar
maybe web components?
<link rel="stylesheet" href="all.css" media="all" />
<link rel="stylesheet" href="small.css" media="(min-width: 20em)" />
<link rel="stylesheet" href="medium.css" media="(min-width: 64em)" />
<link rel="stylesheet" href="large.css" media="(min-width: 90em)" />
<link rel="stylesheet" href="extra-large.css" media="(min-width: 120em)" />
<link rel="stylesheet" href="print.css" media="print" />
SPLIT YOUR MEDIA TYPES
AVOID LIST
AVOID NESTED @import
MANIACAL
STUFF
Avoid float
Avoid demoniac selectors
body > main.main > section.first h2:nth-of-type(odd) + p::first-line > a[href$=".pdf"]
AVOID
HEAVY
PROPERTIES
● border-radius
● box-shadow
● opacity
● transform
● filter
● position: fixed
GRADIENT PLACEHOLDER!
Cache CRITICAL CSS
Cut the class names and use scope isolation
Don’t place <link rel="stylesheet" />
before async snippets
Place <link rel="stylesheet" /> in <body>
before the element to render
Your page will only
render as quickly
as your slowest
stylesheet.
CHECKOUT
cheers!
Bibliography
Accessibility Basics: Testing Your Page For Color Blindness
Improving The Color Accessibility For Color-Blind Users
Accessibility in government
Accessibility Testing for Offline First Applications
Designing For Accessibility And Inclusion
Easy Design & Front-End Practices for Improving Accessibility
Going Colorblind: An Experiment in Empathy and Accessibility
Front-End Performance Checklist
CSS and Network Performance
20 Tips for Optimizing CSS Performance
Why Performance Matters
Sottotitolare i porno
INDIA INSTAGRAM STORY!!!

More Related Content

Similar to Take care of your pixel

Sbs Best Practices Intro 30.11.2009
Sbs Best Practices Intro 30.11.2009Sbs Best Practices Intro 30.11.2009
Sbs Best Practices Intro 30.11.2009
Patrick Lauke
 
Web Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxWeb Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptx
Gurzu Inc
 
Social Media Marketing Masterclass
Social Media Marketing MasterclassSocial Media Marketing Masterclass
Social Media Marketing Masterclass
Brian Kato
 
Web Accessibility: What it is, Why it's important
Web Accessibility: What it is, Why it's importantWeb Accessibility: What it is, Why it's important
Web Accessibility: What it is, Why it's important
Graham Armfield
 
YouTube101
YouTube101YouTube101
YouTube101
Rick Nielsen
 
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Graham Armfield
 
Automating all the wrong things - You Gotta Love Frontend Keynote
Automating all the wrong things - You Gotta Love Frontend KeynoteAutomating all the wrong things - You Gotta Love Frontend Keynote
Automating all the wrong things - You Gotta Love Frontend Keynote
Christian Heilmann
 
pretty accessible | design by pxlgirl
pretty accessible | design by pxlgirlpretty accessible | design by pxlgirl
pretty accessible | design by pxlgirl
Agnieszka Czajkowska
 
From Inception to Delivery - How to Create a Winning Content Strategy
From Inception to Delivery - How to Create a Winning Content StrategyFrom Inception to Delivery - How to Create a Winning Content Strategy
From Inception to Delivery - How to Create a Winning Content Strategy
DigitalMarketingShow
 
From Inception to Delivery
From Inception to DeliveryFrom Inception to Delivery
From Inception to Delivery
Irma Hunkeler
 
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman,  Wiideman Consulting GroupSEO Master Class - Steve Wiideman,  Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
DigiMarCon - Digital Marketing, Media and Advertising Conferences & Exhibitions
 
Accessibility myths for a mobile generation
Accessibility myths for a mobile generationAccessibility myths for a mobile generation
Accessibility myths for a mobile generation
Jonathan Hassell
 
Dr. joe bovanese presentation 1.29.15
Dr. joe bovanese presentation   1.29.15Dr. joe bovanese presentation   1.29.15
Dr. joe bovanese presentation 1.29.15
dmadetroit
 
Peckhams
PeckhamsPeckhams
Peckhams
Nicole Ferguson
 
MIS project
MIS projectMIS project
MIS project
Jose1094
 
Web 2.0
Web 2.0Web 2.0
Capturing Captivating Content
Capturing Captivating ContentCapturing Captivating Content
Capturing Captivating Content
Cathy Oxley
 
The changing world of search
The changing world of searchThe changing world of search
The changing world of search
Phil Bradley
 
Is your site accessible? No? Why the h*ck not!
Is your site accessible? No? Why the h*ck not!Is your site accessible? No? Why the h*ck not!
Is your site accessible? No? Why the h*ck not!
BillieHyde
 
Progressing JavaScript and Apps the Web way…
 Progressing JavaScript and Apps the Web way…  Progressing JavaScript and Apps the Web way…
Progressing JavaScript and Apps the Web way…
Christian Heilmann
 

Similar to Take care of your pixel (20)

Sbs Best Practices Intro 30.11.2009
Sbs Best Practices Intro 30.11.2009Sbs Best Practices Intro 30.11.2009
Sbs Best Practices Intro 30.11.2009
 
Web Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxWeb Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptx
 
Social Media Marketing Masterclass
Social Media Marketing MasterclassSocial Media Marketing Masterclass
Social Media Marketing Masterclass
 
Web Accessibility: What it is, Why it's important
Web Accessibility: What it is, Why it's importantWeb Accessibility: What it is, Why it's important
Web Accessibility: What it is, Why it's important
 
YouTube101
YouTube101YouTube101
YouTube101
 
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013
 
Automating all the wrong things - You Gotta Love Frontend Keynote
Automating all the wrong things - You Gotta Love Frontend KeynoteAutomating all the wrong things - You Gotta Love Frontend Keynote
Automating all the wrong things - You Gotta Love Frontend Keynote
 
pretty accessible | design by pxlgirl
pretty accessible | design by pxlgirlpretty accessible | design by pxlgirl
pretty accessible | design by pxlgirl
 
From Inception to Delivery - How to Create a Winning Content Strategy
From Inception to Delivery - How to Create a Winning Content StrategyFrom Inception to Delivery - How to Create a Winning Content Strategy
From Inception to Delivery - How to Create a Winning Content Strategy
 
From Inception to Delivery
From Inception to DeliveryFrom Inception to Delivery
From Inception to Delivery
 
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
SEO Master Class - Steve Wiideman,  Wiideman Consulting GroupSEO Master Class - Steve Wiideman,  Wiideman Consulting Group
SEO Master Class - Steve Wiideman, Wiideman Consulting Group
 
Accessibility myths for a mobile generation
Accessibility myths for a mobile generationAccessibility myths for a mobile generation
Accessibility myths for a mobile generation
 
Dr. joe bovanese presentation 1.29.15
Dr. joe bovanese presentation   1.29.15Dr. joe bovanese presentation   1.29.15
Dr. joe bovanese presentation 1.29.15
 
Peckhams
PeckhamsPeckhams
Peckhams
 
MIS project
MIS projectMIS project
MIS project
 
Web 2.0
Web 2.0Web 2.0
Web 2.0
 
Capturing Captivating Content
Capturing Captivating ContentCapturing Captivating Content
Capturing Captivating Content
 
The changing world of search
The changing world of searchThe changing world of search
The changing world of search
 
Is your site accessible? No? Why the h*ck not!
Is your site accessible? No? Why the h*ck not!Is your site accessible? No? Why the h*ck not!
Is your site accessible? No? Why the h*ck not!
 
Progressing JavaScript and Apps the Web way…
 Progressing JavaScript and Apps the Web way…  Progressing JavaScript and Apps the Web way…
Progressing JavaScript and Apps the Web way…
 

More from Davide Di Pumpo

Tu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJSTu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJS
Davide Di Pumpo
 
Il dato, il browser e il creativo
Il dato, il browser e il creativoIl dato, il browser e il creativo
Il dato, il browser e il creativo
Davide Di Pumpo
 
Quella sporca dozzina (a cascata) la vendetta
Quella sporca dozzina (a cascata) la vendettaQuella sporca dozzina (a cascata) la vendetta
Quella sporca dozzina (a cascata) la vendetta
Davide Di Pumpo
 
Come Javascript ha cambiato il CSS
Come Javascript ha cambiato il CSS Come Javascript ha cambiato il CSS
Come Javascript ha cambiato il CSS
Davide Di Pumpo
 
Il curioso caso di Benjamino Bottone
Il curioso caso di Benjamino BottoneIl curioso caso di Benjamino Bottone
Il curioso caso di Benjamino Bottone
Davide Di Pumpo
 
Quella sporca dozzina (a cascata)
Quella sporca dozzina (a cascata)Quella sporca dozzina (a cascata)
Quella sporca dozzina (a cascata)
Davide Di Pumpo
 
Web Animation API
Web Animation APIWeb Animation API
Web Animation API
Davide Di Pumpo
 
Guida galattica per frontendisti!
Guida galattica per frontendisti!Guida galattica per frontendisti!
Guida galattica per frontendisti!
Davide Di Pumpo
 
Why meet ups matter
Why meet ups matter Why meet ups matter
Why meet ups matter
Davide Di Pumpo
 
Web Animation Api MilanoJS 3rd Birthday
Web Animation Api MilanoJS 3rd BirthdayWeb Animation Api MilanoJS 3rd Birthday
Web Animation Api MilanoJS 3rd Birthday
Davide Di Pumpo
 
Css figli di un dio minore
Css figli di un dio minoreCss figli di un dio minore
Css figli di un dio minore
Davide Di Pumpo
 
Stop using Bootstrap please!
Stop using Bootstrap please!Stop using Bootstrap please!
Stop using Bootstrap please!
Davide Di Pumpo
 
Design a Design System
Design a Design SystemDesign a Design System
Design a Design System
Davide Di Pumpo
 
Understanding flex box CSS Day 2016
Understanding flex box CSS Day 2016Understanding flex box CSS Day 2016
Understanding flex box CSS Day 2016
Davide Di Pumpo
 
Understanding flexbox
Understanding flexboxUnderstanding flexbox
Understanding flexbox
Davide Di Pumpo
 
Guidelines! sorry guys you have to!
Guidelines! sorry guys you have to!Guidelines! sorry guys you have to!
Guidelines! sorry guys you have to!
Davide Di Pumpo
 

More from Davide Di Pumpo (16)

Tu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJSTu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJS
 
Il dato, il browser e il creativo
Il dato, il browser e il creativoIl dato, il browser e il creativo
Il dato, il browser e il creativo
 
Quella sporca dozzina (a cascata) la vendetta
Quella sporca dozzina (a cascata) la vendettaQuella sporca dozzina (a cascata) la vendetta
Quella sporca dozzina (a cascata) la vendetta
 
Come Javascript ha cambiato il CSS
Come Javascript ha cambiato il CSS Come Javascript ha cambiato il CSS
Come Javascript ha cambiato il CSS
 
Il curioso caso di Benjamino Bottone
Il curioso caso di Benjamino BottoneIl curioso caso di Benjamino Bottone
Il curioso caso di Benjamino Bottone
 
Quella sporca dozzina (a cascata)
Quella sporca dozzina (a cascata)Quella sporca dozzina (a cascata)
Quella sporca dozzina (a cascata)
 
Web Animation API
Web Animation APIWeb Animation API
Web Animation API
 
Guida galattica per frontendisti!
Guida galattica per frontendisti!Guida galattica per frontendisti!
Guida galattica per frontendisti!
 
Why meet ups matter
Why meet ups matter Why meet ups matter
Why meet ups matter
 
Web Animation Api MilanoJS 3rd Birthday
Web Animation Api MilanoJS 3rd BirthdayWeb Animation Api MilanoJS 3rd Birthday
Web Animation Api MilanoJS 3rd Birthday
 
Css figli di un dio minore
Css figli di un dio minoreCss figli di un dio minore
Css figli di un dio minore
 
Stop using Bootstrap please!
Stop using Bootstrap please!Stop using Bootstrap please!
Stop using Bootstrap please!
 
Design a Design System
Design a Design SystemDesign a Design System
Design a Design System
 
Understanding flex box CSS Day 2016
Understanding flex box CSS Day 2016Understanding flex box CSS Day 2016
Understanding flex box CSS Day 2016
 
Understanding flexbox
Understanding flexboxUnderstanding flexbox
Understanding flexbox
 
Guidelines! sorry guys you have to!
Guidelines! sorry guys you have to!Guidelines! sorry guys you have to!
Guidelines! sorry guys you have to!
 

Recently uploaded

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
Safe Software
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
innovationoecd
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
Zilliz
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
Edge AI and Vision Alliance
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
fredae14
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
danishmna97
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
IndexBug
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 

Recently uploaded (20)

Driving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success StoryDriving Business Innovation: Latest Generative AI Advancements & Success Story
Driving Business Innovation: Latest Generative AI Advancements & Success Story
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Presentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of GermanyPresentation of the OECD Artificial Intelligence Review of Germany
Presentation of the OECD Artificial Intelligence Review of Germany
 
Generating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and MilvusGenerating privacy-protected synthetic data using Secludy and Milvus
Generating privacy-protected synthetic data using Secludy and Milvus
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
“Building and Scaling AI Applications with the Nx AI Manager,” a Presentation...
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Recommendation System using RAG Architecture
Recommendation System using RAG ArchitectureRecommendation System using RAG Architecture
Recommendation System using RAG Architecture
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
How to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptxHow to Get CNIC Information System with Paksim Ga.pptx
How to Get CNIC Information System with Paksim Ga.pptx
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial IntelligenceAI 101: An Introduction to the Basics and Impact of Artificial Intelligence
AI 101: An Introduction to the Basics and Impact of Artificial Intelligence
 
Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 

Take care of your pixel