Remove Article Remove Code Remove Performance
article thumbnail

AWS NoSQL Performance Lab Using Python

DZone

In this article, I am not going to determine which AWS NoSQL database is better: the concept of a better database only exists within a specific purposeful context. I will share a coding lab to measure the performance of AWS-managed NoSQL databases such as DynamoDB , Cassandra , Redis , and MongoDB.

AWS 275
article thumbnail

Five Fast JavaScript Data Grids — A Performance Review

DZone

In this article, we compare the performance of some of the most popular JavaScript grid components on the market, measuring both the initial render time and the scrolling performance. We also describe the methodology used and there is a GitHub repo where you can see the code used.

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

CSS and Network Performance

CSS Wizardry

Let me address that by combining my two favourite topics: CSS and performance. It’s really, really bad for Start Render performance. The introduction of the Preload Scanner improved web page performance by around 19%, all without developers having to lift a finger. What’s the Big Problem? Avoid using @import in your CSS files.

Network 279
article thumbnail

Fostering a Web Performance Culture

Jos

Web Performance is not only about understanding what makes a site fast. Performance is a feature and needs to be prioritized as such. Performance is a topic that has interested me for a long time. There was something gratifying in taking a code that takes minutes to run and make it run in a handful seconds.

article thumbnail

How Readable Is Your Code? Part 1

DZone

How practically evaluate notions like code maintainability, readability, transparency? Well, I'm not sure that there is absolute truth in such questions, but in this article, you will find a metric that can help you find out. Cyclomatic Complexity — Number of Scenarios in Code.

Code 176
article thumbnail

In Defence of DOM­Content­Loaded

CSS Wizardry

Honestly, I started writing this article, for no real reason and somewhat without context, in December 2022—over half a year ago! More accurately, DOMContentLoaded signifies that all blocking and defer and type=module code has finished running. performance. performance. performance. performance. That’s late!

Metrics 330
article thumbnail

Unleash Peak Performance in Java Applications: Overview of Profile-Guided Optimization (PGO)

DZone

In the realm of Java development, optimizing the performance of applications remains an ongoing pursuit. By harnessing runtime profiling data, PGO empowers developers to fine-tune their code and apply optimizations that align with their application's real-world usage patterns.

Java 189