Systems | Development | Analytics | API | Testing

What defines the modern data stack and why you should care

When I was working at Google back in the mid 2000’s, we dealt with tens of billions of ad impressions a day, trained several machine learning models on years worth of historic data, and used frequently-updated models in ranking ads. The whole system was an amazing feat of engineering and there was no system out there that was even close to handling this much data. It took us years and hundreds of engineers to make this happen, today, the same scale can be achieved in any enterprise.

What is a Workflow?

When we talk about technology, we should try to do it in the simplest possible terms. But while we hear many CEOs and other tech executives preach this advice, it’s rarely followed—and the workflow software space is no exception. Popular workflow lingo like hyperautomation, digital process automation, and intelligent automation all mean essentially the same thing: to digitize processes for efficiency, consistency, and compliance.

FinTech Companies Thrive and Innovate with ChaosSearch

Welcome to the second installment of our ChaosSearch for FinTech blog series, where we explore how financial technology (FinTech) companies can solve analytics challenges and drive business outcomes with ChaosSearch. In Part One of this series, we brought you an in-depth look at how FinTech companies could accelerate application development and streamline operations in the cloud by adopting ChaosSearch for log analytics at scale.

Flask vs. Django - Which One Outperforms the Other?

Flask and Django are two of the most popular Python packages. More importantly, they are the two most preferred web frameworks you can use with the language. Both frameworks are open-source and offer excellent APIs for developers to build robust Python web applications. While both frameworks serve the same purpose, they take two philosophically opposed routes to achieve it.

Now in preview, BigQuery search features provide a simple way to pinpoint unique elements in data of any size

Today, we are excited to announce the public preview of search indexes and related SQL SEARCH functions in BigQuery. This is a new capability in BigQuery that allows you to use standard BigQuery SQL to easily find unique data elements buried in unstructured text and semi-structured JSON, without having to know the table schemas in advance. By making row lookups in BigQuery efficient, you now have a powerful columnar store and text search in a single data platform.

Interview With Author and Adobe Creative Director Chris Duffey

In the latest instalment of our interviews speaking to leaders throughout the world of tech, we’ve welcomed Chris Duffey, who leads Strategic Development at Adobe. Chris spearheads Adobe's Creative Cloud strategic development partnerships across the Creative enterprise space and has been profiled by The Wall Street Journal, The Guardian, Inc., Adweek, Adage, Cheddar, The Mirror, The Drum, Campaign and CMO.com.

Principles of Object-Oriented Programming in TypeScript

Object-oriented programming (OOP) is hard to achieve in a dynamic prototypical language like JavaScript. You have to manually stick to OOP principles because of language features like duck typing. This requires discipline, as nothing in the language enforces the principles. If a diverse team of developers with different backgrounds is involved, a codebase filled with good intentions can quickly become one chaotic mess.