Micro Frontend Deep Dive – Top 10 Frameworks To Know About

Welcome to  the second part of our Micro Frontend article series. In the previous article, we introduced the concept of Micro Frontends, with a detailed overview of how this new approach seeks to address the issue of monolithic frontend architecture by approaching front-end development on similar lines as the back-end process. The frontend monolith is … Read more

12 Factor Design Methodology and Cloud-Native Applications

12-Factor-Design-Methodology-and-Cloud-Native-Applications

Designing or developing any cloud-based application is not a simple straightforward process and always involve a number of intricate steps right from managing codebases, injecting library dependencies, configuring system properties and leading into a proper production deployment at scale. This is considered to be as one of the most difficult stages to manage while building … Read more

Code Base management for Multitenant Application

Code-Base-management-for-Multitenant-Application

Single Github Repository vs Multiple Repositories   This article is an outcome of our experience in working with multi-tenant applications for customers. Lately, we have been working on a SaaS based enterprise level application. The biggest challenge we faced here was source codebase management as per tenant-directed (customer/enterprise) codebase change requirements. All major discussions revolved … Read more