Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Web & Mobile
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Jean Carlo Emer
November 19, 2016
Technology
210
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
Web & Mobile
This talk is about two important subjects and their intersection.
Jean Carlo Emer
November 19, 2016
More Decks by Jean Carlo Emer
See All by Jean Carlo Emer
Thinking metrics on React apps
jcemer
0
190
Cache em aplicações web
jcemer
0
330
Aplicações Web - um estudo sobre React
jcemer
1
210
Lapidando o Globo Play
jcemer
1
280
Desenvolvedor mobile precisa aprender Web
jcemer
1
150
Evolução e futuro do uso de paradigmas no JavaScript
jcemer
3
630
Tudo o que a web (podia ser) ainda será
jcemer
8
670
Embarque App
jcemer
0
500
Componentes para a web
jcemer
15
1.2k
Other Decks in Technology
See All in Technology
SRE本の知られざる名シーン / The Hidden Gems of Google SRE Book
nari_ex
1
430
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
15
110k
脱金融のフューチャー・デザイン / Future Design Beyond Finance
ks91
PRO
0
160
CIで使うClaude
iwatatomoya
0
290
AI時代のPlaywright活用(システムテストを自動化する ー 実行エンジンにPla ywrightを選んだ理由)
ynisqa1988
1
650
AIコード生成×サプライチェーン攻撃 — PHPが直面する“二重の信頼問題
shinyasaita
0
230
CDKで書くECSのベストプラクティス、 改めて考え直す2026 #cdkconf2026
makies
3
850
第67回コンピュータビジョン勉強会CVPR2026読会前編
tsukamotokenji
0
150
Playwright × AI Agent でE2Eテストはどう変わるか AI駆動テストの可能性と実用検証の結果
taiga7543
1
510
LLMやAIエージェントをソフトウェアに組み込むプラクティス
shibuiwilliam
2
430
企業でAWS Organizationsを動かすための組織設計の考え方
nrinetcom
PRO
1
110
「顧客の声を聞かなければ何も始まらない」 ── 顧客の声から生まれた『AI返信補助機能』の開発プロセス / AICon2026_shikata_imai
rakus_dev
0
120
Featured
See All Featured
Java REST API Framework Comparison - PWX 2021
mraible
34
9.5k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
1
2k
Bash Introduction
62gerente
615
220k
The Illustrated Guide to Node.js - THAT Conference 2024
reverentgeek
1
410
Utilizing Notion as your number one productivity tool
mfonobong
4
430
ラッコキーワード サービス紹介資料
rakko
1
3.9M
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.9k
Beyond borders and beyond the search box: How to win the global "messy middle" with AI-driven SEO
davidcarrasco
3
180
The Cost Of JavaScript in 2023
addyosmani
55
10k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
10
1.3k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Transcript
Web & Mobile @jcemer
I work on GloboPlay. globo.com
This talk is about two important subjects and their intersection.
None
None
Mobile devices are dominating the Internet.
Companies should focus on a mobile- first approach for
their websites.
https://speakerdeck.com/jcemer/
1. Mobile Web versions
Facebook and Google are trying to filter and classify the
Web.
None
None
None
None
Instant Articles are a new way for any publisher to
create fast, interactive articles on Facebook.
None
None
The average load time was between 0 and 300
ms, compared with 3.66 seconds for similar web articles.
No ads can appear above the fold. This would help
with rapid initial loading.
The biggest mistake we’ve made as a company is betting
on HTML5 over native. @Zuckerberg, 2012
The key to Instant Articles' functionality is the strictly formatted
HTML5 which is optimized for faster loading.
https://developers.facebook.com/ docs/instant-articles/reference/
None
37% + reach 22% + shares 83% + Likes 57%
+ link clicks. https://blog.hootsuite.com/started-using-facebook- instant-articles/
As with any publishing platform, the value of Instant Articles
greatly depends on your business model and goals. https://blog.bufferapp.com/facebook-instant-articles
Users won't have to click out of Facebook to view
an article.
None
None
None
None
None
AMP-HTML is simply HTML5 with a set of specifications (requirements
and restrictions).
https://github.com/ampproject/amphtml
None
The big players are trying to restrict and split
the Web.
None
AMP and Instant Articles create different versions of a same
website.
2. Mobile Apps
None
None
No-one is going to install an app for each service,
your mobile Web experience has to be good.
None
Deepest engagement for the longest period of time happens in
Apps, so Apps matter. http://venturebeat.com/2015/09/25/wait-what-mobile-browser- traffic-is-2x-bigger-than-app-traffic-and-growing-faster/
Native apps might survive.
Progressive Web Apps
Progressive Web Apps have the reach of the web, and
are reliable, fast and engaging.
https:// dev.opera.com/
None
1. Deliver a Mobile-friendly design™
None
None
<meta name="viewport" content="width=device-width">
@media screen and (max-width: 1000px) { /* Styles */
} @media screen and (max-width: 560px) { /* Styles */ }
None
Designing in the browser allows the designer to keep checking
the results in different devices.
None
16:1 3:4 2:3
None
2. Apply progressive enhance
The app should works for every user, regardless of browser
choice.
Responsive Design != one size fits all. @Brad Frost
Don’t get hung up thinking that media queries are the
only tool in your toolbox. @Brad Frost
I work for Booking.com, and we support IE 7, and
I use flexbox. @Zoe Mickley
Start with the content and then enhance the experience.
Modernizr tells you what HTML, CSS and JavaScript features the
user’s browser has to offer. https://modernizr.com/
None
@Brad Frost
3. Ensure fast page load performance
0.1 second reacting instantaneously. @Jakob Nielsen, 1993
1 second user will notice the delay.
10 seconds users will want to perform other tasks while
waiting.
Source: Forrester Consulting http://bit.ly/1ttKspI
None
https://developers.google.com/ speed/pagespeed/insights/
None
https:// webpagetest.org/
4. Use a secure network connection
HTTPS ensures that the contents of communications between the user
and site cannot be read or forged.
None
The page that's making the Geolocation API call must be
served from a secure context.
https:// letsencrypt.org/
5. Create a manifest.json
Manifest enable add to homescreen and a launch experience
more comparable to native apps.
None
None
None
None
https://www.w3.org/TR/appmanifest/
None
6. Allow the app to be loaded on offline/flaky connections
None
Service workers allow good caching strategies.
Source: https://auth0.com/blog/creating-offline-first- web-apps-with-service-workers/
https:// googlechrome.github.io/ samples/service-worker/ custom-offline-page/
http://www.slideshare.net/caelumdev/ serviceworkers-sergio
None
PWAs can also benefit from push notifications, like
native apps.
None
None
https:// pwa.rocks/
PWAs are in equal parts new Web APIs, design patterns,
and marketing fluff.
The Web still matter…
Thank you! @jcemer