Elsewhere

Things we find interesting we think you might too. Grab the RSS feed for your newsreader of choice.

HTML Web Components on the Server Are Great | Scott Jehl, Web Designer/Developer

January 31, 2024

I’ll start this post by echoing what many others have been saying: Web Components are having a moment lately! After a decade dominated by fragile, complicated, and slow Single-Page Application d...

Read More

On Web Components – macwright.com

January 30, 2024

There’s just this assumption that now that React is potentially on its way out (after a decade-long reign! not bad), the natural answer is Web Components. And I just don’t get it. I don’t get it...

Read More

jakelazaroff.com

January 30, 2024

I don’t see web components on their own as a huge productivity boon for individual websites. Once you’ve bought into a particular set of technologies, it makes sense to use it for as much ...

Read More

The Website vs. Web App Dichotomy Doesn’t Exist | jakelazaroff.com

January 29, 2024

You don’t need to wade far into web development discourse to hear about the website vs. web app dichotomy. It posits that websites can be grouped into two categories: mostly static “documents” w...

Read More

Removing React is just weakness leaving your codebase — Begin Blog

January 29, 2024

Well, there must have been something in the zeitgeist, as we’ve seen a spate of articles where developers are voicing their displeasure with React. Increasingly miffed about the state of React relea...

Read More

Are Design Systems a zero-interest rate phenomenon? | daverupert.com

January 29, 2024

So are design systems a zero-interest rate phenomenon? No. Well, maybe. Depends on who you ask. If I need to build 5-10 pages, I can do those one at a time without much of a system. If I need to creat...

Read More

The CSS “content” property accepts alternative text | Stefan Judis Web Development

January 29, 2024

Developers often use before and after pseudo-elements (generated content) to style elements. With a few lines of extra CSS, it is possible to include icons, images, or even add text without adjusting ...

Read More

AI software still needs the human touch, Willison warns • The Register

January 29, 2024

FEATURE Simon Willison, a veteran open source developer who co-created the Django framework and built the more recent Datasette tool, has become one of the more influential observers of AI software re...

Read More

A quick introduction to CSS @scope – Bram.us

January 29, 2024

Have you heard about #CSS @scope? It’s an upcoming way to scope the reach of your CSS selectors, allowing you to move away from methodologies such as BEM because you no longer need to name those in-...

Read More

Accessible notifications with ARIA Live Regions (Part 1) – Sara Soueidan, inclusive design engineer

January 24, 2024

Without live regions, some rich web applications would be more challenging to use for screen reader users. So if you’re building web applications such as Single Page Applications (SPAs), you need to...

Read More

What PWA Can Do Today

January 24, 2024

A showcase of what is possible with Progressive Web Apps today. Source: What PWA Can Do Today...

Read More

Designing better target sizes

January 24, 2024

An interactive guide on designing better target sizes on the web. Source: Designing better target sizes...

Read More

12 Modern CSS One-Line Upgrades | Modern CSS Solutions

January 24, 2024

Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing...

Read More

The Open Source Sustainability Crisis ❧ Open Path by Chad Whitacre

January 24, 2024

Okay, now let’s talk about the Open Source sustainability crisis. The purpose of this post is to define terms. What is Open Source sustainability? Why do I say it is in crisis? My answers are that s...

Read More

An Attempted Taxonomy of Web Components—zachleat.com

January 22, 2024

As my experience with web components grows, my personal view of how to build a web component is also evolving. In some cases I’ve gone back and refactored older components with the new knowledge and...

Read More

A Global Design System | Brad Frost

January 22, 2024

TL;DR: This is a call to action to create a Global Design System that provides the world’s web designers & developers a library of common UI components. A Global Design System would improve the ...

Read More

TypeScript Might Not Be Your God: Case Study of Migration from TS to JSDoc – DEV Community

January 22, 2024

While alternative tools for introducing typing to JavaScript code do exist, TypeScript’s overwhelming popularity often casts them into the shadows. This widespread acclaim, justified by the Type...

Read More

33 Fundamentals Every JavaScript Developer Should Know | by Stephen Curtis | Medium

January 22, 2024

It might be time you took the time to really understand JavaScript, and maybe even learned a little computer science. Source: 33 Fundamentals Every JavaScript Developer Should Know | by Stephen Curtis...

Read More

WebAssembly is like JSON for behaviour

January 22, 2024

If you’re sending data from one computer to another, it’s probably JSON. But it hasn’t always been this way. Source: WebAssembly is like JSON for behaviour...

Read More