Operations | Monitoring | ITSM | DevOps | Cloud

Latest News

Distributed Machine Learning With PySpark

Spark is known as a fast general-purpose cluster-computing framework for processing big data. In this post, we’re going to cover how Spark works under the hood and the things you need to know to be able to effectively perform distributing machine learning using PySpark. The post assumes basic familiarity with Python and the concepts of machine learning like regression, gradient descent, etc.

Key Kubernetes Concepts

Cloud computing, containerization, and container orchestration are the most important trends in DevOps. Whether you’re a data scientist, software developer, or product manager, it’s good to know Docker and Kubernetes basics. Both technologies help you collaborate with others, deploy your projects, and increase your value to employers. In this article, we’ll cover essential Kubernetes concepts. There are a lot of Kubernetes terms, which can make it intimidating.

jsDelivr is now handling all load-balancing with FlexBalancer

jsDelivr, the first and only free multi-CDN for open source projects are now using PerfOps FlexBalancer to load balance between their sponsoring CDNs. Until now, jsDelivr had been using Cedexis Openmix to achieve its Multi-CDN load balancing. After analyzing the ease of migration and benefits of FlexBalancer, jsDelivr decided that it was time for a change.

How Correlating User and Full-Stack Monitoring Improves Digital CX

In our previous blog post, we discussed how intelligent root-cause analysis and remediation capabilities provide faster mean time to resolution using readily accessible contextual data collected from different sources. This was reinforced by The Forrester Wave™: Intelligent Application and Service Monitoring, Q2 2019, as they acknowledged the importance of having robust tools for measuring digital customer experience (CX).

Easy A/B Testing with PlanOut

So you want to A/B test your web app. The idea is simple, but the details can get messy, and you don’t want to re-invent the wheel. Services like Optimizely are pretty good, but they can be expensive and full of features you don’t need immediately. In this post, we’ll share how Sentry wrote an experimentation system with minimal work.

SFTT #2: Using Cognito In Serverless Integration Testing

Welcome to the second edition of Serverless from the Trenches, our series of bite-sized blog posts aimed at developers and DevOps working in serverless. Each article will focus on a different technique or tool to solve a real-world problem and – hopefully – help make your work in serverless more productive. This week we look at how to add Cognito to your integration tests flow, making for true black box testing.