# beautiful

Published articles for beautiful.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Write Barriers

DevFeed: [Write Barriers](<https://devfeed.tech/articles/write-barriers-31811.md>)

Original publisher: [Read original article](<https://patshaughnessy.net/2025/2/18/write-barriers>)

Author: Pat Shaughnessy

Published: 2025-02-18T00:00:00Z

Content type: tutorial

Language: en

Sources: [Pat Shaughnessy](<https://devfeed.tech/sources/pat-shaughnessy.md>)

Topics: [Ruby](<https://devfeed.tech/topics/ruby.md>), [Code](<https://devfeed.tech/topics/code.md>), [Data structures](<https://devfeed.tech/topics/data-structures.md>)

Tags: [arrays](<https://devfeed.tech/tags/arrays.md>), [beautiful](<https://devfeed.tech/tags/beautiful.md>), [code](<https://devfeed.tech/tags/code.md>), [data-structures](<https://devfeed.tech/tags/data-structures.md>), [ruby](<https://devfeed.tech/tags/ruby.md>), [updating-ruby-under-a-microscope](<https://devfeed.tech/tags/updating-ruby-under-a-microscope.md>)

### AI overview

This tutorial explains Ruby write barriers in incremental and generational garbage collection. Write barriers detect writes to arrays, hashes, and other data structures that may add objects requiring marking; when triggered, Ruby moves the modified object back onto the mark stack for processing during a later garbage-collection step.

### Source excerpt

I've started working on a new edition of Ruby Under a Microscope that covers Ruby 3.x. I'm working on this in my spare time, so it will take a while. Leave a comment or drop me a line and I'll email you when it's finished. Ruby's garbage col

## Material You supports efficient tablet and foldable experiences

DevFeed: [Material You supports efficient tablet and foldable experiences](<https://devfeed.tech/articles/better-design-for-bigger-screens-29301.md>)

Original publisher: [Read original article](<https://material.io/blog/material-you-large-screens>)

Published: 2023-04-29T13:00:00Z

Content type: article

Language: en

Sources: [Material.io - Material Design](<https://devfeed.tech/sources/material-io-material-design.md>)

Topics: [material-you](<https://devfeed.tech/topics/material-you.md>)

Tags: [beautiful](<https://devfeed.tech/tags/beautiful.md>), [better](<https://devfeed.tech/tags/better.md>), [design](<https://devfeed.tech/tags/design.md>), [material-you](<https://devfeed.tech/tags/material-you.md>)

### AI overview

This article explains how Material You supports efficient design for tablet and foldable experiences.

### Source excerpt

How Material You supports beautiful, efficient tablet and foldable experiences

## A Pretty Website Isn't Enough

DevFeed: [A Pretty Website Isn't Enough](<https://devfeed.tech/articles/a-pretty-website-isn-t-enough-31235.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/a-pretty-website-isnt-enough>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2016-12-12T12:14:00Z

Content type: opinion

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [Software](<https://devfeed.tech/topics/software.md>), [User Experience](<https://devfeed.tech/topics/user-experience.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [beautiful](<https://devfeed.tech/tags/beautiful.md>), [begun](<https://devfeed.tech/tags/begun.md>), [cms](<https://devfeed.tech/tags/cms.md>), [created](<https://devfeed.tech/tags/created.md>), [developers](<https://devfeed.tech/tags/developers.md>), [experience](<https://devfeed.tech/tags/experience.md>), [insights](<https://devfeed.tech/tags/insights.md>), [it-s](<https://devfeed.tech/tags/it-s.md>), [just](<https://devfeed.tech/tags/just.md>), [performance](<https://devfeed.tech/tags/performance.md>), [process](<https://devfeed.tech/tags/process.md>), [qa](<https://devfeed.tech/tags/qa.md>), [software](<https://devfeed.tech/tags/software.md>), [up-to-spec](<https://devfeed.tech/tags/up-to-spec.md>), [website](<https://devfeed.tech/tags/website.md>), [well-designed](<https://devfeed.tech/tags/well-designed.md>), [you-ve](<https://devfeed.tech/tags/you-ve.md>)

### AI overview

The article argues that a visually appealing website is not complete without attention to performance and implementation quality. It identifies developer knowledge, performance QA, project budget, and development priorities as possible reasons for poor performance, and connects these issues to agency processes that treat implementation as secondary to design.

### Source excerpt

Your job is not done when you've created a beautiful, well-designed, up-to-spec website. It's only just begun