Efficient PDF Generation- Part 2

In our previous blog (Efficient PDF Generation – Part 1), we narrowed down on using SVG rendering as an option to generate PDF reports, mostly due to its efficiency over other methods.In this blog, we will walk you through our use case and explain how we solved some of the challenges using SVG for PDF…

Efficient PDF Generation- Part 1

Problem Statement As part of product development, developers frequently encounter the need to provide comprehensive PDF reports. While multiple approaches are available to generate the rich PDF reports required for your product, building an efficient and elegant solution necessitates a certain amount of research. Surprisingly, such a solution has been elusive.  This article aims to…

Improving turn-around time of regression tests

The problem is well-known to any product development team: Regression tests take too long to execute.  Regression testing verifies that software previously developed and tested still performs correctly after it was changed or enhanced. Changes may include software enhancements, patches, configuration changes.  In one of our projects, we have over 3500 regression tests. Every release,…

Case Study: Migration of an enterprise product to AWS Cloud – Part 3

This blog comprises of 4 parts: Part 1 – Choosing the cloud provider Part 2 – Challenges Part 3 – (This entry) Roadmap to migration Part 4 – Learnings We hope you find this blog useful as you plan migrations to cloud from in-premise and vice-versa. Do reach out to us at info@indexnine.com to help…