Systems | Development | Analytics | API | Testing

%term

LiveState for Elixir: An Overview and How to Build Embeddable Web Apps

If you have programmed with Phoenix, you already know what a delight it can be to work with LiveView. LiveView simplifies your development process by moving all state management to the server. This reduces the complexity of coordinating states between the client and server. LiveState aims to extend a LiveView-like development flow to embeddable web apps. But before we delve deeper into LiveState, let’s first understand what embeddable web apps are.

What Is an API Integration?

Whether you’re working in the marketing department or the operations department, you’ve probably heard a lot about APIs and API integrations. API integration is the process of connecting different software systems or applications through their respective APIs to enable them to communicate and share data seamlessly. These have become the “buzz” terms of IT departments in recent years as more enterprises embrace the trend toward digital transformation.

Next-Gen QA: How Cloud Mobile Testing is Shaping the Future

As the mobile app market continues to expand, the demand for robust and efficient testing solutions has never been greater. Traditional testing methods are proving inadequate in addressing the complexities and speed requirements of modern mobile applications. This blog explores how cloud mobile testing is transforming quality assurance (QA) in the mobile era, offering scalable, flexible, and cost-effective solutions that meet the demands of today’s fast-paced development environments.

5 Years of Confluent Cloud Connectors: Exploring Your Top Connector Picks

This summer marks five years since we announced our first fully managed connector on Confluent Cloud in 2019, the Amazon S3 Sink Connector. Since then, our connector offerings have not only expanded significantly but also enabled teams to send hundreds of petabytes of data throughput. Today, we support over 80 pre-built, fully managed connectors, custom connectors, and secure private networking.

Appian 24.3 Highlights

Appian brings #orchestration, #automation, and #intelligence together in a secure, performant platform for managing your most complex processes. The latest release of the Appian Platform delivers practical enterprise AI use cases with expanded compliance to help developers build faster, business users work smarter, and organizations prepare for AI regulations.

Automatic APIs With PostgREST for PostgreSQL

Storing information in a relational database and sharing it via a RESTful API is a very common scenario these days. Depending on your RDBMS (relational database management system), this may take a lot of development effort. One solution that attempts to simplify the process is the PostgREST web server add-on for PostgreSQL. If your organization uses the PostgreSQL database, PostgREST quickly adds basic CRUD (create, read, update, delete) functions in an easy-to-use RESTful HTTP interface.