Frontend Masters Boost RSS Feed
https://frontendmasters.com/blog
Frontend Masters Boost is a blog about web development. It's written by the team at Frontend Masters, course instructors from the industry, and curated guest authors. The goal is to help you on your path to becoming a senior developer, or to be an even better one.
フィード

Pretty pretty
1

Frontend Masters Boost RSS Feed
text-wrap: balanced; dropped first but text-wrap: pretty; wasn’t too far behind and they are both useful. The pretty value is now coming to Safari and Jen Simmons calls it “an unprecedented level of polish to typography on the web.” If you’ve already seen pretty and think of it as the thing that prevents short last […]
1日前

Lessons Learned from Recreating a Styled Dialog
Frontend Masters Boost RSS Feed
Sometimes pretty simple HTML elements have a lot of things to consider and take care of, from interactivity, styling, accessibility, and more.
2日前

Minimal CSS-only blurry image placeholders
Frontend Masters Boost RSS Feed
I’m not the world’s biggest fan of LQIP’s (low quality image placeholders) generally (doing nothing other than handling aspect ratio is… fine), but I really like how much creativity it inspires. I’ve seen a ton of different approaches to it over the years, that all use different technology and all have different advantages and disadvantages. […]
4日前

The Latest in the “How are we going to do masonry?” Debate: Apple Says “Item Flow”
Frontend Masters Boost RSS Feed
Last we checked in with how the web platform was planning on helping us with “masonry” layout, it was a versus battle between “just use grid” and “make a new layout type”. Now Apple folks have an idea: a new shorthand property called item-flow. Nothing is decided here (I don’t think), but it seems very […]
7日前

Using currentColor in 2025
Frontend Masters Boost RSS Feed
Do you need it? Not really, custom properties are probably a better bet. But it still has a bit of utility and it's fun to think about.
8日前

Custom progress element using the attr() function
Frontend Masters Boost RSS Feed
Now that we're starting to be able to apply types (like `number`) to values of attributes we pull of HTML elements in CSS, doing interesting things with is easier.
9日前

“the hardest bug I ever debugged”
Frontend Masters Boost RSS Feed
Jacob Voytko shares the tale of a very difficult bug to track down. It’s always interesting to get a little insight into how people go about narrowing down the scope of a bug. In this case, it narrowed all the way down to code you’d never guess would be the cause of the bug, but such […]
10日前

The HTML Review
Frontend Masters Boost RSS Feed
The fourth issue of The HTML Review is out. Wonderful writing framed by entirely different and unusual interactive interfaces, brought to you by the power of web technology. A zine come to life. Just try to pick a favorite.
11日前

Revenge of the junior developer
Frontend Masters Boost RSS Feed
Steve Yegge makes the prediction in Revenge of the junior developer that this current wave of AI “agents” that help us code with more capability than just type ahead suggestions and refactorings, like file creation, command line usage, and more, is just the fourth wave of six. The fifth is an individual developer managing multiple […]
14日前

CSS Bursts with Conic Gradients
Frontend Masters Boost RSS Feed
Using hard color stops with `repeating-conic-gradient()` and the double-stop syntax, we can pretty easily create a burst background. Then get fancier.
15日前