Systems | Development | Analytics | API | Testing

Kong Gateway 3.5 Updates & WASM Support

We are thrilled to share with you the updates from the Kong Gateway 3.5 release! You will find a ton of new features, anchored by improvements across observability, security posture, performance, and deVx. Observability: Security: Performance: DevEx: We will also talk about the improvements in WebAssembly support in Kong Gateway 3.5. Since our initial release in 3.4, we’ve taken your feedback to heart and made various changes and improvements to both the back-end implementation of this feature and the end-user experience.

GoDaddy Managed WordPress Hosting Customers Now Getting PHP Lifecycle Support from Zend by Perforce

Perforce Software announces a strategic partnership with GoDaddy Inc. (NYSE: GDDY), a global leader in domain registration and web hosting, to offer extended Hypertext Preprocessor (PHP) lifecycle support for GoDaddy Managed WordPress Hosting customers. This partnership adds significant flexibility for GoDaddy customers by addressing the challenges of PHP version support and compatibility for enterprise WordPress sites.

Getting Started with Gen AI in Insurance: Benefits and Use Cases

In 2023, generative AI took the spotlight, emerging as the most talked-about technology of the year. This content creating powerhouse can do everything from text, image, and video generation to answering questions through natural language queries. And its potential uses are vast. While many industries are still in the experimental phase, the insurance sector is poised to benefit significantly from the integration of artificial intelligence into its ecosystem.

Microservices Trends: The Top 4 Trends That Will Shape Microservices Development

Microservices architecture has emerged as a popular approach for developing software applications in recent years. Instead of building monolithic applications, microservices architecture involves breaking down an application into smaller, independent services that can be developed, deployed, and scaled independently. This approach offers a number of benefits, including increased flexibility, better scalability, and improved fault tolerance.

Effective Swift Unit Testing: A Comprehensive Guide to XCTest Framework

Unit tests are performed on a single unit of code, usually on a specific function, variable or flow. They allow us to test the components in isolation and validate each single component’s reliability in turn. In this article we’ll introduce the concept of Swift unit testing, and explain, at a high level, why you should carry them out, how you can start developing your iOS apps in a test driven development methodology and how you can write Swift unit test cases.

How Your API Strategy Is Fundamental to Any Data Mesh Strategy

The data mesh approach has gained popularity over the last couple of years as organizations look for reliable ways to break down data silos. At first, data lakes looked like a good way to improve data management and make information more discoverable. Unfortunately, data lakes — and data warehouses — don’t always conform to business needs. They’re often slow and even unresponsive to queries. Potentially even worse, they can still lead to data silos.

Top iOS Automated Testing Tools: Comprehensive Guide & Analysis

In the competitive landscape of iOS app development, ensuring the quality and functionality of your application is crucial. That’s where automated testing tools come in, enabling developers to streamline their testing processes and deliver robust, bug-free applications. In this comprehensive overview, we dive into the world of automated testing tools for iOS, exploring the top contenders that can revolutionize your testing efforts.

Apigee API Gateway: Everything You Need to Know

The Apigee API Gateway is a tool that enables the management, analysis, and security of APIs. This API gateway enables organizations to optimize their digital ecosystems and deploy user-friendly products. It is particularly valuable for developers, IT professionals, and SaaS businesses interested in enhancing their API infrastructure, streamlining development workflows, and ensuring secure and seamless connectivity.

Logging API Calls in Moesif from Logstash Using the HTTP Output Plugin

One of the main value propositions of the Moesif product is the fact that it works so well with a wide variety of tools. One such tool – Logstash – is an incredibly powerful solution for managing events and logs. Understanding how to pull Logstash logs into Moesif is a critical function for any business utilizing Logstash at scale. Today, we’re going to look at how to log API calls from Logstash using the HTTP Output plugin for import into Moesif.

Do you still need a WebSocket fallback in 2024?

When WebSockets were first announced in 2011, they had some teething problems. As a result of these teething problems, only the most daring and experimental developers would rely solely on WebSockets for realtime communication. For most of us, it became a necessity to implement a fallback protocol in case the WebSocket connection can’t be established.