Articles tagged mobile.
Send React Native Logs to Serverless Kafka
Tracking logs and errors in a software product is very essential for reliability and maintainability. Kafka is one of the most powerful solution for collecting/storing logs and activities. Use cases…
In-app Announcements with Serverless Redis and React Native
In a mobile application, there may be a need to send some information, warnings or guidance to the end-users in the app. One way to do this is sending in-app announcements to the users. In this blog…
Building React Native Apps Backed by AWS Lambda and Serverless Redis
In this post, we will use React Native, Serverless framework and Upstash to develop a mobile application for viewing and updating a leaderboard. We will use React Native to develop the mobile…