SlideShare ist ein Scribd-Unternehmen logo
1 von 81
Downloaden Sie, um offline zu lesen
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!!!

Weitere ähnliche Inhalte

Ähnlich wie 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.2009Patrick Lauke
 
Web Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxWeb Accessibility & It's Guidelines.pptx
Web Accessibility & It's Guidelines.pptxGurzu Inc
 
Social Media Marketing Masterclass
Social Media Marketing MasterclassSocial Media Marketing Masterclass
Social Media Marketing MasterclassBrian 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 importantGraham Armfield
 
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 2013Graham 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 KeynoteChristian Heilmann
 
pretty accessible | design by pxlgirl
pretty accessible | design by pxlgirlpretty accessible | design by pxlgirl
pretty accessible | design by pxlgirlAgnieszka Czajkowska
 
From Inception to Delivery
From Inception to DeliveryFrom Inception to Delivery
From Inception to DeliveryIrma Hunkeler
 
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 StrategyDigitalMarketingShow
 
Accessibility myths for a mobile generation
Accessibility myths for a mobile generationAccessibility myths for a mobile generation
Accessibility myths for a mobile generationJonathan 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.15dmadetroit
 
MIS project
MIS projectMIS project
MIS projectJose1094
 
Capturing Captivating Content
Capturing Captivating ContentCapturing Captivating Content
Capturing Captivating ContentCathy Oxley
 
The changing world of search
The changing world of searchThe changing world of search
The changing world of searchPhil 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
 
No more excuses! Let's build beautiful things. #codemotion Rome
No  more excuses! Let's build beautiful things. #codemotion Rome No  more excuses! Let's build beautiful things. #codemotion Rome
No more excuses! Let's build beautiful things. #codemotion Rome Christian Heilmann
 

Ähnlich wie 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
From Inception to DeliveryFrom Inception to Delivery
From Inception to Delivery
 
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
 
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…
 
No more excuses! Let's build beautiful things. #codemotion Rome
No  more excuses! Let's build beautiful things. #codemotion Rome No  more excuses! Let's build beautiful things. #codemotion Rome
No more excuses! Let's build beautiful things. #codemotion Rome
 

Mehr von Davide Di Pumpo

Tu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJSTu chiamalo se vuoi EmotionJS
Tu chiamalo se vuoi EmotionJSDavide 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 creativoDavide 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 vendettaDavide 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 BottoneDavide 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
 
Guida galattica per frontendisti!
Guida galattica per frontendisti!Guida galattica per frontendisti!
Guida galattica per frontendisti!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 BirthdayDavide Di Pumpo
 
Css figli di un dio minore
Css figli di un dio minoreCss figli di un dio minore
Css figli di un dio minoreDavide Di Pumpo
 
Stop using Bootstrap please!
Stop using Bootstrap please!Stop using Bootstrap please!
Stop using Bootstrap please!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 2016Davide 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
 

Mehr von 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!
 

Kürzlich hochgeladen

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
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
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
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
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 

Kürzlich hochgeladen (20)

04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
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
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
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
 
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
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
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
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
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
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 

Take care of your pixel