Operations | Monitoring | ITSM | DevOps | Cloud

API

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

What is SharePoint REST API? Explained for Beginners

The SharePoint REST API is a powerful tool that allows developers to interact with SharePoint data and resources remotely. Whether you’re managing documents, configuring sites, or building custom applications, the REST API provides a flexible, efficient way to programmatically access and manipulate data within a SharePoint environment.

Isolating Bottlenecks: How to Determine If Your Slowdown Is Due to the Database or API

Every slowdown in your application can be traced to specific components like a database or an API, and quickly identifying the source aids the troubleshooting process. But when an API is underperforming, it may be difficult to tell whether the issue is with the API logic itself or an external service like a database that it interacts with before sending responses.
Sponsored Post

Traffic-Driven Testing: All the Benefits of Shift-Right Testing with None of the Risk

The shift-right testing approach moves testing to later in your production cycle. Also known as "testing in production," with shift-right, you test software after it has been deployed. It gives you continuous feedback based on real-world user interactions. However, there are major drawbacks to the approach. For example, testing in production risks disrupting your user satisfaction and can mean you catch issues too late to respond to them effectively. It can also be difficult to test problems related to scale and traffic volume. Your tests are also difficult to repeat under the same conditions.

How to Speed up your Playwright Tests with shared "storageState"

Join Stefan Judis, Playwright Ambassador, as he shows you how to speed up your Playwright test suite execution time for apps behind a login. Usually, login-walled products require you to log in for every test case. However, by implementing project dependencies, setting up a project, and pairing everything with the storage state, you can log into your app once and then reuse the browser and storage state. This setup equips your subsequent tests with essential cookies and browser state, saving time and effort by avoiding repetitive login actions.

How to Speed up your Playwright Tests with shared "storageState"

What are the two things making your end-to-end test investment a failure? Firstly, it's test flakiness. If you've invested days (if not months) in creating your test suite and it didn't turn out to be like this one trustworthy friend you have in your life for decades, you failed. You failed because eventually, you'll discover that every moment waiting for retrying tests became a burden.

How I cut 22.3 seconds off an API Call using Trace View

Dan Mindru is a Frontend Developer and Designer who is also the co-host of the Morning Maker Show. Dan is currently developing a number of applications including PageUI, Clobbr, and CronTool. As a developer, few things are more frustrating than an API that’s slower than molasses. You know the code works, but you know it can’t possibly be a good user experience anymore. I had one of those and looked the other way for a couple of weeks. However, some issues become personal after a while.

Azure API Management and Generative AI - What's Next?

Andrei Kamenev, a member of the API management team at Microsoft, discusses the relationship between generative AI and API management. He explains that API management can be important in an architecture that uses generative AI, as it helps to solve challenges such as token usage, rate limiting, and load balancing.