Systems | Development | Analytics | API | Testing

%term

3 Examples of Intelligent Automation in Insurance

Intelligent automation happens when robotic process automation (RPA) meets artificial intelligence (AI), bringing simple actions and cognitive tasks together for lightning-fast processing. Intelligent automation in insurance is a powerful tool that reduces both human error and the need to perform repetitive tasks manually. Imagine AI extracting data from an invoice then a bot entering that data into a software program.

BigQuery vs. Redshift: Which One Should You Choose?

Considering BigQuery vs. Redshift for your data warehousing needs? This guide is for you. Both BigQuery and Redshift stand as leading cloud data warehouse solutions each offering a multitude of features catering to multiple use cases. Google’s BigQuery offers seamless scalability and performance within its cloud platform, while Amazon’s Redshift provides great parallel processing and tuning options.

How Tuist migrated from GitHub Actions to Codemagic for faster and more reliable CI

Headline: The transition to Codemagic made our CI builds faster and more reliable and positively impacted the experience of contributors contributing to our open-source project, Tuist. Thanks to Codemagic’s support, we can bring new free goods to the Swift community and the ecosystem of app developers.

Predicting the Generative AI Revolution Requires Learning From Our Past

Having frequently worked with governments around the world over the course of my career, I’ve had all kinds of discussions about the global impact of generative AI. Today, I’m publicly wading into those waters to deliver my perspective, and my opinion is that … it’s incredibly hard to predict the future. Done. Wrapped up this entire post in a single sentence.

Good Database Migration Practices for Your Ruby on Rails App using Strong Migrations

One great feature that comes with modern web frameworks is the ability to manage database schema migrations. However, schema migrations are not 100% safe and remain a recurring cause of issues within projects I have encountered over the last 15 years. This article will review the issues surrounding poorly managed schema migrations and then look into Strong Migrations, a gem that can help you avoid most problems. Finally, we will discuss a few good practices around database management. Let's get started!

Set your Data in Motion with Confluent on Google Cloud

Confluent is pioneering a fundamentally new category of data infrastructure focused on data in motion. Confluent’s cloud-native offering is the foundational platform for data in motion – designed to be the intelligent connective tissue enabling real-time data, from multiple sources, to constantly stream across the organization. With Confluent, organizations can meet the new business imperative of delivering rich, digital front-end customer experiences and transitioning to sophisticated, real-time, software-driven backend operations.

How to Secure REST APIs: API Keys Vs OAuth

REST, a.k.a. Representational State Transfer, is an architectural style commonly used in software development. Applications built via REST-style development tend to be excellent examples of distributed hypermedia applications. However, they don’t often have excellent innate security options. That’s where API keys and OAuth tokens come in. In this article, we’ll cover how to secure REST APIs with either API keys or OAuth.