You may not think about images as part of your web dev work, but they can affect your web app's performance more than any other part of your code.
Posts Tagged with 'webdev'
How far can framework-free, zero-build codebases take you in 2021?
To hear some people talk, you'd think function composition was some kind of sacred truth. A holy principle to meditate upon whilst genuflecting and lighting incense. But function composition is not complicated. You probably use it all the time, whether you realise it or not. Why, then, do functional programmers get all worked up about it? What's the big deal?
How to make your marks gorgeous
A foundational overview of how to build a color adaptive and accessible loading bar with the <progress> element.
Supabase developers can now deploy global edge functions on Deno Deploy.
As front-end developers, we often learn CSS by focusing on individual properties. Instead, we should focus on how the language uses those properties to calculate layouts. In this blog post, we'll pop the hood on CSS and see how the language is structured, and how to learn it effectively.
As front-end developers, we often learn CSS by focusing on individual properties. Instead, we should focus on how the language uses those properties to calculate layouts. In this blog post, we'll pop the hood on CSS and see how the language is structured, and how to learn it effectively.
Why, what and how designers should document accessibility requirements and user interactions to make product better and more inclusive
Deno 1.20 increases performance, auto-compresses http responses, adds 'deno task', adds 'deno bench', allows import maps in deno.json, and more