Systems | Development | Analytics | API | Testing

DevOps

Performance Testing on Every Commit

According to our latest State of API report, API performance is seen as a top-factor in the success of an API program. With teams shifting to CI/CD and DevOps delivery at a rapid pace, performance testing can still be a major bottleneck to most teams. Siloed performance engineering teams are unable to keep up with the rapid pace of modern software delivery - many organizations still run load tests outside of the pipeline and only when holiday season comes around.

Eliminate Tool Limitations With the "Test Infrastructure as a Freeway" Approach

Developers and Testers, have you ever had a tool you wanted to use but couldn’t? Managers, Architects, and Support Teams, are you tired of having to support so many tools you can’t keep them all straight? Introducing the “Test Infrastructure as a Freeway” approach - which can bridge this dichotomy and make both end-users and infrastructure support teams feeling valued.

Continuous Integration Best Practices - Part 2

This is the second part of my blog series on CI/CD best practices. For those of you who are new to this blog, please refer to Part 1 of the same series and for those who want to see the first 10 best practices. Also, I want to give a big thank you for all the support and feedback! In my last blog, we saw the first ten best practices when working with Continuous integration. In this blog, I want to touch on some more best practices. So, with that, let’s jump right in!

Continuous Integration Best Practices - Part 1

In this blog, I want to highlight some of the best practices that I’ve come across as I've implemented continuous integration with Talend. For those of you who are new to CI/CD please go through the part 1 and part 2 of my previous blogs on ‘Continuous Integration and workflows with Talend and Jenkins’. This blog would also introduce you to some basic guidance on how to implement and maintain a CI/CD system. These recommendations will help in improving the effectiveness of CI/CD.

Overview: Talend Server Applications with Docker

Since the release of Talend 7, a major update in our software, users have been given the ability to build a complete integration flow in a CI/CD pipeline which allows to build Docker images. For more on this feature, I invite you to read the blog written by Thibault Gourdel on Going serverless with Talend through CI/CD and Containers.

Going Serverless with Talend through CI/CD and Containers

Continuous integration, delivery and deployment, known as CI/CD, has become such a critical piece in every successful software project that we cannot deny the benefits it can bring to your project. At the same time, containers are everywhere right now and are very popular among developers. In practice, CI/CD delivery allows users to gain confidence in the applications they are building by continuously test and validate them.

How to containerize your integration jobs with one click with Talend and Docker

Talend Data Integration is an enterprise data integration platform that provides visual design while generating simple Java. This lightweight, modular design approach is a great fit for containers. In this blog post, we’ll walk you through how to containerize your Talend job with a single click. All of the code examples in this post can be found on our Talend Job2Docker Git repository. The git readme also includes step-by-step instructions.