Hacker News
- JavaScript garbage collection and closures https://jakearchibald.com/2024/garbage-collection-and-closures/ 69 comments
- Avoiding image layout shifts (CLS): aspect-ratio vs. width and height https://jakearchibald.com/2022/img-aspect-ratio/ 17 comments
- How to win at CORS https://jakearchibald.com/2021/cors/ 122 comments
- AVIF Has Landed https://jakearchibald.com/2020/avif-has-landed/ 14 comments
- I discovered a browser bug https://jakearchibald.com/2018/i-discovered-a-browser-bug/ 130 comments
- Progressively loading CSS – changes coming to Chrome https://jakearchibald.com/2016/link-in-body/ 6 comments
- Cross-fading any two DOM elements is currently impossible https://jakearchibald.com/2021/dom-cross-fade/ 2 comments frontend
- Cross-fading any two DOM elements is currently impossible https://jakearchibald.com/2021/dom-cross-fade/ 2 comments web_design
- How to win at CORS https://jakearchibald.com/2021/cors/ 2 comments webdev
- Writing great alt text: Emotion matters https://jakearchibald.com/2021/great-alt-text/ 5 comments frontend
- `export default thing` behaves differently to `export { thing as default }` https://jakearchibald.com/2021/export-default-thing-vs-thing-as-default/ 54 comments javascript
- Encoding data for POST requests https://jakearchibald.com/2021/encoding-data-for-post-requests/ 6 comments javascript
- In JS functions, the last return wins https://jakearchibald.com/2021/last-return-wins/ 10 comments javascript
- Don't use functions as callbacks unless they're designed for it https://jakearchibald.com/2021/function-callback-risks/ 8 comments frontend
- Don't use functions as callbacks unless they're designed for it https://jakearchibald.com/2021/function-callback-risks/ 30 comments node
- Don't use functions as callbacks unless they're designed for it https://jakearchibald.com/2021/function-callback-risks/ 98 comments webdev
- Don't use functions as callbacks unless they're designed for it https://jakearchibald.com/2021/function-callback-risks/ 54 comments javascript
- AVIF has landed https://jakearchibald.com/2020/avif-has-landed/ 13 comments web_design
- AVIF has landed https://jakearchibald.com/2020/avif-has-landed/ 3 comments webdev
- Different versions of your site can be running at the same time https://jakearchibald.com/2020/multiple-versions-same-time/ 19 comments javascript
- Different versions of your site can be running at the same time https://jakearchibald.com/2020/multiple-versions-same-time/ 22 comments webdev
- [OT] Someone analysed the website speed of all teams https://jakearchibald.com/2019/f1-perf/ 23 comments formula1
- Who has the fastest website in F1? A deep-dive into how the sites work. https://jakearchibald.com/2019/f1-perf/ 6 comments formula1
- What happens when packages go bad? https://jakearchibald.com/2018/when-packages-go-bad/ 50 comments programming
- Third party CSS is not safe https://jakearchibald.com/2018/third-party-css-is-not-safe/ 3 comments webdev
- Netflix functions without client-side React, and it's a good thing https://jakearchibald.com/2017/netflix-and-react/ 13 comments javascript
- await vs return vs return await https://jakearchibald.com/2017/await-vs-return-vs-return-await/ 9 comments webdev
- await vs return vs return await https://jakearchibald.com/2017/await-vs-return-vs-return-await/ 24 comments javascript
- HTTP/2 push is tougher than I thought https://jakearchibald.com/2017/h2-push-tougher-than-i-thought/ 42 comments programming
- Combining fonts https://jakearchibald.com/2017/combining-fonts/ 4 comments css
- What's a good networking library for front end? https://jakearchibald.com/2015/thats-so-fetch/ 8 comments webdev
- The performance benefits of adding rel=noopener to your <a> tags. https://jakearchibald.com/2016/performance-benefits-of-rel-noopener/ 23 comments programming
- The future of loading CSS https://jakearchibald.com/2016/link-in-body/ 12 comments programming
- Web streams API https://jakearchibald.com/2016/streams-ftw/ 11 comments javascript
- Iterators gonna iterate - How ES6 iterators work http://jakearchibald.com/2014/iterators-gonna-iterate/ 14 comments javascript
- Chrome's experiment of hiding the URL is great for security http://jakearchibald.com/2014/improving-the-url-bar/ 4 comments privacy
- ES7 async functions are brilliant and I want laws changed so I can marry them. http://jakearchibald.com/2014/es7-async-functions/ 5 comments javascript
- Don't use flexbox for overall page layout http://jakearchibald.com/2014/dont-use-flexbox-for-page-layout/ 6 comments webdev
- Progressive enhancement is more than just user's who don't have JS http://jakearchibald.com/2013/progressive-enhancement-still-important/ 3 comments javascript
- Progressive enhancement is still important http://jakearchibald.com/2013/progressive-enhancement-still-important 11 comments javascript