Note from 19 May 2020
I think that's the first time someone shares one of my articles on Hacker News:
https://news.ycombinator.com/item?id=23232748
Do I have to celebrate? Is it a rite of passage? 😅
I think that's the first time someone shares one of my articles on Hacker News:
https://news.ycombinator.com/item?id=23232748
Do I have to celebrate? Is it a rite of passage? 😅
Nicolas Goutay
Towards a Lightweight Jamstack
Not having to use a JavaScript framework also meant that HTML, not JSX or Vue components, is now front and center in the code you write. This helped…
JAMstack is fast only if you make it so
JAMstack often promotes itself as an excellent way to provide performant sites. It's even the first listed benefit on jamstack.wtf, a "guide [which] gathers the concept of JAMstack in a straight-forward guide to encourage other developers to adopt the workflow". But too many JAMstack sites are very slow.
Bryan L. Robinson
Climbing the 11ty Performance leaderboard with Cloudinary, critical CSS and more
This is an excellent writeup of the different paths Bryan went to optimize the performance of his site built with Eleventy. I will definitely look…