en.osm.town is one of the many independent Mastodon servers you can use to participate in the fediverse.
An independent, community of OpenStreetMap people on the Fediverse/Mastodon. Funding graciously provided by the OpenStreetMap Foundation.

Server stats:

268
active users

#frontend

21 posts20 participants2 posts today

📢 “Building Better Webs"

In a world where over half of all internet traffic goes to Big Tech sites, the weird and wonderful web seems to be shrinking. Join @oluOnline at Front End North 2025 to examine how we can take back our webs.

🔗 Olu's talk → frontendnorth.com/speakers/olu

Front End NorthOlu Niyi-Awosusi | Front End North ConferenceBuilding Better Webs: "There is one web" is the first of W3C's Ethical Web Principles. The one web we have all come to know and...

#frontend and #fullstack devs: Be optimistic about API calls. Research has shown that as little as 100ms of delay is the time it takes for a user to go from perceiving they did something to perceiving they are waiting on something. And 250ms is enough for them to be upset about it.

I've seen too many instances where the UI doesn't update til the API call returns or a #signalr event comes back. If you can anticipate a response, let the UI assume it will succeed for the best UX that feels "magic"

#cssWish That we could have a zero count for the number of columns in `repeat()`.

That repeat count is often computed. Let's say I want double the width for selected column k out of n columns:

```
repeat(var(--k), var(--w))
calc(2*var(--w)
repeat(calc(var(--n) - var(--k) - 1), var(--w))
```

#CSS#code#coding

Why do people default to React and JavaScript for front end and UIs?

As a backend developer whose frontend experience is mostly from using Phoenix and Django, which utilize server-side rendering, I’m wondering why most people choose React and JavaScript as the “default” frontend solution, even for pages and SaaS products that don’t really benefit from any additional client-side interactivity.

It used to be quite challenging to set the precedence of individual #CSS rules without a lot of headaches. (This encouraged the practice of authoring many small utility classes that do very little on their own.)

Thankfully, that’s no longer the case. Here’s a simple example: cloudfour.com/thinks/cowardly-

Cloud Four · Cowardly Defaults and Courageous Overrides with Modern CSS
More from Tyler Sticka