Wed.Aug 11, 2021

article thumbnail

A Case for API Observability

DZone

APIs — by now, we're all familiar with the term. Every service or software we use or build today either uses or is an API. If APIs are a central pillar in your building and delivery of software and services, you'll know that the success of your software or services depends on the integrity, availability, and performance of your APIs. Traditional API monitoring sure does help you stay on top of uptime, security, and performance.

article thumbnail

Bucketizing date and time data

SQL Performance

Bucketizing date and time data involves organizing data in groups representing fixed intervals of time for analytical purposes. Often the input is time series data stored in a table where the rows represent measurements taken at regular time intervals. For example, the measurements could be temperature and humidity readings taken every 5 minutes, and you want to group the data using hourly buckets and compute aggregates like average per hour.

Azure 139
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Removing the Roadblock to Continuous Performance Testing

DZone

Continuous performance testing makes total sense. You can’t afford to have a new feature, update, or bug fix brings you two steps forward and three steps back. The new functionality must work flawlessly — and it can’t disrupt the pre-existing functionality that users have come to rely on. Unfortunately, it’s all too easy to break something when different teams are evolving different components (built on many different architectures) at different speeds, all in parallel.

article thumbnail

New Smashing Workshops on Front-End & Design

Smashing Magazine

New Smashing Workshops on Front-End & Design. New Smashing Workshops on Front-End & Design. Iris Lješnjanin. 2021-08-11T13:25:00+00:00. 2021-08-11T15:41:39+00:00. You might know it already, but perhaps not yet: we regularly run friendly online workshops around front-end and design. We have a couple of workshops coming up soon, and we thought that, you know, you might want to join in as well.

Design 122
article thumbnail

Get Hyped: Synonyms in MongoDB Atlas Search

The Polyglot Developer

Sometimes, the word you’re looking for is on the tip of your tongue, but you can’t quite grasp it. For example, when you’re trying to find a really funny tweet you saw last night to show your friends. If you’re sitting there reading this and thinking, “Wow, Anaiya and Nic, you’re so right. I wish there was a fix for this,” strap on in!

59
article thumbnail

Handling Mounting And Unmounting Of Navigation Routes In React Native

Smashing Magazine

Handling Mounting And Unmounting Of Navigation Routes In React Native. Handling Mounting And Unmounting Of Navigation Routes In React Native. Daniel Don. 2021-08-11T11:40:00+00:00. 2021-08-11T15:41:39+00:00. In this article, we are going to walk through mounting and unmounting of navigation routes in React Native. An expected behavior of your app is that once the authentication condition is met, a new set of navigation routes are available only to logged-in users, while the other screens which w

Code 111