Systems | Development | Analytics | API | Testing

Announcing the Sauce Labs App for Sumo Logic

Sauce Labs is excited to announce a new integration with Sumo Logic, the Sauce Labs App! We first announced our partnership with Sumo Logic last year, and are now pleased to share the news of this integration, one that delivers standardized charts and tables to provide an overview of how certain tests and applications are running.

Realtime challenges for audience engagement

A simple example of online audience engagement could be a livestream with a host and a chat system for audience members to interact with each other in realtime. Other audience engagement solutions include features such as chat or Q&A for participants to communicate while sharing an experience, such as a Watch Party, and polls, quizzes, and leaderboards.

It's Not Just About Customer Retention, it's About Customer Loyalty

It’s no secret that it’s much cheaper to retain a customer than get a new one — 5 times cheaper, according to Forbes. The paradigm however seems to be changing: retaining is not enough when there are a lot of easily reachable competitors out there. You need to go one step further: make customers loyal.

The Basics: Getting started with npm

Today, npm is a cornerstone of modern web development, whether used exclusively with Node.js as a package manager or as a build tool for the front end. Understanding npm as a tool —particularly the core concepts— can be difficult for beginners. As such, we've written up this guide for getting a grasp on npm, especially for those who are entirely new to Node.js, npm, and the surrounding ecosystem.

Handling the ArithmeticException Runtime Exception in Java

Arithmetic is at the core of every program and every programming language in existence. From integer and floating-point arithmetic all the way down to bitwise and pointer arithmetic, these mathematical operations translate into machine instructions which execute with thundering speeds and manipulate the state of software applications used across all sorts of different domains.