2024-12-01-Inspirations

18 bookmarks
Custom sorting
Development Advent Calendars for 2024
Development Advent Calendars for 2024
It's the time of the year again and Adrian has collected a number of nice advent calendars to dig through every day. Happy FOMO!
·adrianroselli.com·
Development Advent Calendars for 2024
If Not React, Then What?
If Not React, Then What?
Extensive article with loads of arguments to focus on semantics and progressive enhancements instead of using a "default" framework for everything
·infrequently.org·
If Not React, Then What?
The root causes for the dev-design mismatch
The root causes for the dev-design mismatch
That's why I always treat designs in Figma etc. only as ideas or intended guidance for implementation, and validate them by bringing them into life as early as possible within the user's medium — the browser.
·archive.fo·
The root causes for the dev-design mismatch
I don't have time to learn React
I don't have time to learn React
Resonates so much with me as I share a similar background over the last 25 years.
·keithcirkel.co.uk·
I don't have time to learn React
What's a Single-Page App?
What's a Single-Page App?
The web development community talks a lot about single-page apps, but are we all on a single page? Here's my ontology of web app architectures, organized by rendering and navigation.
·jakelazaroff.com·
What's a Single-Page App?
10 powerful ways to use CSS variables
10 powerful ways to use CSS variables
Tokens, house props, adaptive props, pseudo-private props, partial props, mixin props, swappy props, style query props, meta lang props and typed props. Oh my!
·nerdy.dev·
10 powerful ways to use CSS variables
Exploring the browser rendering process
Exploring the browser rendering process
Nice article with a good mix between concise explanation accompanied by code examples and visualisations
·abhisaha.com·
Exploring the browser rendering process
Inside the CSS Engine: CSSOM Explained
Inside the CSS Engine: CSSOM Explained
A deep dive into how browsers parse and manipulate CSS, its impact on web performance, and why it matters
·trevorlasn.com·
Inside the CSS Engine: CSSOM Explained
Anchor Positioning Is Disruptive
Anchor Positioning Is Disruptive
The more I play with it, the more convinced I am that anchor positioning is going to unlock some surprising new layouts.
·oddbird.net·
Anchor Positioning Is Disruptive
Next.js to htmx — A Real World Example
Next.js to htmx — A Real World Example
I asked myself, what am I doing on my website that is so complex that needs all that JavaScript code to decide what to render and how to render on my webpage? Next.js was trying to render the webpage from the server side, so why won’t I send the HTML directly myself?
·htmx.org·
Next.js to htmx — A Real World Example
How do HTML event handlers work?
How do HTML event handlers work?
HTML event handlers are those onxxx attributes and properties many of us are used to, but do you know how they actually work? If you're writing custom elements and would like them to have such event handlers, what would you have to do? And what would you possibly be unable to implement? What differences would there be from native event handlers?
·blog.ltgt.net·
How do HTML event handlers work?
Choosing Your Stack
Choosing Your Stack
The most important mindset to adopt before talking about specific technologies, is to think about who your users are and how they will be accessing the service you're building. This should be the primary driver in your decision making, because the experiences you're building are for the users.
·crukorg.github.io·
Choosing Your Stack
Common Accessibility Issues of Norwegian Mobile Banking Applications
Common Accessibility Issues of Norwegian Mobile Banking Applications
To sum it up really quickly - not a single app conforms to Web Content Accessibility Guidelines version 2.0 (or 2.1 / 2.2) - and with that also with EN 301 549 version 3.2.1. This is perhaps not something new to people that understand the requirements and it doesn't mean that apps are totally inaccessible.
·idea-lab.no·
Common Accessibility Issues of Norwegian Mobile Banking Applications
A Friendly Introduction to Container Queries
A Friendly Introduction to Container Queries
It’s been a couple of years since container queries started landing in browsers… so why isn’t anyone using them? It turns out that container queries are kinda tricky; they’re not as straightforward as media queries. In this tutorial, we’ll break it all down and make sense of them, so that you can start using them in your work.
·joshwcomeau.com·
A Friendly Introduction to Container Queries