Sat.Jan 07, 2023 - Fri.Jan 13, 2023

article thumbnail

Why Not document.write()?

CSS Wizardry

- [link] --> If you’ve ever run a Lighthouse test before, there’s a high chance you’ve seen the audit Avoid document.write() : For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds.

Google 208
article thumbnail

What is cloud monitoring? How to improve your full-stack visibility

Dynatrace

The move to multicloud environments has continued en masse for today’s organizations. In fact, according to a Dynatrace global survey of 1,300 CIOs , 99% of enterprises utilize a multicloud environment and seven cloud monitoring solutions on average.

Cloud 218
Insiders

Sign Up for our Newsletter

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

article thumbnail

SQL Extensions for Time-Series Data in QuestDB

DZone

In this tutorial, you are going to learn about QuestDB SQL extensions which prove to be very useful with time-series data. Using some sample data sets, you will learn how designated timestamps work and how to use extended SQL syntax to write queries on time-series data. Introduction Traditionally, SQL has been used for relational databases and data warehouses.

IoT 178
article thumbnail

TypeScript performance lessons while refactoring for v10

tRPC

As library authors, our goal is to provide the best possible developer experience (DX) for our peers. Reducing time-to-error and providing intuitive APIs removes mental overhead from the minds of developers so that they can focus on what's most important: great end user experience.

article thumbnail

How To Generate Test Data for Your Database Project With Python

Percona Community

If you need test data for the database of your project, you can get a dataset from Kaggle or use a data generator. In the first case, if you need to process the data before inserting it into the database, you can use Pandas, a widely used Python library for data analysis.

article thumbnail

Adding business analytics data to your observability strategy delivers better business outcomes

Dynatrace

To stay competitive in an increasingly digital landscape, organizations seek easier access to business analytics data from IT to make better business decisions faster. In the process, they’re adopting more tools and technologies.

Analytics 183
article thumbnail

3 Trends in Artificial Intelligence and Machine Learning for 2023

DZone

In 2022 the news about artificial intelligence (AI) and automatic learning (Machine Learning or ML) have skyrocketed and are expected to accelerate in 2023. Many claims that these technologies will be the most disruptive and transformative ever developed.

More Trending

article thumbnail

An Introductory Guide to Web Performance Testing

Abstracta

From a very young age, we have all been exposed to a lot of waiting times. As kids, we must wait our turn to hit the piñata during birthday parties. As adults, we face queues everywhere, from paying for groceries to buying the latest phone.

article thumbnail

Tech Transforms podcast: A look back at some of our favorite episodes from 2022

Dynatrace

In 2022, we released 33 episodes covering a multitude of topics — from privacy issues to zero trust initiatives to American innovation — that sit at the intersection of technology, government, and human needs.

article thumbnail

Accelerating ML Model Inferencing

DZone

Expedia Group™️ acts as a booking agent for all sorts of travel. An issue we’ve wrestled with is when a hotel (or vacation rental, activity, etc.) shares public contact information through our platform that allows for direct booking. This act violates our service agreements, and we must detect if it happens. Furthermore, this mechanism needs to scale to review an ongoing stream of data generated by bookings, website updates, client updates, etc.

Website 100
article thumbnail

Upgrading PostgreSQL Extensions

Percona

PostgreSQL is a powerful and flexible open-source database management system that allows users to install and use extensions to add additional functionality to their databases.

Database 103
article thumbnail

Digesting 2022

O'Reilly

The holidays are over, and it’s time to digest. Although I don’t subscribe to the idea that history or technology moves in jerky one-year increments, it’s still valuable to take stock, look at what’s happened, and decide what was important and what isn’t.

Media 77
article thumbnail

6 Observability Design Patterns for Microservices Every CTO Should Know

Simform

Observability in microservices discovers unknown issues between various service interactions to build a resilient and secure app. You can adapt observability for your microservices through different design patterns.

article thumbnail

[DZone Survey] Share Your Expertise and Take our 2023 Web, Mobile, and Low-Code Apps Survey

DZone

Do you consider yourself a developer? If "yes," then this survey is for you. We need you to share your knowledge on web and mobile development, how (if) you leverage low code, scalability challenges, and more. The research covered in our Trend Reports depends on your feedback and helps shape the report

article thumbnail

Updated Percona Distribution for MySQL, Percona XtraDB Cluster: Release Roundup January 9, 2023

Percona

It’s time for the release roundup! Percona is a leading provider of unbiased open source database solutions that allow organizations to easily, securely, and affordably maintain business agility, minimize risks, and stay competitive.

article thumbnail

Steps to Mitigate API Risks during Mobile App Development

Tech News Gather

The term ‘API’ has become quite common in the app development industry. Developers use APIs all the time to enhance certain features of their applications or add an extra function via API integration. But the pros of any technology are balanced with some cons and the same goes for APIs too. APIs can lead to certain cyber risks which is why it is important to know about these risks and also the steps to mitigate them.

article thumbnail

Data Ingestion: The First Step Towards a Flawless Data Pipeline

Simform

Data ingestion is the foremost layer in a data engineering pipeline, acting as a vital pillar in the overall analytics architecture. Thus, it is essential to implement data ingestion just right. Here is everything you need to know to take the first step toward a flawless data pipeline.

article thumbnail

Save Time and Money With Free-to-Use Incremental Backups for MongoDB

Percona

MongoDB is a great database that provides outstanding high availability solutions out of the box. For most Database Administrators (DBAs) we talk with, though, the awesome safety features we came to appreciate MongoDB for, like automatic failover or data redundancy, are not enough.

article thumbnail

COUNT(*) vs COUNT(col) in MySQL

Percona

Looking at how people are using COUNT(*) and COUNT(col), it looks like most of them think they are synonyms and just use what they happen to like, while there is a substantial difference in performance and even query results. Also, we find a difference in execution on InnoDB and MyISAM engines.

Cache 79