Systems | Development | Analytics | API | Testing

%term

Develop a Serverless TypeScript API on AWS ECS with Fargate

AWS Fargate is a serverless compute engine that allows you to run containers without managing servers. With Fargate, you no longer have to provision clusters of virtual machines to run ECS containers: this is all done for you. Fargate has an Amazon ECS construct that can host an API. In this take, we will build a Fargate service using the AWS CDK, put the API in a docker image, and then host it inside Amazon ECS. The API will be a pizza API and we'll store the data in a DynamoDB table.

Automating API Delivery with APIOps and Kong

As organizations build more APIs, manual processes and frequent handoffs in the API development workflow can lead to a slower time to market, higher development costs, and poor-quality APIs. They can also result in APIs being poorly documented, causing poor API adoption and lower revenues. APIOps aims to address these issues by automating the entire API lifecycle, leveraging DevOps and GitOps principles. But what is DevOps, and what is GitOps?

Lessons on fan engagement - from Xalt, Genius Sports and more...

In the ever-evolving world of sports and entertainment, fan engagement has emerged as a critical factor in driving retention and long-term success. At the Ably Realtime Fan Engagement Summit in New York City, industry experts shared valuable insights into the relationship between fan engagement and retention, emphasizing the importance of creating compelling digital experiences and fostering genuine connections.

API Management is Fundamental to Modernizing Insurance Operations

The concept of insurance predates the printing press and the steam engine. So it's likely no surprise that the industry — as obviously adaptable as it is — often faces challenges related to the modernization of legacy systems. In the age of AI and APIs (application programming interfaces), streamlining operations and modernizing are paramount to success.

Skyward Shift Harnessing Gen AI to Elevate CX in the Aviation Industry

Imagine finding yourself in an airport, receiving a message from your travel app: “Due to severe weather conditions, your flight is delayed by 3 hours. We anticipate your gate opening within the next hour. Here’s a $30 voucher for refreshments while you wait.” While this scenario might seem like something out of a Hollywood movie, in reality, it could lead to tense confrontations and disruptions. That’s why clear communication and support before travel are crucial.

Linx Fundamental Training

This video will show you how to use Linx and will allow you to streamline your back-end development by introducing the core principles of Linx. Here are the sections for easy access to each: We hope this video is helpful to get you started on your Linx journey. Linx is a general-purpose, low-code platform for backends. Developers use Linx to build, test, deploy and manage backend solutions such as APIs, integrations and automation.

What is Streaming ETL?

Streaming ETL is a modern approach to extracting, transforming, and loading (ETL) that processes and moves data from source to destination in real-time. It relies on real-time data pipelines that process events as they occur. Events refer to various individual pieces of information within the data stream. Depending on the source and purpose of the data, an event could be a single user visit to a website, a new post on a social media platform, or a data point from a temperature sensor.