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

Streaming JSON in just 200 lines of JavaScript
Frontend Masters Boost RSS Feed
I feel like “streaming” will be more and more of a concept in 2026. We can stream HTML, but rarely do. With AI APIs these days, we’re seeing streaming much more commonly. We want to see that LLM kick out an answer word-by-word, as the perceived performance is better that way. What about a JSON […]
8時間前

Supporting Open Source in 2026: Why It Matters More Than Ever ($50,000)
Frontend Masters Boost RSS Feed
> ... we need to be honest about what's happening: the infrastructure that powers modern software development is under financial strain, even as usage reaches all-time highs.
1日前

Single Flight Mutations in TanStack Start: Part 1
Frontend Masters Boost RSS Feed
What if we could mutate data *and* get all the data back we need to properly update the UI in just one network round-trip?
5日前

Firefox Goes CSS Modules
Frontend Masters Boost RSS Feed
Firefox 147 just came out, and the flagship developer feature is clearly anchor positioning support, bringing that “to the baseline” as we’re supposed to say these days. That rules, but I’m also very hyped about CSS module scripts. Remember, they are a way of importing a stylesheet in JavaScript, that is, the only decent way […]
6日前

View Transitions & Playing Video
Frontend Masters Boost RSS Feed
Can you keep a video playing as a view transitions happens? Yes and no. Mostly yes.
7日前

What Actually Makes You Senior
Frontend Masters Boost RSS Feed
Matheus Lima on what makes you senior: But if you strip away the title, the salary, and the years of experience, there’s one core skill that separates senior+ engineers from everyone else: reducing ambiguity. Everything else flows from that.
8日前

Zod + TypeScript: Schema Validation Made Easy
Frontend Masters Boost RSS Feed
I can easily imagine a job interview question being “What’s the difference between TypeScript and Zod and in what circumstances do you need each?” They are both type validation libraries. Would you ever need both? The short answer is that TypeScript is great but can’t help you at runtime, where you might get data from […]
11日前

The Missing Link for Web Components
Frontend Masters Boost RSS Feed
If your project uses web components of your own making, you could be auto-generating a Custom Elements Manifest that can be ultra-helpful, like powering a VS Code language server.
12日前

JavaScript Engines Zoo
Frontend Masters Boost RSS Feed
Holy cow there are a lot of JavaScript engines. These are the big ones like V8 that Chrome uses or JavaScriptCore that Safari uses, but also purposefully lightweight engines like QuickJS for “embedding”. (I’m also just realizing that domains like this, zoo.js.org, anybody can have because js.org is literally for JavaScript-based projects and you can […]
13日前

Simulating Crop Marks
Frontend Masters Boost RSS Feed
Crop marks are an idea that comes from the print design world. Design in the bleed area will be cut away by giant cutter machines, and that bleed area is designated by the crop marks. We can do it on the web too, just for kicks.
14日前