Systems | Development | Analytics | API | Testing

Latest News

A single-click Kafka topic backup experience

We like to reduce the most mundane, complex and time-consuming work associated with managing a Kafka platform. One such task is backing up topic data. With a growing reliance on Kafka for various workloads, having a solid backup strategy is not just a nice-to-have, but a necessity. If you haven’t backed up your Kafka and you live in fear of disaster striking, worry no more.

Lenses 5.3: Robust Kafka with single click topic backup/restore

Navigating the intricacies of Apache Kafka just got a lot more intuitive. With Lenses 5.3 we bring you peace of mind, regardless of where you are in your Kafka journey. Our newest release is all about smoothing out the bumps, and making sure you're equipped to handle Kafka's challenges with confidence. Here's a sprinkle of what's in store, ahead of our big 6.0 release later this year.

The API Gateway and the Future of Cloud Native Applications

The rapid growth of cloud native applications that are smaller, more distributed, and designed for highly dynamic environments has turned API gateways into indispensable intermediaries for driving digital initiatives. At the same time, the emergence of the Kubernetes Gateway API, with support from the Envoy Gateway project, is driving a shift towards standardization and interoperability.

Mastering Android Performance Monitoring: Metrics, Tools & Strategies

Android is the most popular operating system in the world, with over 2.5 billion active users across over 190 countries. As a result, the Android ecosystem consists of more than 3.5 million apps – more than double the 1.6 million apps available on iOS. This means fast and seamless app performance has become critical for success.

Top 10 Software Testing Influencers

In today’s fast-changing digital world, software testing has become a crucial part of the software development life cycle (SDLC), in which the product’s quality, functionality, and performance are assured. Over the years, there have been various software testers who have made substantial contributions to the trends in the software industry through their expertise, online presence and advocacy for best practices.

6 Best Node.js Logging Libraries

You can find the issue by reading the stack trace after a program fails. A stack trace, however, only reveals the status of the application at the time of failure and not before the error was met. Logging packages can help with this. They provide specifics about the behavior of the program before the failure and transmit them to the location you specify, such as a file or a monitoring tool. Node.js has access to a wide variety of logging tools, but not all of them are made equal.

Kubernetes Sidecar Container - Best Practices and Examples

An open-source container management engine called Kubernetes is used to automatically launch, scale, and handle containerized apps. The fundamental unit of a Kubernetes program is a pod. Instead of managing containers, Kubernetes controls pods, and pods enclose containers. A number of containers, storage, IP addresses, and settings that control how containers should operate inside the pod can all be found in a pod. You can operate two closely linked containers together with sidecar containers.

SFTP vs. FTP: Understanding the Difference

When transferring data, especially in the context of Extract, Transform, and Load (ETL), the choice of protocol matters. Both SFTP and FTP provide solutions, but their intrinsic differences could greatly influence the outcome in terms of security and functionality. Here's everything you need to know about SFTP vs. FTP for ETL.