Systems | Development | Analytics | API | Testing

%term

Optimizing your BigQuery incremental data ingestion pipelines

When you build a data warehouse, the important question is how to ingest data from the source system to the data warehouse. If the table is small you can fully reload a table on a regular basis, however, if the table is large a common technique is to perform incremental table updates. This post demonstrates how you can enhance incremental pipeline performance when you ingest data into BigQuery.

How to choose an app testing partner to scale your QA

You have likely identified a need to scale or improve your current software testing approach. But questions remain. Do you hire in-house testers? Do your engineers need to shift left and take ownership of code issues? Or, do you augment testing with crowdsourced QA or another type of app testing service? For many, the most efficient approach to scaling your testing is through a partnership.

Reverse ETL to NetSuite

Reverse ETL is a data integration technology that offers a wonderful way to enable solutions for making various stored data more actionable and usable. This process is especially helpful for enterprise business operation tools that help teams execute processes and meet goals more effectively. The idea is to use clean and accurate data to enhance various SaaS platforms and business management tools to enhance processes.

Supporting Transformation with an Integrated Data Platform. Three Common Questions Answered.

In recent years there has been increased interest in how to safely and efficiently extend enterprise data platforms and workloads into the cloud. CDOs are under increasing pressure to reduce costs by moving data and workloads to the cloud, similar to what has happened with business applications during the last decade. Our upcoming webinar is centered on how an integrated data platform supports the data strategy and goals of becoming a data-driven company.

Announcing CodeZero General Availability

At CodeZero, we believe that modern DevOps practices are key to unlocking the full value of Cloud Native Computing. “Halyard” is a new approach to Developing, Deploying and Managing containerized applications that run in any Kubernetes environment. With v 1.1.0 of Halyard, CodeZero delivers the following features to developers.

Early-stage growth: Why shifting the founder mindset is critical to acquiring your first 10 customers

Growth. It’s the mountain every startup founder must learn to climb in order to run a successful business. And as with any great mountain, the journey to the top never feels more daunting than at the base. How your startup earns its first 10 customers will set the tone for the rest of the trek and determine how fast your team reaches the summit — if at all.

How to Develop a Cloud Native Infrastructure

More and more companies are eager to move their operations to the cloud. Yet, there’s quite a bit of ambiguity on what moving to the cloud actually means. Is your business running in the cloud while you host your database on another platform or while you rely on a third-party service to handle your payments? That’s a good start for moving to the cloud, but there are many other aspects to consider when building a cloud native infrastructure.

How to connect to Ably directly (and why you probably shouldn't) - Part 2

In Part 1 of this two-part series, we walked through how to bypass Ably’s SDKs and connect to Ably’s backend using websocat, where every JSON message has to be typed out by hand. In this second part, we’ll fix that tedious bit by switching to NodeJS, and we’ll continue our process of building our own minimal Ably (NodeJS) SDK.