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.
フィード

AI Amplifies Everything: A Team Lead’s Guide to AI-Assisted Development
Frontend Masters Boost RSS Feed
While AI for codegen is manageable, integrating AI into team workflows presents more challenges, such as maintaining quality long term and managing technical debt.
12時間前

AI-Assisted Coding: A Practical Guide for Software Engineers
Frontend Masters Boost RSS Feed
Let's acknowledge that gap in AI-generated code between code that works and code that is production-ready. It's you.
2日前

Code is Clay
Frontend Masters Boost RSS Feed
A nice essay from Cam Pedersen. Clay breaks. A lot. My first few attempts collapsed on the wheel. One piece cracked in the kiln. I dropped another walking to my car. But nobody cries about it, you just start over. The clay doesn’t care. It’s just material waiting for the next idea. You’re gonna have […]
2日前

Auto `sizes` on Images
Frontend Masters Boost RSS Feed
Hand-writing/maintaining a sizes attribute is just not going to happen. This is the way.
5日前

Constructable Stylesheets and adoptedStyleSheets: One Parse, Every Shadow Root
Frontend Masters Boost RSS Feed
If you have any shared styles across multiple shadow DOMs (imagine 20 custom button components), a Constructable Stylesheets is just way more efficient.
6日前

The Incredible Overcomplexity of the Shadcn Radio Button
Frontend Masters Boost RSS Feed
A radio button is this: Paul Hebert took at fair look at how Shadcn turns that into 45 lines of code and three imports, which in turn uses Radix which is 215 lines of code and 7 more imports. But do you get better accessibility? No, it’s arguably worse. But do you get ease of […]
7日前

The Web Is Fun Again: First Experiments with HTML in Canvas
Frontend Masters Boost RSS Feed
An experimental API let's us put HTML within those opening and closing canvas tags and render it to the canvas, while remaining interactive. Lots of possibility here!
9日前

Building a Blog in TanStack (Part 2 of 2)
Frontend Masters Boost RSS Feed
A blog is a perfect use case for pre-rendering, so that the static build files can render all on their own. TanStack Start can even help with the server functions via middleware.
10日前

Building a Blog in TanStack (Part 1 of 2)
Frontend Masters Boost RSS Feed
A site building framework like TanStack Start can be used to make a server-side rendered blog, no problemo.
13日前

Building a UI Without Breakpoints
Frontend Masters Boost RSS Feed
This article covers a layout approach that better fits the modern web: fluid, intrinsic components that adapt by default, and treat conditional rules as local, intentional exceptions.
14日前