Web development term of the day:
→ What success looks like
Web development term of the day:
→ What success looks like
🦖 ARIA: heading role 🦖
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Reference/Roles/heading_role
The heading role defines this element as a heading to a page or section, with the aria-level attribute providing for more structure.
‹dialog›
Represents a dialog box or other interactive component.
https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/dialog
#Development #Launches
replacements.fyi · Performant, safer npm package alternatives https://ilo.im/16cho5
_____
#Npm #Packages #Dependencies #JavaScript #TypeScript #NodeJS #WebDev #Frontend #Backend
Link:What a good website does
https://blog.libove.org/posts/link-what-a-good-website-does/
Sometimes I hate frontend work.
If you made a conceptual mistake in the backend it usually only affects one part of the System and you can easily refactor it.
If it's something in CSS and you hit a roadblock because of a bad or uninformed decision you probably have to rework so many things as everything's cascades down to so many other areas. 😅
I wish I would be also a designer and could creates design before I start stuff so I know how it will look after I'm finished. That would make stuff much easier sometimes.