Systems | Development | Analytics | API | Testing

How Retailers Optimize Merchandising and Assortment Planning Strategies with the Snowflake Retail Data Cloud

The lingering effects of the global pandemic are merging with inflation to create a perfect storm for retailers looking to find the right inventory stature for the seasons ahead. Companies are getting squeezed between rising supply chain costs and falling consumer confidence. To succeed in this volatile market, McKinsey suggests that retailers “accelerate decision-making tenfold.”

Ably Terraform provider: provision & configure Ably programmatically

The Ably Terraform provider greatly simplifies the provisioning and managing of realtime architectures that include Ably via HashiCorp Terraform. Our growing reliance on realtime applications is highlighted both by the impact of incidents such as WhatApp’s latest outage, and by an exponential growth in use cases for realtime technology. This growth is spurred on by the fast adoption of dynamically orchestrated, microservice-oriented cloud architectures.

Examples of AI in Software Development

As artificial intelligence (AI) has shifted from a movie concept to a real-world phenomenon, it’s become clear that AI will change how we do business. Smart factories, connected shop floors, and supply chain automation are already commonplace, yet manufacturing and shipping are not the only sectors adopting AI and machine learning (ML). AI is also revolutionizing software development in surprising ways.

Data Maturity Model: How to Move Up the Ladder

Many businesses find it hard to use data to make business decisions, even though data is becoming an increasingly valuable asset for driving business growth. The data maturity model can help you identify the gaps in your data strategy that are stopping you from reaching a high level of data maturity. In this article, you will learn.

WebSockets vs Server-Sent Events: Key differences and which to use

WebSockets and Server-Sent Events are commonly used in realtime applications where quick and efficient data transfer is a critical requirement. The expectations of realtime experiences in applications has only grown with time, with improving technology and understanding of what is possible. This article compares two popular realtime protocols — the WebSockets and Server-Sent Event APIs. Below you’ll learn what each is capable of, their pros and cons, and when to use them.

Rails ActionCable - the good and the bad

ActionCable allows developers to move away from the typical request/response paradigm of old to one where persistent WebSocket connections are maintained from clients to your Rails servers. Event-driven and low-latency, WebSockets are an excellent choice for use cases like live chat, alerts & notifications, and realtime data broadcast.