• Case Study

    June 16, 2021

    Accelerated Development and Strategy-Centric Approach with API-First Service Framework

    Overview Developing a service takes a lot of time and effort. Not only the end product (which implements the service) needs to be built, but also other essential aspects such as error handling, code analysis and...

  • Case Study

    May 21, 2021

    Approach to CI/CD Pipeline for UI Development

    Agile development teams use Continuous Integration (CI) and Continuous Deployment (CD) to get quicker feedback and speed-up the development process. Fixing bugs early-on is cheaper than putting it off till it’s too late. Typically, most tech companies have a robust pipeline available for backend services projects, and have built-in frameworks and tools that support CI/CD pipeline for Java or .NET based backend services. This can be used by the development team off-the-shelf, with minimal configuration.