Push Notifications from Scratch
Play
38:45 CC

Push Notifications from Scratch

#394 Mar 26, 2023 pro
Progressive Web Apps are about to get a huge bump in functionality on iOS devices. Starting in iOS 16.4, we will be able to receive push notifications natively on our iOS devices from our Ruby on Rails PWA. In this episode, we explore creating push notifications from scratch without the need of a Google or Apple developer account.

Push Notifications with ActionCable
Play
8:55 CC

Push Notifications with ActionCable

#205 Sep 1, 2019 free
In this episode, we look into using Push Notifications within our Rails application and then using ActionCable to broadcast Push Notifications to the user.

Observer Patterns
Play
15:04 CC

Observer Patterns

#141 Jul 8, 2018 pro
The Observer pattern (also known as publish/subscribe) provides a simple mechanism for one object to inform a set of interested third-party objects when its state changes.

User Notifications
Play
13:08 CC

User Notifications

#136 Jun 3, 2018 free
Using the Notifications Rails Engine, we are able to add notifications to our applications based on certain events. The engine provides the schema and necessary controls and associations to seamlessly integrate into your app.

Faye WebSockets - Part 2
Play
6:46 CC

Faye WebSockets - Part 2

#25 Apr 17, 2016 free
Learn how to install and configure a thin server within a Linux environment hosting a Faye WebSocket application. This episode includes showing you how to server your WebSockets over a secure SSL connection.