|
'Web Color Is Still Broken' â Whether it's handling display profiles, transparency, scaling, or color mixing, the author claims one thing is clear: âthe web is still doing color wrongâ. Hereâs the Hacker News discussion on this issue, with plenty of food for thought on this complex matter. Hector Martin |
Lexical: An Extensible Text Editor Library (That Does Things Differently) â Fresh out of Meta (Facebook) comes a new text editor framework that puts accessibility, performance, and reliability at its heart. Itâs only 22KB gzipped, and a (native) iOS version is on the way too. Meta |
đ PDF: Taking the Journey from Zero to 100 Deploys a Day â Elite teams capable of deploying many times a day didn't get there overnight. This book breaks down how they did it in 3 phases: Deploy 1x a week â 1x a day â many times a day. By Dylan Etkin, formerly a founding engineer of Jira at Atlassian. Sleuth sponsor |
The Ultimate Guide to Push Notifications for Developers â If you find yourself needing to implement notifications, then it will become clear quickly that they can be tricky to get right. Hereâs an explainer on how to implement them and which practices are best to follow. Lee Munroe |
A Practical Guide to Centering in CSS â This reference explains various methods to center elements using CSS, including techniques for Grid & Flexbox. Quite possibly the most evergreen of frontend topics. đ Alex Ivanovs |
|
đ Tutorials, Articles & Opinion |
Non-Interactive Elements with the Tim Nguyen (WebKit) |
Reducing Spam From Jack Childs |
Build Internal Tools in Minutes with Retool, Where Visual Programming Meets the Power of Real Code â Custom dashboards, admin panels, CRUD appsâbuild any internal tool faster in Retool. Retool sponsor |
Evaluating Design System Adoption using Custom CSS â How one team uses custom user CSS to easily and visually audit component and design token usage in its live products. Steve Dennis |
â¶Â  Animate From Kevin Powell |
How to Generate a Full Tailwind CSS Palette from a Single Color
|
Why Brave and DuckDuckGo Are Cracking Down on Googleâs AMP
|
|
đ§ Code, Tools & Resources |
Introducing Material Symbols â The rather lovely open-source Material Icons set is now available in a customizable, variable version. You can fine-tune weight, fill, optical size, and grade. Available on Google Fonts (or via a new Figma plugin). Sarah Daily |
Fluid Type Scale: Generate Responsive Font-Size Variables â Generate font size variables for a fluid type scale with CSS clamp. Grab the output CSS and drop it into any design system. Aleksandr Hovhannisyan |
Test Your Web App for Accessibility. Free axe DevTools Chrome Extension Deque sponsor |
Feedback Fin: An Open Source Widget to Collect Feedback Anywhere on Your Site â Just drop in the script and add a few lines to initiate the widget, which is customizable and accessible. Rowy |
Linear-Style Cursor Glow â This is a lovely little motion effect, adding a cursor glow that illuminates the currently hovered element. Recreated here using CSS variables, radial gradients and an inset. It's inspired by the Linear site, as explained in this tweet. David Khourshid codepen |