Remove Code Remove Network Remove Performance Remove Workshop
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. This problem is more apparent on unreliable and slow networks and lower-end devices. The answer lies in code-splitting. Jump to online workshops ?. Performance Costs.

Code 89
article thumbnail

Five Data-Loading Patterns To Improve Frontend Performance

Smashing Magazine

Five Data-Loading Patterns To Improve Frontend Performance. Five Data-Loading Patterns To Improve Frontend Performance. When it comes to performance, you shouldn’t be stingy. Every unnecessary bit of JavaScript code you bundle and serve will be more code the client has to load and process. Agustinus Theodorus.

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

Tips for Running Workshops

Tim Kadlec

In one of the Slack groups I’m in, someone asked a question about running workshops and what folks found that has or hasn’t worked. Being authentic is one of the most important things you can do whether you’re giving a workshop, giving a talk or writing. Modular workshop material. Your mileage may vary.

Network 53
article thumbnail

How We Improved SmashingMag Performance

Smashing Magazine

How We Improved SmashingMag Performance. How We Improved SmashingMag Performance. Every web performance story is similar, isn’t it? A day when a project, fully polished and carefully optimized, gets launched, ranking high and soaring above performance scores in Lighthouse and WebPageTest. Vitaly Friedman.

article thumbnail

Modelling Bounded Contexts with the Bounded Context Design Canvas: A Workshop Recipe

Strategic Tech

This is the question I get asked the most, so I’ve put together this article describing a workshop recipe you can use. In Domain-Driven Design, a large system is decomposed into bounded contexts , which become natural boundaries in code as microservices and as teams in the organisation. 1 hour) Candidate Context Modelling (min.

Design 76
article thumbnail

Plan, execute, and modernize a cloud migration strategy with Dynatrace

Dynatrace

But, as resources move off premises, IT teams often lack visibility into system performance and security issues. Causal AI automatically identifies performance problems, security issues, and more. Define the strategy, assess the environment, and perform migration-readiness assessments and workshops. Mobilize and plan.

Strategy 201
article thumbnail

Exploring The Potential Of Web Workers For Multithreading On The Web

Smashing Magazine

They were designed to provide a way to execute JavaScript code in the background, separate from the main execution thread of a web page, in order to improve performance and responsiveness. The main thread is the single execution context that is responsible for rendering the UI, executing JavaScript code, and handling user interactions.