Month: December 2019

Using Redux in a React Native Application

Introduction Managing states in a react native application can be a pain if the application is a large application and have lots of relationships with each component. What is Redux? Redux is a state management tool. Or according to the official documentation this is a predictable state container for JavaScript. Purpose of this is, it …

Read More “Using Redux in a React Native Application”

AWS Lambda function | Creating your own serverless functions

Serverless Functions – What Are They? Have you ever used an application/software and thought – Wow, how can an application as small as this possibly have so many features integrated into it? The answer you’re looking for probably has something to do with Serverless Functions and the Cloud – the new face of technology! AWS …

Read More “AWS Lambda function | Creating your own serverless functions”