article thumbnail

Measuring Code Quality: Qualitative and Quantitative

DZone

Code Quality defines that the code is good, which means code is of high quality, and code is bad, which means code is of low quality. The quality can be subjective, so different teams may use different definitions based on the context. But how can I measure that the code I have written is of good quality?

Code 269
article thumbnail

‘Security as code’ demands proactive DevSecOps

Dynatrace

This is known as “security as code” — the constant implementation of systematic and widely communicated security practices throughout the entire software development life cycle. Speed: Users won’t give organizations a pass on slow performance just because they’re trying to enhance security.

Code 159
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

Monitoring-as-code through Dynatrace’s Open-Source Initiative

Dynatrace

Dynatrace’s OneAgent automatically captures PurePaths and analyzes transactions end-to-end across every tier of your application technology stack with no code changes, from the browser all the way down to the code and database level. Monitoring-as-code requirements at Dynatrace.

article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

It turns out this component structure provides a great foundation to improve the performance of our sites. We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed.

Code 147
article thumbnail

5G Will Definitely Make the Web Slower, Maybe

CSS - Tricks

Numbers like this make it seem as though the web’s performance problems are merely a matter of infrastructure. But Scott continues: Faster networks should fix our performance problems, but so far, they have had an interesting if unintentional impact on the web.

Network 84
article thumbnail

Increase the Performance of your Site with Lazy-Loading and Code-Splitting

Jos

It turns out this component structure provides a great foundation to improve the performance of our sites. We are explicit about our dependencies, so we know what code we need to run to run a specific component. Lazy-loading and bundle splitting can have a huge impact on page performance: less code requested, parsed, and executed.

Code 130
article thumbnail

Radically speed up your code by fixing slow or frequent garbage collection

Dynatrace

— Excerpt from How Garbage Collection works in the Dynatrace Performance eBook) . However, garbage collection is one of the main sources of performance and scalability issues in any modern Java application. Optimize your code by finding and fixing the root cause of garbage collection problems.

Speed 165