SlideShare a Scribd company logo
Two Approaches 
to RWD: 
Pure & Hybrid 
Brendan Falkowski 
Gravity Department 
Meet Magento NYC 
New York, New York 
September 22, 2014
Brendan 
Falkowski 
Gravity Department 
Falkowski
GravityDept.com
Frontend Consulting For 
$4B B2B leader 
(private beta)
Product Consulting For
Internet Retailer 
2014 Hot 100 List 
2014 Mobile 10 List 
Net Magazine 
Brilliant Newcomer Nominee 
Top 25 Responsive Designs 
Featured Across the Web 
Practical eCommerce 
eBay Blog 
Moz 
Web Performance Today 
KISSmetrics 
Conversion XL 
Smashing Magazine 
eConsultancy 
Mobify 
Creative Bloq 
Yahoo! Small Business 
Media Queries
Acumen Theme 
• Used by 1350+ stores 
• 4 years of updates 
• Made for customization 
• Rapid launch 
gravitydept.com/to/acumen
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Magento Certification 
Advisory Board Member
#OperationFrontendSteward 
https://github.com/magento-hackathon/operation-frontend-steward
2012 2013 2014 
https://speakerdeck.com/brendanfalkowski/responsive-ecommerce-design-once-sell-everywhere 
https://speakerdeck.com/brendanfalkowski/responsive-design-panel-where-why-and-how 
https://speakerdeck.com/brendanfalkowski/responsive-ecommerce-part-two 
https://speakerdeck.com/brendanfalkowski/responsive-evolution 
You Are Here
Two Approaches 
to RWD: 
Pure and Hybrid
Two Approaches 
to RWD: 
Pure and Hybrid
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Part 1/4: 
Definitions
Words mean what you think, 
except when they don’t.
Responsive Design 
Adaptive Design 
Adaptive Layout 
Proxy Sites 
M-DOT Sites 
Hybrids 
Retrofitting 
Dynamic Serving 
RESS 
…?
Responsive 
Web Design 
(RWD)
1. Fluid grid 
2. Flexible content 
3. Media queries
Pure RWD === RWD 
Keep it simple.
HTML } Google Glass 
CSS 
Smartphone 
Small Tablet 
Big Tablet 
Netbook 
Laptop Computer 
Desktop Computer 
Television 
?
Apply this. { 
{ 
Google Glass 
Smartphone 
Small Tablet (you) 
Big Tablet 
Netbook 
Laptop Computer 
Desktop Computer 
Television 
? 
Ignore this.
Retrofitting RWD 
augments desktop problems.
Mobile First 
Designing for the highest constraints makes you prioritize. 
http://www.abookapart.com/products/mobile-first
Progressive Enhancement 
Improve the content. Don’t degrade the experience. 
http://alistapart.com/article/understandingprogressiveenhancement
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Blame the implementation 
not the technique.
Most RWD sites are 
rushed and not great today.
Blame RWD? 
Or take responsibility?
Text 
http://gravitydept.com/blog/responsive-evolution
Adaptive Design
Adaptive Design 
Any variation in response to the environment.
Adaptive Design as 
Progressive Enhancement 
Selecting a smart default and layering 
on capabilities if the task supports them.
City or zip code… 
Find Store 
Use GPS
Adaptive 
Design 
Responsive 
Design
Adaptive 
Layout
Adaptive 
Design 
Responsive 
Design 
Adaptive 
Layout
3” 
Retrofit for one 
breakpoint 
Tablet / Desktop Layout 
Screen Size 
Phone Layout 
Fixed desktop 
site 
5” 7” 9” 11” 13” 15” 24” 30” 42”
Retrofitting 
adaptive layout. 
Not great.
Who chooses Adaptive Layout? 
1. Not ready to modify desktop site. 
2. No experience designing for non-fixed layouts. 
3. Much faster than responsive design.
Adaptive layout is like 
pretending only small + big 
screens exist.
Proxy Site
m.site.com site.com 
Fixed Fixed Size 
Size
Proxies sacrifice for speed by 
ripping out content and 
functionality.
Jane Doe’s context and 
goals are not inferred by her 
device’s characteristics.
Where is the elusive T-DOT?
Three codebases? 
1. Expensive and annoying to implement code three times. 
2. 
3.
Three codebases? 
1. Expensive and annoying to implement code three times. 
2. Discrepancies create a bad user experience. 
3.
Three codebases? 
1. Expensive and annoying to implement code three times. 
2. Discrepancies create a bad user experience. 
3. Broad changes incur massive technical debt.
Multiple proxies are inefficient, 
ineffective, and expensive.
Responsive 
Proxy Site
m.site.com site.com 
RWD Destined to Fixed Size 
replace the 
desktop site
Responsive Proxies 
The Guardian BBC Entertainment Weekly
Our plan is that this will grow up to be a much 
better replacement for our current desktop site, 
but we’re a long while away from that. 
“ Chris Mulholland 
Product Manager @ The Guardian 
http://www.designweek.co.uk/news/guardian-unveils-new-responsive-website/3037904.article
Responsive proxies 
are favorable with 
limited resources.
Dynamic 
Serving
User 
Send response 
via same URL 1 
Inspect 
device 
site.com 
Generate mobile site 
2 
Generate desktop site 
3
A single domain is better 
for SEO than proxies.
1. You have to inspect the 
browser accurately.
2. Delivering variations cannot 
impact performance.
3. Still need multiple 
frontend implementations.
sweetwater.com 
Phone Tablet Desktop
shop.lego.com 
Phone Tablet Desktop
Responsive Design 
with Server-Side 
Components 
(RESS)
One RWD site with component variations. 
RWD Different RWD 
header 
component
http://www.lukew.com/ff/entry.asp?1392
No platforms support 
component-driven 
variation today.
RESS is the only bridge 
between responsive design 
and delivery optimization.
Google now executes JS and 
renders CSS during indexing. 
http://googlewebmastercentral.blogspot.co.uk/2014/05/understanding-web-pages-better.html
Badly written or 
blocking JS/CSS can 
derail search spiders.
Progress rendering and 
on-demand content can 
finally be indexed fully.
JavaScript will make RESS-like 
variation accessible sooner.
Part 2/4: 
RESS Survey
Detecting 
RESS Usage
Resizing your browser usually 
won’t trigger RESS variations.
Feature detection may 
rely on an external database 
queried by user agent.
If device characteristics 
or user agent don’t line up, 
you won’t notice RESS.
My RESS Survey
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
RESS Survey Responses 
326 
Using RWD 
17 
Using RESS
Why so few responses? 
1. Survey is self-reported. 
2. 
3.
Why so few responses? 
1. Survey is self-reported. 
2. No platforms have RESS built-in. 
3.
Why so few responses? 
1. Survey is self-reported. 
2. No platforms have RESS built-in. 
3. Custom work is proprietary.
Results are a sampling of 
RESS practices today.
Special thanks to: 
Micah Davis, http://ovenbits.com 
John Tornow, http://ovenbits.com 
Marc Rinderknecht, http://kobebeef.ch 
Aaron T. Grogg, http://aarontgrogg.com 
Remi Grumeau, http://www.remi-grumeau.com
RESS Survey 
Insights
How long have you used RWD? 
33% 
28% 
19% 
14% 
<1 Year 1–2 Years 2–3 Years 3–4 Years 
6% 
Never 
(Disqualified)
How do you detect which 
RESS variation to send? 
Detection Method 
OS sniffing 
Browser sniffing 
Viewport measurement 
Frameworks 
MobileDetect 
WURFL 
Homegrown system
Most feature detection starts 
being applied on the 
second page load.
What percentage of content 
are you serving with RESS?
5–10% 
Of content served by RESS
Minimal RESS usage 
reinforces that RWD handles 
most things well.
What are you serving 
differently through RESS?
What are you serving 
differently through RESS? 
Most Common 
Images 
CSS bundles 
JS bundles 
Header / footer markup 
Navigation markup
What are you serving 
differently through RESS? 
Enhancements 
Richer media (image carousels) 
Video format optimization 
Ad position management 
SVG / PNG icons 
Data URIs / URLs in CSS 
Saving gift cards to iOS Passbook
What are you serving 
differently through RESS? 
Fallbacks 
Simpler navigation for feature phones 
Rendering animations as flat images 
Sending less content for low-bandwidth
Where did RESS have the 
biggest impact on UX? 
Navigation (by far) 
Images 
Forms 
Complex tables 
Non-critical content (social share) 
Markup source order 
Separation of content / layout templates
RESS reduces the need for 
developers to span code from 
IE8 to iOS7.
What impact did RESS 
have on performance?
RESS can unhinge your 
caching/CDN technology.
Did the CMS/platform facilitate 
or discourage the use of RESS?
Did the CMS/platform facilitate 
or discourage the use of RESS? 
33% 
33% 
Existing 33% 
Plugin 
Custom 
Plugin 
Custom 
Platform
Can you share any relevant 
before/after analytics?
Potential for Significant Control 
Desktop 
2.0 MB 
41 requests 
Smartphone 
390 KB 
13 requests
How important is RESS to 
the future of RWD?
RESS is a cure for “frontend amnesia”. 
! 
Client-side feature detection is 
asking the same questions to every 
device thousands of times without 
remembering the answer. 
! 
Once you’ve identified a device, the 
screen size and CSS support won’t 
change mid-session. 
“
We don’t think RESS is the answer to 
RWD, but either RESS or conditional 
“ loading are necessary today.
Every site should be responsive. 
Not every site needs RESS. “ If it isn't needed, congrats, you 
owe your design team a few 
rounds of drinks.
Part 3/4: 
Viable Solutions
RWD !== Proxy !== 
Dynamic Serving !== RESS
The efficacy of these 
approaches is not equivalent.
Each strategy has trade-offs. 
It’s different for every business.
RWD is wonderful. 
It’s not always the right choice.
Google’s 
Recommendation
1. Responsive Design 
Same set of URLs. 
Same HTML and CSS. 
UI evaluated relative to the device. 
https://developers.google.com/webmasters/smartphone-sites/details
2. Dynamic Serving 
Same set of URLs. 
Different HTML and CSS for specific devices. 
Includes full-page adaptation and RESS. 
https://developers.google.com/webmasters/smartphone-sites/details
3. Proxy Sites 
Separate URLs for mobile and desktop sites. 
https://developers.google.com/webmasters/smartphone-sites/details
Google’s suggestions hint at 
pitfalls in each approach.
Problems with 
Proxy Sites
Duplicate content splits 
attribution for your URLs.
Proxy sites can force you to 
compete against yourself.
Competitors can easily 
outrank your split attribution.
Bad UX of Proxy Sites 
On desktop ➔ Click m.site.com link ➔ D’oh 
On smartphone ➔ Click site.com link ➔ D’oh
Bi-Directional Annotations 
Allow websites to notify search engines 
of alternate representations. 
http://searchengineland.com/switchboard-tags-like-canonical-tags-but-for-mobile-seo-127676
Bi-Directional Annotations 
For every desktop page: 
<link rel="alternate" media="only screen and (max-width: 640px)” 
href=“http://m.site.com/page-name” /> 
For every mobile page: 
<link rel="canonical" href="http://www.example.com/page-name" /> 
https://developers.google.com/webmasters/smartphone-sites/details
Among the IR500 with M-DOT sites: 
50% Don’t set redirects to equivalent 
content from their M-DOT sites 
http://moz.com/ugc/the-definitive-guide-to-googles-new-mobile-seo-rules
Among the IR500 with M-DOT sites: 
95% 
Don’t set desktop ➔ mobile 
annotations at all 
http://moz.com/ugc/the-definitive-guide-to-googles-new-mobile-seo-rules
Incomplete / incorrect 
proxy configuration will 
rank your site lower.
Among the IR500 with M-DOT sites: 
4.5% 
Correctly implement 
bi-directional annotations 
http://moz.com/ugc/the-definitive-guide-to-googles-new-mobile-seo-rules
ONE DOES NOT SIMPLY 
FOLLOW DIRECTIONS
Companies should be 
penalized for redirecting badly, 
and they are.
http://www.mobify.com/insights/apples-handoff-is-bad-news-for-separate-mobile-sites/ 
http://www.apple.com/osx/preview/mac-and-ios/
Problems with 
Dynamic Serving
Vary: User-Agent 
HTTP Header
Vary: User-Agent 
1. Signals to caches that response differs based on User Agent 
2. 
http://www.rimmkaufman.com/blog/vary-user-agent/30112012/
Vary: User-Agent 
1. Signals to caches that response differs based on User Agent 
2. Signals to search engines that additional crawlers are needed 
http://www.rimmkaufman.com/blog/vary-user-agent/30112012/
CDN services will not 
cache content served with 
“vary headers”.
User-agents vary so wildly that they are almost 
unique for every individual. 
If you Vary on User-Agent then intermediate 
caches will pretty much end up never caching 
resources. 
“ Patrick Meenan 
Engineer @ Google and WebPageTest.org 
http://www.rimmkaufman.com/blog/vary-user-agent/30112012/
CDNs don’t want to 
distribute thousands of 
variations for one page.
CDNs pass “Vary” requests to 
the origin server, which 
creates a bottleneck. 
http://searchenginewatch.com/article/2249533/How-Googles-Mobile-Best-Practices-Can-Slow-Your-Site-Down 
http://www.pagetrafficbuzz.com/matt-cutts-http-vary-useragent-header/16621/
Dynamic Serving & Delivery 
Optimization Vendors
Adaptive content? 
Responsive delivery? (ugh) 
Mobile detection?
Dynamic serving is a 
practical way to retrofit 
without a full rebuild.
Downsides 
Multiple frontend implementations = splitting resources. 
Another external layer = added complexity.
Ultimately, it’s a 
coping mechanism for the 
device landscape.
RWD Is 
Recommended
3 Reasons Google Prefers RWD 
1. Single URL 
2. 
3. 
https://developers.google.com/webmasters/smartphone-sites/details
3 Reasons Google Prefers RWD 
1. Single URL 
2. No redirects 
3. 
https://developers.google.com/webmasters/smartphone-sites/details
3 Reasons Google Prefers RWD 
1. Single URL 
2. No redirects 
3. Crawler efficiency 
https://developers.google.com/webmasters/smartphone-sites/details
The SEO industry wants 
“desktop SEO” and “mobile SEO”. 
! 
Search engines don’t.
Mobile search results favor 
responsive sites.
For Google: RWD benefits 
users, crawlers, and retailers.
Parity Is A Major 
Advantage
Content Parity 
Access to the same information regardless of the device.
Functional Parity 
Access to the same features regardless of the device.
Good design is accessible.
“Mobile only” or “desktop only” 
mindsets fracture the 
user’s experience.
Most RWD implementations 
are functional at best.
RWD Is Fast
People make websites slow.
Almost all sites are slow today.
They don’t have to be slow.
https://speakerdeck.com/brendanfalkowski/responsive-ecommerce-part-two 
https://speakerdeck.com/brendanfalkowski/responsive-evolution
Speed Index of major eCommerce sites 
Amazon — 1439 
Apple Store — 4139 
eBay — 4207 
Grainger — 4409 
Home Depot — 2888 
Sears — 3759 
Dell — 5257 
Walmart — 7151 
0 1000 2000 3000 4000 5000 6000 7000 8000
Speed Index measures the 
perceived completeness 
of a web page. 
https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/metrics/speed-index
Benchmarks from Alexa 300K + Google 
Apple Store — 4139 
eBay — 4207 
Grainger — 4409 
0 1000 2000 3000 4000 5000 6000 7000 8000 
Google - 1308 
4493 — Mean 
3519 — Median 
Amazon — 1439 
Home Depot — 2888 
Sears — 3759 
Dell — 5257 
Walmart — 7151
My clients: Magento + very custom RWD 
Angry Birds Shop — 2530 
Home Depot — 2888 
Skinny Ties — 1800 
Apple Store — 4139 
eBay — 4207 
Grainger — 4409 
0 1000 2000 3000 4000 5000 6000 7000 8000 
Google - 1308 
4493 — Mean 
3519 — Median 
Amazon — 1439 
Sears — 3759 
Dell — 5257 
Walmart — 7151 
NDA (Beta) — 1446
Skinny Ties uses no CDN — still fast 
Angry Birds Shop — 2530 
Home Depot — 2888 
Skinny Ties — 1800 
Apple Store — 4139 
eBay — 4207 
Grainger — 4409 
0 1000 2000 3000 4000 5000 6000 7000 8000 
Google - 1308 
4493 — Mean 
3519 — Median 
Amazon — 1439 
Sears — 3759 
Dell — 5257 
Walmart — 7151 
NDA (Beta) — 1446
My B2B client using RWD: 
0.48% 
slower than Amazon.
RWD can be fast. 
Performance is yours to lose. 
Potential value is huge.
Frontend Audits 
Targeted performance consulting 
from Gravity Department
Frontend 
Audits 
Evaluate: 
Goals / targets 
Good practices 
Bad practices 
Advise: 
Missing practices 
Content workflow 
Code quality 
Decide: 
Impact analysis 
Effort analysis 
A/B sampling
Part 4/4: 
Wrapping Up
Only RWD serves all devices 
and reduces cost of ownership.
RESS will be a critical tool, but 
it’s nothing without good RWD.
eCommerce platforms 
need to invest more on 
frontend technology.
Two approaches to RWD: Pure & Hybrid. Brendan Falkowski
Thank you
Q&A
Gravity Department 
GravityDept 
Brendan Falkowski 
Falkowski 
gravitydept.com 
magefrontend.com

More Related Content

PDF
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
PDF
Intro to Adaptive Web Design [ChaDev Lunch]
PDF
Mobile Website Design: Responsive, Adaptive or Both?
PPTX
Multiple Design Strategies for Multiple Screens
PPTX
Responsive Web Design | Website Designing
PPTX
Mobile SEO Considerations
PPTX
HTML and Responsive Design
PPTX
Expertise In Mobile SEO
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Intro to Adaptive Web Design [ChaDev Lunch]
Mobile Website Design: Responsive, Adaptive or Both?
Multiple Design Strategies for Multiple Screens
Responsive Web Design | Website Designing
Mobile SEO Considerations
HTML and Responsive Design
Expertise In Mobile SEO

What's hot (19)

PPTX
Responsive web design ppt
PPTX
Responsive web design
PPTX
Responsive Design
PDF
vishvakumar-ui-web
PPT
How to optimize your blog for mobile traffic
PPT
Alexa IT Solution Responsive Web designing
PDF
Web & Mobile App Development Company in UK
PPTX
Intro to Responsive Web Design
PPTX
Responsive Design pros and cons
PPT
Impact_Responsive web design brings success to your business
PPT
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
PPTX
Responsive web designing
PDF
Web Designing Presentation
PPTX
IAB NZ Mazda Mobile Site Presentation Aug 2012
PDF
UI & API designing services infasta
PPTX
Nitishreys
DOC
Responsive Web Design & Its Significant Aspects
PPTX
Responsive vs. adaptive vs. device-specific: which one is best?
PDF
Why responsive website good for seo
Responsive web design ppt
Responsive web design
Responsive Design
vishvakumar-ui-web
How to optimize your blog for mobile traffic
Alexa IT Solution Responsive Web designing
Web & Mobile App Development Company in UK
Intro to Responsive Web Design
Responsive Design pros and cons
Impact_Responsive web design brings success to your business
Impact_Responsive Web Design Brings Success to Your Business-AmitFBOXERLLP
Responsive web designing
Web Designing Presentation
IAB NZ Mazda Mobile Site Presentation Aug 2012
UI & API designing services infasta
Nitishreys
Responsive Web Design & Its Significant Aspects
Responsive vs. adaptive vs. device-specific: which one is best?
Why responsive website good for seo
Ad

Similar to Two approaches to RWD: Pure & Hybrid. Brendan Falkowski (20)

PDF
RESS: An Evolution of Responsive Web Design
PDF
The Server Side of Responsive Web Design
PDF
Responsive Web Design - more than just a buzzword
PPTX
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...
PDF
Responsive Web Design Basics
PPTX
Webinar Recording "Best Practices in RWD - Responsive Web Design"
PDF
Mobile Website or Responsive Design? The Answer is NEITHER.
 
PDF
Should I Build a Separate Mobile Site or a Responsive Site? Neither! with Der...
PPTX
Responsive Web Design
PPTX
Responsive Web Design for Foodies
PDF
#1NLab14: Responsive Design
PDF
Choices for Responsive Redesign: Ground-up or Responsive Retrofit
PDF
Choices for Responsive Redesign: Ground-up or Responsive Retrofit
PPTX
Responsive Web Design_2013
PPTX
Responsive Web Design, UX Considerations @ Digital Shoreditch Festival
PDF
Responsive web design
PPTX
Responsive design
PPTX
Reponsive web design (HTML5 + css3)
PPTX
reponsive-web-design.pptx
PPTX
reponsive-web-design.pptx
RESS: An Evolution of Responsive Web Design
The Server Side of Responsive Web Design
Responsive Web Design - more than just a buzzword
MoDevGov 2014 - Sustainable Solutions for Content and Function Parity Across ...
Responsive Web Design Basics
Webinar Recording "Best Practices in RWD - Responsive Web Design"
Mobile Website or Responsive Design? The Answer is NEITHER.
 
Should I Build a Separate Mobile Site or a Responsive Site? Neither! with Der...
Responsive Web Design
Responsive Web Design for Foodies
#1NLab14: Responsive Design
Choices for Responsive Redesign: Ground-up or Responsive Retrofit
Choices for Responsive Redesign: Ground-up or Responsive Retrofit
Responsive Web Design_2013
Responsive Web Design, UX Considerations @ Digital Shoreditch Festival
Responsive web design
Responsive design
Reponsive web design (HTML5 + css3)
reponsive-web-design.pptx
reponsive-web-design.pptx
Ad

More from MeetMagentoNY2014 (14)

PPTX
Transforming retail into me-tail. Jonny Dixon
PPTX
CRM for Ecommerce. Jary Carter
PPTX
Magento 2 overview. Alan Kent
PDF
Conversion rate optimisation. What's realluy proved to matter? Viacheslav kra...
PDF
Deryck harlick presentation mmny14
PDF
The forgotten heart of Magento. Empowering End Users. Deryck harlick
PDF
Customer acquisition through gifting. Monika kochhar
PDF
Build Better Responsive websites. Hrvoje Jurišić
PPTX
Seeking a center of gravity in Magento's eCommerce Community. Kurt Theobald
PPTX
Magento on HHVM. Daniel Sloof
PDF
What we learned from travelling around the world: Meet Magento international....
PDF
The master chef lesson. Luz De-León
PDF
CRM and Ecommerce. Yoav Kutner
PDF
Magento Community. Ben Marks
Transforming retail into me-tail. Jonny Dixon
CRM for Ecommerce. Jary Carter
Magento 2 overview. Alan Kent
Conversion rate optimisation. What's realluy proved to matter? Viacheslav kra...
Deryck harlick presentation mmny14
The forgotten heart of Magento. Empowering End Users. Deryck harlick
Customer acquisition through gifting. Monika kochhar
Build Better Responsive websites. Hrvoje Jurišić
Seeking a center of gravity in Magento's eCommerce Community. Kurt Theobald
Magento on HHVM. Daniel Sloof
What we learned from travelling around the world: Meet Magento international....
The master chef lesson. Luz De-León
CRM and Ecommerce. Yoav Kutner
Magento Community. Ben Marks

Recently uploaded (20)

PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
KodekX | Application Modernization Development
PDF
Approach and Philosophy of On baking technology
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Big Data Technologies - Introduction.pptx
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Empathic Computing: Creating Shared Understanding
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Mobile App Security Testing_ A Comprehensive Guide.pdf
Digital-Transformation-Roadmap-for-Companies.pptx
KodekX | Application Modernization Development
Approach and Philosophy of On baking technology
Encapsulation_ Review paper, used for researhc scholars
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
The Rise and Fall of 3GPP – Time for a Sabbatical?
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Dropbox Q2 2025 Financial Results & Investor Presentation
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Chapter 3 Spatial Domain Image Processing.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Big Data Technologies - Introduction.pptx
NewMind AI Weekly Chronicles - August'25 Week I
Per capita expenditure prediction using model stacking based on satellite ima...
“AI and Expert System Decision Support & Business Intelligence Systems”
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Empathic Computing: Creating Shared Understanding
Build a system with the filesystem maintained by OSTree @ COSCUP 2025

Two approaches to RWD: Pure & Hybrid. Brendan Falkowski