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
Stelios Petrakis
December 17, 2016
Technology
0
43
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
34
BeamTab - Chrome extensions and ShadowDOM
stelabouras
1
71
Horizon Presentation
stelabouras
0
34
Other Decks in Technology
See All in Technology
from Sakichi Toyoda to Agile
kawaguti
PRO
1
120
M5製品で作るポン置きセルラー対応カメラ
sayacom
0
180
AWS 잘하는 개발자 되기 - AWS 시작하기: 클라우드 개념부터 IAM까지
kimjaewook
0
130
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
220
Adapty_東京AI祭ハッカソン2025ピッチスライド
shinoyamada
0
280
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
11
80k
AWS Control Tower に学ぶ! IAM Identity Center 権限設計の第一歩 / IAM Identity Center with Control Tower
y___u
0
150
OCI Network Firewall 概要
oracle4engineer
PRO
2
7.9k
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
300
ニッポンの人に知ってもらいたいGISスポット
sakaik
0
120
OpenAI gpt-oss ファインチューニング入門
kmotohas
2
1.2k
Performance Insights 廃止から Database Insights 利用へ/transition-from-performance-insights-to-database-insights
emiki
0
240
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Building an army of robots
kneath
306
46k
Git: the NoSQL Database
bkeepers
PRO
431
66k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
900
Java REST API Framework Comparison - PWX 2021
mraible
33
8.9k
GraphQLとの向き合い方2022年版
quramy
49
14k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
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!