2022: Posts tagged #code

Strategies for building Jamstack sites evolved since 2015. How is the Jamstack defined today?

The Jamstack comes with the promise to make websites faster, more secure, and to provide a better developer experience. Why is that the case?

Bookmark

Zell Liew has written a simplified wrapper around fetch, named zl-fetch, that looks promising. From the current v4.0.0 onwards, zl-fetch is a ESM library. It cannot be used with CommonJS anymore.‌

Bookmark

Manuel Matuzović prepared a tutorial on web.dev: Building the main navigation for a website.

This tutorial describes how to build an accessible main navigation of a website. You learn about semantic HTML, accessibility, and how using ARIA attributes can sometimes do more harm than good.