ICYMI
I wrote a new article in my Design Tokens Workflow Series
Implementing Multi-Brand Theming with Style Dictionary
https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-9
new article alert
In the ninth article in my design tokens workflow series we look at –
Implementing Multi-Brand Theming with Style Dictionary
https://www.alwaystwisted.com/articles/a-design-tokens-workflow-part-9
“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 → https://frontendnorth.com/speakers/olu-niyi-awosusi
Who here knows about font files? Can anyone help me out with a glyph question?
Do you use a AI integration on your text editor or IDE?
Feel free to response the poll and put why you response, also please share this poll.
New blog post!
What Books Should I Read to Learn ASP.NET Core and Blazor?
https://kerrick.blog/articles/2025/24-books-asp-net-blazor-front-matter/
Web Component Base (WCB) by Ayo Ayco (@ayo) | https://ayos.blog/wcb/
Debunking native in-browser spell-jacking.
"For input fields that handle sensitive information, such as passwords, personal details, or proprietary data, ensure the spellcheck attribute is set to false."
(TLDR: Being on the safe side)
https://medium.com/doctolib/debunking-native-in-browser-spell-jacking-0fccdc06373b
Followup: great conversations today in #FrontEnd Study Hall - rough notes and many links shared in the etherpad today. Thanks @ross especially for sharing a chunk of code that carried us conversationally many places! Thanks all who joined! https://indieweb.org/events/2025-03-27-front-end-study-hall #IndieWeb
A curse upon "developers" who reïmplement things that already exist in #HTML!
Especially since they often reïmplement them *poorly*. Today's example: a substitute for <textarea> made with a <div role="textbox" contenteditable="true"> (and lots of other attributes), and using a carefully-styled <span> inside to look like a placeholder.
Don't do that.
Everyone knows `node_modules` is among the heaviest object in the universe Don’t accidentally ship parts of it to your users.
Let Gravity catch bloated artifacts in your PRs before they go live https://gravity.ci/
Thursday there'll be the next #IndieWeb #FrontEnd Study Hall (Number 024!) where we have lively conversations investigating, troubleshooting, upgrading, fixing, and learning HTML and CSS and related stuff. https://events.indieweb.org/2025/03/front-end-study-hall-024-j8dtucnWT7Iz
Hey real web devs, what's the current thinking on the best way to reference svg? Inline or using img tags? What's the use case for each?
My instinct is to do it inline but this mdn article lays out cases for each method.
#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"
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.
Happy Friday! The bi-weekly #frontEnd news is here. The main news is on Typescript, but there is also a good post about relative colours, a relaxing driving game, and more. Happy Reading.