Posts by Sudhir Jangir
Sudhir is the CTO and Co-Founder of Roost. He has 20 years of experience developing enterprise applications and leading technology teams.
Parallel Development Processes Eliminate Wait Times for Testing Sites
June 23, 2022Avoid sequential processing and long testing queues using ephemeral environments. Because of shared development and test...
How to Avoid QA Bottlenecks Caused by Shared Dev & Test Environments
June 7, 2022Discover how Ephemeral Environments Allow Developers to Run Numerous Pull Requests in Parallel and Eliminate Queues The ...
How to Create Automated Test Environments with EaaS Platforms
April 29, 2022Testing is an integral part of any DevOps release cycle and many continuous integration (CI) tools have “run tests” as o...
Your New Development Platform: Environments-as-a-Service
March 22, 2022With the number of services proliferating, developers are working on a smaller and smaller subset of them. This has made...
New & Unique Way to do CI so Code Changes are Always Production-Ready
November 15, 2021So, what really is the primary purpose of continuous integration (CI)? The primary purpose of CI is to integrate code/se...
See How Fast & Easy it is to Create and Share a Kubernetes Cluster
November 1, 2021See how easy it is for developers to create a Kubernetes multi-tenant cluster and share it with others The power behind...
Avoid issues: Validate the interoperability of microservices in dev
October 26, 2021Learn how validating the interoperability of the microservices in development avoids service integration issues prior to...
See how EaaS platforms create multi-node Kubernetes test environments
October 25, 2021How you can run and test containerized applications on a local systems. For Developers to run and test their containeriz...
Generating a Dockerfile Using Drag n Drop
October 19, 2021A Dockerfile contains all the commands you can call on a command line to assemble an image. Docker build can build image...