Systems | Development | Analytics | API | Testing

%term

New in PHP 8.4: engine optimization of sprintf() to string interpolation

PHPs compiler and bytecode cache OPcache not only cache the compile step from PHP source code to virtual machine bytecode, they also include optimizations that can produce faster bytecode: For example PHP can: For PHP 8.4 Tideways sponsored the work of our colleague Tim to add another compiler optimization for the function sprintf().

How to Craft and Sign a Custom JWT in Kong Konnect

The JSON Web Token (JWT) is an open standard that allows information to be transferred securely between different parties. The token is digitally signed by using a private key (HMAC) or a public/private key (RSA) by building a JSON Web Signature (JWS). It guarantees that the JWT hasn’t been modified since its creation.

SAP Signavio, SAP Cloud ALM and SAP Test Automation by Tricentis: The perfect combination for secure and fast releases

In the modern era of AI-based innovations and cloud transitions, businesses face the challenge of managing complex processes across multiple systems — and the rate of change is only accelerating. At the same time, businesses need to ensure that the introduction of new innovations driven by accelerated business transformation doesn’t break existing processes and systems.

Autoscaling GA: Scale Fast, Sleep Well, Don't Break the Bank

We are thrilled to kickstart this first launch week with autoscaling - now generally available! Our goal is to offer a global and serverless experience for your deployments. Autoscaling makes this vision a reality. Say goodbye to overpaying for unused resources and late-night alerts for unhealthy instances or underprovisioned resources! During the autoscaling public preview, we received key feedback around scaling factors.

Generative AI vs Predictive AI: Knowing the Differences

Generative AI has received the lion’s share of the press. With good reason—it’s revolutionizing the way we do work and do business. But it’s not the only game in town. Predictive AI also places a role across enterprise use cases like demand forecasting, maintenance, and customer experience. This blog will discuss these two types of AI: generative AI and predictive AI.

Navigating Django Logging: From Basics to Best Practices

Django is designed to be secure by default, which means that its got a number of featured out of the box to protect against common Web vulnerabilities, including SQL injection, cross-site scripting (XSS), and cross-site request forgery (CSRF). Its extensive documentation, active community, and strong ecosystem of reusable apps and libraries make it a common choice for developers looking to create scalable and maintainable Web applications.

The Critical Role of Testing in Seamless SAP S/4HANA Migration

Organizations must migrate to SAP S/4HANA by December 2027. Using technologies beyond their End of Life (EOL) can lead to operational disruptions, increased maintenance costs, costly support services, security vulnerabilities, and compliance failures, ultimately resulting in higher expenses and diminished customer experiences. This short timeframe requires immediate planning.

Build Sustainable Test Suites

High-performing teams don’t have large test suites. They have small, focused test suites. They make the most of their limited resources. Ideally, you would have extensive test suites for maximum coverage. But most teams don’t have the resources needed to maintain that level of tests and evaluate their results properly. @Titus Fortner, Senior Developer Advocate at @Sauce Labs, encourages testers to advocate for themselves and their teams. He says it’s important to call out when the testing managers' requests are unsustainable and instead focus their efforts on what’s most important.