Operations | Monitoring | ITSM | DevOps | Cloud

API

The latest News and Information on API Development, Management, Monitoring, and related technologies.

Speedscale vs Coder: Ephemeral Developer Environments for Different Needs

Speedscale and Coder are two distinct tools that, while both aim to increase developer productivity, serve fundamentally different purposes. Both provide software development environments for enhancing productivity and collaboration in software development teams.

The Ultimate Guide to a Smooth Dev Environment Setup: Tips and Best Practices

Setting up a development environment can be challenging, especially for new developers or those adapting to new developer tools. A well-configured environment is crucial for efficient coding, testing, and debugging, enhancing productivity and minimizing errors. This guide will walk you through everything you need to know, from the basics to advanced customizations for different operating systems.

6 Ways to Protect Your API Against Attacks

When configured correctly, Application Programming Interfaces (APIs) enable seamless data exchanges across platforms, assisting with cross-app integrations and making microservices possible. As APIs have become integral in modern applications, we as developers must learn how to protect them against impending threats. The State of API Security report found that 74% of respondents have experienced at least three API-related breaches since 2021, so the threat here is very real.

Mastering Local Preview Environments: A Beginner's Guide

Local preview environments are transforming how developers test and validate code changes before merging them into the main codebase. Acting as temporary cloud environments, they provide a production-like setting where new features and bug fixes can be tested in isolation, catching issues early and streamlining the development code review process. These environments are crucial for enhancing development velocity, especially in CI/CD workflows used by DevOps engineers and QA teams.

Demystifying API Monitoring and Testing with IPM

APIs are the hidden heroes of our digital world. They are invisible to many customer experiences. As a result, it can be difficult to think of monitoring or testing them with a customer-focused lens. In this blog post, we hope to remove this difficulty and shine a light on the different ways Internet Performance Monitoring (IPM) can approach various API testing use cases with an eye on ensuring reliable, resilient experiences.

Boosting Kubernetes Developer Productivity: Top Tools and Strategies for Efficient Development

Developer productivity is not just about writing code faster—it’s about creating efficient, self-service environments that minimize friction and reduce the time from development to deployment. In the context of Kubernetes clusters, enhancing productivity means leveraging the right tools and workflows to streamline development, reduce errors, and speed up feature releases. This guide explores the key strategies and tools that can significantly boost productivity in Kubernetes environments.

Attach Screenshots to Your Playwright Test Reports

Today I want to show you how you can attach your screenshots directly to Playwright's test reports. Imagine you have a simple Playwright test that navigates to Checkly. You take a screenshot and store it in screenshots/home.png. Then, you click a link in the main navigation, expect a specific heading to be visible, and take another screenshot. When you run this test using npx playwright test, the test passes, and you find the screenshots in the /screenshots directory.

How to detect broken links with Playwright

One of our Slack community members recently asked if they could use Playwright and Checkly to detect broken links on their sites. They certainly can, and the answer to this question covers so many different Playwright concepts that it makes a perfect case for sharing Playwright features with the community. Let's unveil some links going nowhere! If you prefer the video version of this tutorial,

Top 5 Local Development Environments for Faster Coding

The rise of remote development environments, like GitHub Codespaces, has certainly captured the spotlight in recent years. These cloud-based solutions offer flexibility and ease of access, making them an attractive choice for many developers. However, it’s important not to overlook the tried-and-true advantages of local development environments. Hosting your code locally on your machine can provide a more controlled, efficient, and secure environment for your development needs.

How to detect broken links with Playwright Test

Join Stefan Judis in this Playwright tutorial, where he explores detecting broken links using Playwright and/or Checkly. Stefan covers essential techniques such as soft assertions, crafting custom error messages for clearer debugging, and using page context-aware requests to check for URL status codes. Whether you're dealing with empty links, nonexistent domains, or 404 errors, this video provides all the tools needed to enhance your testing strategy effectively.