Found 342 bookmarks
Newest
Scaling the Instagram Explore recommendations system
Scaling the Instagram Explore recommendations system
Explore is one of the largest recommendation systems on Instagram. We leverage machine learning to make sure people are always seeing content that is the most interesting and relevant to them. Usin…
·engineering.fb.com·
Scaling the Instagram Explore recommendations system
Downfall
Downfall
·downfall.page·
Downfall
Time-Travel Debugging Production Code
Time-Travel Debugging Production Code
An overview of time travel debugging and how it relates to debugging your production code execution.
·temporal.io·
Time-Travel Debugging Production Code
Breaking Up with SVG-in-JS in 2023
Breaking Up with SVG-in-JS in 2023
Technical deep-dive on why you shouldn't have SVGs in your JS bundle and better techniques for JSX usage.
·kurtextrem.de·
Breaking Up with SVG-in-JS in 2023
Chrome UX Report - Chrome Developers
Chrome UX Report - Chrome Developers
The Chrome User Experience Report (CrUX) provides user experience metrics for how real-world Chrome users experience popular destinations on the web.
·developer.chrome.com·
Chrome UX Report - Chrome Developers
What does the image decoding attribute actually do?
What does the image decoding attribute actually do?
An in-depth look at the decoding attribute and how it affects web performance differently when using sync, async or not at all
·tunetheweb.com·
What does the image decoding attribute actually do?
Kashyap Kondamudi - Catching Up With Web Performance
Kashyap Kondamudi - Catching Up With Web Performance
Kashyap recalls his journey from design to software to banking and back, learning from side projects, getting into open source, working on Flipkart's PWA, and now diving into RUM.
·catchingup.dev·
Kashyap Kondamudi - Catching Up With Web Performance
How large DOM sizes affect interactivity, and what you can do about it
How large DOM sizes affect interactivity, and what you can do about it
Large DOM sizes can be a factor in whether interactions are fast or not. Learn more about the relationship between DOM size and INP, and what you can do to reduce DOM size and other ways to limit rendering work when your page has lots of DOM elements.
·web.dev·
How large DOM sizes affect interactivity, and what you can do about it