Systems | Development | Analytics | API | Testing

Latest News

Adding a Real-Time Layer to Datadog Observability

We all know Datadog. It’s a powerful and established tool that developers, DevOps, and SREs use for anything ranging from monitoring their application’s performance and searching their logs to having an end-to-end understanding of the environment. The nature of cloud-native applications makes the three pillars of observability – (Metrics, Logs, Traces) – needed more than ever to get visibility into your application.

Introducing Appian Mobile Complete Offline Capabilities | Appian

We all know how frustrating it can be to lose a network connection, especially while we’re working. That’s why Appian is excited to introduce complete offline mobile capabilities to Appian Mobile as part of the 21.4 release. Mobile offline capabilities allow employees to use their mobile business apps with or without a network connection.

Why Testlio joined the Continuous Delivery Foundation

Testlio’s vision is imagining software experiences that energize the world. It’s a big vision and a big reason why companies like Amazon, Microsoft, Netflix, SAP, and ViacomCBS work with Testlio. This vision signals a responsibility that goes beyond delivering best-in-class testing services, bringing together a global network of expert testers, and building a platform that enables a new way of testing.

How Blackboard Pivoted Their Log Analytics Approach When the World Went Virtual

This week we released a new case study that describes how the world-leading education technology provider Blackboard empowered digital learning throughout COVID, and in particular, the role log analytics played. Committed to supporting learners throughout their lifelong journey, Blackboard Inc. serves higher education, K-12, business and government clients around the world with learning management systems (LMS) and other digital education products.

Building a product in 12 weeks - An oral history of Trust Assessor

Not to sound like Cosmo, but sometimes it seems like a project was meant to be. Talend Trust Assessor is one of those projects. In 2020, a creative plan to share Talend Trust Score™ with the world grew into a full-fledged product developed and released in record time. Stephanie Yanaga and Gray Hardell, the project’s instigators, had a shared vision: giving everyone a taste of the Trust Score with very little effort.

Designing Error Messages and a Logging Strategy in Node.js

Error handling is one section of our job that we tend to neglect, especially when working on something new, interesting, or something we just need to get working. We’ll handle errors later, we say — and that’s often a big lie. But that’s not even the worst part. The problem comes when we decide to ‘quickly’ add some code to handle our errors and completely forget about the importance and relevance of a properly constructed error message.