Systems | Development | Analytics | API | Testing

The Award Winning Formula: How Cloudera Empowered OCBC With Trusted Data To Unlock Business Value from AI

Recently, Cloudera, alongside OCBC, were named winners in the“Best Big Data and Analytics Infrastructure Implementation” category at The Asian Banker’s Financial Technology Innovation Awards 2024. This recognition underscores the importance of trusted data when building AI and generative AI (GenAI) models and serves as a testament to the impact that reliable data can have in real world use cases.

Handling complex integrations through custom connectors

Integrations can be done efficiently with IPaaS tools. Quickly set up point-to-point connectors, add logic and orchestration, and the integration is done and configured. The difficulty comes with more custom and bespoke systems. For example, when custom fields are added to an ERP or CRM, when you need to integrate with a legacy system, or when there is no connector to interact with. Linx can assist in cases where high flexibility and customization are required.

SwiftUI Colors: Tips and Best Practices for Developers

It might be a cliche, but first impressions really do count. Whether it’s a first date, a job interview or the UI design of your app, looking the part is a massively important consideration. Today we’re going to look at how we can use the SwiftUI Color structure to enhance the visual appeal of our apps and make the right impression on our users.

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.

Databricks vs. Snowflake: A Comparative Analysis

With the data management landscape continuously evolving, it has given rise to powerful platforms like Databricks and Snowflake, each offering distinct capabilities for organizations to manage and analyze their data efficiently. Our 5 key takeaways in the Databricks vs. Snowflake debate are: In this article, we will dive into a comprehensive comparison of Databricks and Snowflake and examine the data companies’ features, performance, scalability, and more.

Marketing and Sales in Uncertain Times: Strategies & Spending Impact (2024)

Enjoy reading this blog post written by our experts or partners. If you want to see what Databox can do for you, click here. No matter what size your business is or what market you operate in, there’s one thing every business will confirm – marketing and sales during a downturn can be extremely challenging. But that doesn’t mean you should turn off the tap on marketing and sales until things get better.

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.

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?

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.