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
TimeTaco
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Stelios Petrakis
December 17, 2016
Technology
0
44
TimeTaco
TimeTaco and WebPush presentation at PyThess meetup!
Stelios Petrakis
December 17, 2016
Tweet
Share
More Decks by Stelios Petrakis
See All by Stelios Petrakis
Python in Hardware
stelabouras
0
36
BeamTab - Chrome extensions and ShadowDOM
stelabouras
1
72
Horizon Presentation
stelabouras
0
36
Other Decks in Technology
See All in Technology
類似画像検索モデルの開発ノウハウ
lycorptech_jp
PRO
4
1.1k
Databricksアシスタントが自分で考えて動く時代に! エージェントモード体験もくもく会
taka_aki
0
370
Oracle Database@AWS:サービス概要のご紹介
oracle4engineer
PRO
3
1.7k
Evolution of Claude Code & How to use features
oikon48
1
570
越境する組織づくり ─ 多様性を前提にしたチームビルディングとリードの実践知
kido_engineer
2
170
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.1k
組織全体で実現する標準監視設計
yuobayashi
2
460
A Gentle Introduction to Transformers
keio_smilab
PRO
2
1k
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
5
510
非情報系研究者へ送る Transformer入門
rishiyama
10
6.8k
SaaSからAIへの過渡期の中で現在、組織内で起こっている変化 / SaaS to AI Paradigm Shift
aeonpeople
0
120
PMBOK第8版は第7版から何が変わったのか(PMBOK第8版概要解説) / 20260304 Takeshi Watarai
shift_evolve
PRO
0
110
Featured
See All Featured
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.7k
The browser strikes back
jonoalderson
0
770
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
Designing for humans not robots
tammielis
254
26k
Build The Right Thing And Hit Your Dates
maggiecrowley
39
3.1k
Prompt Engineering for Job Search
mfonobong
0
180
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
The Language of Interfaces
destraynor
162
26k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Mobile First: as difficult as doing things right
swwweet
225
10k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Transcript
TimeTaco
A simple countdown generator • There are many countdown generators
out there • No easy, clutter free and fast way to create a countdown • Not a single one has any reference to tacos, WTF • MARKET FIT!
Stack • Django • Cloudinary for image uploads • Web
Push Notifications ◦ Django-Webpush ◦ pywebpush
Web Push Notifications • Supported by Chrome 50+ and Firefox
46+ • Service Workers are involved • Public key encryption is involved (but don’t panic)
USER YOUR SERVER Google, Mozilla
References • Web Push ◦ https://developers.google.com/web/fundamentals/engage-and-retain/pus h-notifications/ ◦ https://developer.mozilla.org/en/docs/Web/API/Push_API •
Service Workers ◦ https://developers.google.com/web/fundamentals/getting-started/primers/ service-workers • Notifications ◦ https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API • VAPID ◦ https://blog.mozilla.org/services/2016/08/23/sending-vapid-identified-web push-notifications-via-mozillas-push-service/
Taco Thanks!