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
42
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
32
BeamTab - Chrome extensions and ShadowDOM
stelabouras
1
69
Horizon Presentation
stelabouras
0
33
Other Decks in Technology
See All in Technology
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
160
MCPで変わる Amebaデザインシステム「Spindle」の開発
spindle
PRO
3
3.2k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.7k
AWSで始める実践Dagster入門
kitagawaz
1
600
おやつは300円まで!の最適化を模索してみた
techtekt
PRO
0
300
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
230
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
230
AIのグローバルトレンド2025 #scrummikawa / global ai trend
kyonmm
PRO
1
270
なぜSaaSがMCPサーバーをサービス提供するのか?
sansantech
PRO
8
2.8k
生成AIでセキュリティ運用を効率化する話
sakaitakeshi
0
630
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
170
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Making Projects Easy
brettharned
117
6.4k
Typedesign – Prime Four
hannesfritz
42
2.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
Become a Pro
speakerdeck
PRO
29
5.5k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.9k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Designing for Performance
lara
610
69k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Practical Orchestrator
shlominoach
190
11k
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!