Systems | Development | Analytics | API | Testing

Low-Code Automated Web Testing Offered by Sauce Labs

Intelligent low-code systems are beginning to take hold across the software development lifecycle and Sauce Labs is excited to be helping companies along this journey. Low-code automated testing simplifies and accelerates web application testing by enabling non-technical team members to create, run, and manage tests on Sauce Labs Virtual Device Clouds. Teams can now leverage Sauce Connect to execute their low-code tests behind a firewall, removing any friction presented with knowing how to code.

What's New in Rails 7

Rails 7 is just around the corner. We don't have a confirmed release date, but it is expected to be available before Christmas, so not very long to go. The latest version as of this post's publication is 7.0.0.rc1, the first release candidate. Basecamp, HEY, Github, and Shopify have all been running the Rails 7 alpha in production, so we can expect even the release candidate to be pretty stable. In this post, we will look at some of the new features and changes that Rails 7 will bring.

Multi-Thread in Node.js: What are Worker Threads?

Node.js is a free, cross-platform JavaScript runtime environment, while single-threaded in nature, executes asynchronous code using several threads in the background. Because of its design, Node.js has received a lot of flak. It seems unusual that Node.js doesn't have direct access to threads when compared to programming languages like Java, C, or Python. The worker_thread module in Node.js 11 allows us to launch many threads on a single core.

Scaling NLP Pipelines at IHS Markit - MLOps Live #17

The data science team at IHS Markit will be sharing practical advice on building sophisticated NLP pipelines that work at scale. Using a robust and automated MLOps process, they run complex models that make massive amounts of unstructured data searchable and indexable. In this session, they will share their journey with MLOps and provide practical advice for other data science teams looking to.

Channel global decoupling for region discovery

Ably is a platform for pub/sub messaging. Publishes are done on named channels, and clients subscribed to a given channel have all messages on that channel delivered to them. The Ably pub/sub backend is multi-region: we run the production cluster in 7 AWS regions, and channel pub/sub operates seamlessly between them.

Creating a User Retention Analysis in Moesif

Making sure that users derive value from your product can usually be determined by your user retention. User retention measures what percentage of your users are returning to and using your product. Retention is a key metric to measure business health and product success. In this tutorial, Matt shows users how to set up a retention analysis in the User Retention screen in Moesif. He covers how to: Navigate to the User Retention screen Create a “First Event” and a “Returning Event” to measure the retention How to interpret the results