In order to provide real-time notifications for web and Android users, we have decided to make use of the Firebase features in our web application, (more…)
The project we are working on is web application implemented in Ruby on Rails with API used by mobile clients - iOS and Android and currently used by over 2.5 million users on a daily basis. (more…)
We recently switched from Parse to Amazon SNS for our push notification service. Parse is shutting down on January 28th, so we had to switch to a different service provider. Fortunately for us, we only used Parse for push notifications, which made the migration process much easier. Our application is…
One of Docker's most enticing features is rapid application deployment, meaning that once we generate a Docker image, it contains the application itself and all the runtime dependencies. (more…)
Importance and goals of filtering GTFS One of the goals of this article is to introduce software developers to GTFS feeds, their structure, and the relations between each of the files. (more…)
Introduction Using a messaging protocol to facilitate communication between different applications is nothing new, in fact it has been the defacto standard for fast and reliable communication. (more…)