Systems | Development | Analytics | API | Testing

Stream Updates to Your Users with LiteCable for Ruby on Rails

So far in this series, we have been exploring the capabilities of SQLite for classic HTTP request/response type usage. In this post, we will push the boundary further by also using SQLite as a Pub/Sub adapter for ActionCable, i.e., WebSockets. This is no small feat: WebSocket adapters need to handle thousands of concurrent connections performantly.

Dispelling the Hype of AI Process Automation: Appian Government 2023 Keynote

Discussions about AI could be heard throughout the 7th annual Appian Government event, held November 29, 2023 at Capital One Hall in Tysons, Virginia. At breakfast, a customer sitting next to me mentioned how he’s looking forward to hearing how AI can help mine his historical data. “And securely,” another added. In a lunchtime conversation, yet another customer told me about the productive meeting they had with Appian on incorporating AI into their processes.

Connecting Helix DAM and Helix Core

In this demo, solutions engineer Ryan Maffesoli shows Helix DAM users how to connect Perforce Helix DAM and Helix Core for a more complete digital creation tool suite. Learn how to link new projects in our digital asset management tool to existing Helix Core streams. Plus, understand why digital asset management needs a strong version control foundation.

Helix DAM (Digital Asset Management) in 7 Steps

In this demo of Helix DAM, solutions engineer Ryan Maffesoli walks through the key functionalities and features of our digital asset management tool. You’ll gain an understanding of what collections, streams, and depots are in digital asset management, as well as learn how to start uploading and filtering assets.

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.