Dynamic Localization framework in iOS
JRLocalization is a generalized framework where we can store and configure any number of languages with the ease of writing minimum logic in the client...
Data Pipeline for Near Real Time Analytics at Large Scale – Part 2
In my previous post I explained the various components of Data Pipeline. In this post I’ll walk you through the use case we solved by...
Spring Cloud: Zuul, Eureka Integration in SpringBoot Applications
What is Zuul: Zuul is a proxy server which uses filter to perform authentication, authorization, real-time monitoring, dynamic routing, load shedding, and static response handling....
Centralized Authentication and Authorization API Gateway
A brief description of how we have implemented a centralized Authentication and Authorization API Gateway...
Conditional Rendering in React
Whenever we are developing a React application, we often need to show or hide an element based on a condition. For instance, a react component...