Remove 2019 Remove Best Practices Remove Code Remove Internet
article thumbnail

So many bad takes?—?What is there to learn from the Prime Video microservices to monolith story

Adrian Cockcroft

They were able to re-use most of their working code by combining it into a single long running microservice that is horizontally scaled using ECS, and which is invoked via a lambda function. This is only one of many microservices that make up the Prime Video application.

article thumbnail

Container security: What it is, why it’s tricky, and how to do it right

Dynatrace

In 2019, Gartner reported that 30% of organizations worldwide were running containerized applications. Many good security tools provide that function, and benchmarks from the Center for Internet Security (CIS) are clear and prescriptive. Source code tests. Dynatrace news. Containers have become hugely popular. Image scanners.

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

What is web application security? Everything you need to know.

Dynatrace

Web application security is the process of protecting web applications against various types of threats that are designed to exploit vulnerabilities in an application’s code. According to the 2019 Verizon Data Breach Investigations Report, web application attacks were the number one type of attack.

article thumbnail

Improving JavaScript Bundle Performance With Code-Splitting

Smashing Magazine

Improving JavaScript Bundle Performance With Code-Splitting. Improving JavaScript Bundle Performance With Code-Splitting. It’s a common misconception that the code which is produced by the framework build tools (Webpack, for example) is fully optimized and cannot be improved upon any further. The answer lies in code-splitting.

Code 89
article thumbnail

Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]

Smashing Magazine

Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]. Front-End Performance Checklist 2019 [PDF, Apple Pages, MS Word]. 2019-01-07T12:00:13+00:00. 2019-04-29T18:34:58+00:00. Ad Weight Impact If your site depends on the revenue generated by advertising, it’s useful to track the weight of ad related code.

article thumbnail

The Speed of Time

Brendan Gregg

The broken Java stacks turned out to be beneficial: They helped group together the os::javaTimeMillis() calls which otherwise might have have been scattered on top of different Java code paths, appearing as thin stacks everywhere. Without NMI, some kernel code paths (interrupts disabled) can't be profiled. But I'm not completely sure.

Speed 126
article thumbnail

Hybrid Lazy Loading: A Progressive Migration To Native Lazy Loading

Smashing Magazine

2019-05-06T13:30:59+02:00. 2019-05-06T11:34:08+00:00. The best practice is to do this for the primary images — typically for the ones that will be displayed above the fold. <img This is a best practice only if you do it only to secondary images — typically for the ones will be displayed below the fold. <img

Website 103