Systems | Development | Analytics | API | Testing

Latest News

Monitoring Cloudera DataFlow Deployments With Prometheus and Grafana

Cloudera DataFlow for the Public Cloud (CDF-PC) is a complete self-service streaming data capture and movement platform based on Apache NiFi. It allows developers to interactively design data flows in a drag and drop designer, which can be deployed as continuously running, auto-scaling flow deployments or event-driven serverless functions. CDF-PC comes with a monitoring dashboard out of the box for data flow health and performance monitoring.

Introducing Helix Core Cloud, Managed & Hosted Version Control by Perforce

Today is a big day for Perforce, as we get to officially announce Helix Core Cloud, a brand new managed and hosted version control offering for teams under 50 users. Over the years, my team and I have developed a number of different ways to help new users get started with our industry leading version control, Helix Core. Now, for the first time, we’re offering Helix Core as a turnkey, fully managed, and hosted solution.

Top 4 Data + AI Predictions for Telecommunications in 2024

The sheer breadth of data that telecommunications providers collect day-to-day is a huge advantage for the industry. Yet, many providers have been slower to adapt to a data-driven, hyperconnected world even as their services — including streaming, mobile payments and applications such as video conferencing — have driven innovation in nearly every other industry. The speed with which generative AI will change how we work, live, communicate and entertain ourselves is nearly unfathomable.

Speed Up Your Ruby on Rails Application with LiteCache

In this series, we have looked at the "musts" (databases) and "shoulds" (asynchronous jobs, websockets) of a web application. Now we turn to one of the "coulds" (that is nonetheless recommended for scaling businesses): caching. In particular, we mean caching HTML fragments and other snippets of data, as referred to in Rails Guides. We are not concerned with HTTP or SQL query caching. In this part, we'll see how to speed up our Rails app using LiteCache.

Composite primary keys in Rails

Primary keys are vital in the design of a relational database. They are crucial in uniquely identifying records. For example, if you have a table of users, you will need to identify each record uniquely. This is where primary keys are used. Primary keys are usually single columns that auto-increment. There might be cases where you'll need a combination of column to serve as the primary key - this is where composite primary keys become helpful.

REST APIs For Healthcare

Terence Bennett - January 16, 2024 REST APIs for the healthcare industry are emerging as a secure simple and modern way of accessing sensitive data. Medical institutions need to modernize IT infrastructure, make services and data more transparent, provide self-­‐service options for patients, and develop mobile applications. In some cases, they are developing REST API services for internal use.

Revolutionizing Hurricane Property Insurance: The Dynamic Duo of Imaging Data and Generative AI

A catastrophe hazard is a severe and widespread event that causes significant damage and financial loss. These events are frequently natural disasters or large-scale human-made incidents that affect expansive and contemporary claims. Catastrophe hazards pose substantial trouble to insurers, as they can lead to a high volume of claims within a short period, potentially impacting insurance companies’ financial stability.

When to Use REST vs. SOAP with Examples

Terence Bennett - January 16, 2024 REST vs. SOAP are two methods of exchanging data through web service APIs (application programming interfaces). They both have unique features that cater to specific use cases. While CIOs indicate that most of the APIs developed today are REST-based, SOAP remains a feasible option under certain circumstances. If you’re uncertain about which protocol to utilize for your applications and web services, you’ve arrived at the right destination.