Systems | Development | Analytics | API | Testing

Empowering Secure Cloud-Native Applications with Egress Control in Choreo

Applications running on Choreo often interact with external systems, making egress control a critical layer of security against unauthorized access and data breaches. By offering fine-grained control over outbound traffic, Choreo reinforces its commitment to providing a secure and reliable environment for developers and organizations to deliver exceptional digital experiences to their customers.

Efficient Tcp Server Connection Management

TCP connections, they are everywhere, almost every online interaction you make, whether it’s streaming your favourite video, sending an important email, or just casually browsing through different websites. They are like the foundational building blocks of the internet and so it’s important for them to be consistent and reliable. As you can see TCP servers get and handle billions of requests in a day, so it’s important for them to be able to do this efficiently.

API First Mindset | Ajay Balamurugadas | #Testflix2024 #APITesting

In this session, Ajay Balamurgadas addresses a common challenge in test automation: the over-prioritization of UI testing at the expense of API testing. While many teams understand the importance of APIs, they often focus on UI automation, resulting in fragile, hard-to-maintain test suites. This approach leads to wasted resources and diminishing returns, as UI tests become increasingly difficult to manage as the product evolves. Ajay explains how this cycle is reinforced by ineffective metrics that measure the quantity of tests rather than their impact, keeping teams "busy being busy" without driving real value.

API Metrics You Should Add to Your CRM

Looking at the 2024 State of the API Report, it becomes clear that a strong API strategy guarantees better revenue and growth. No matter the exact nature of the framework you’ve adopted to drive success, a crucial chunk of it must consist of understanding the customers. However, the traditional CRM (customer relationship management) systems we see often lack the depth and precision to truly understand customer behavior and product usage.

Introducing Database Connections in Choreo

In today’s fast-evolving tech world, seamless connectivity between applications and databases is critical, but often comes with challenges such as credential management and environment-specific configurations. Choreo simplifies this process by offering streamlined connection options to Choreo-managed databases, making it easy to integrate components with databases. We’re excited to announce our latest feature: database connections.

What does OOMKilled mean and how do I prevent it?

When creating production-level applications, enterprises want to ensure the high availability of services. This often results in a lengthy development process that requires extensive testing for the applications or a new release. This involves testing the behavior of the application under load, measuring the performance metrics, and accounting for the resource consumption. All this is done to ensure that the application does not behave unexpectedly when being used by clients.

gRPC Golang Example: Using gRPC with Golang | Speedscale

In this tutorial, you will learn how to work with the gRPC Golang library for microservice communication by creating a simple note-taking application. You will generate a gRPC client that is highly efficient and has a service implementation that handles a diverse range of request and response types. APIs and service-to-service communication are what make modern microservice architecture possible.

Gorilla Testing Vs Monkey Testing - What'S Right For You

Imagine you’re testing a specific feature in an app, say the login page. You’ve already run your test cases, and things look fine, but you want to go further. What if you hammer this one feature repeatedly, trying to break it by using unexpected inputs or extreme scenarios? Gorilla testing is an approach that is preferred when we are trying to understand in depth about a particular functionality.