# matters

Published articles for matters.

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

## In what order are Compose modifiers applied?

DevFeed: [In what order are Compose modifiers applied?](<https://devfeed.tech/articles/in-what-order-are-compose-modifiers-applied-39254.md>)

Original publisher: [Read original article](<https://kt.academy/article/compose_modifier_order>)

Published: 2026-04-20T00:00:00Z

Content type: tutorial

Language: en

Sources: [Kt. Academy](<https://devfeed.tech/sources/kt-academy.md>)

Topics: [Compose](<https://devfeed.tech/topics/compose.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [compose](<https://devfeed.tech/tags/compose.md>), [matters](<https://devfeed.tech/tags/matters.md>), [modifiers](<https://devfeed.tech/tags/modifiers.md>), [order](<https://devfeed.tech/tags/order.md>), [workshop-learning-programming](<https://devfeed.tech/tags/workshop-learning-programming.md>)

### AI overview

The article explains how Compose modifiers are applied and why their order matters.

### Source excerpt

How Compose modifiers are applied and why their order matters.

## Handling Errors Gracefully in Craft CMS

DevFeed: [Handling Errors Gracefully in Craft CMS](<https://devfeed.tech/articles/handling-errors-gracefully-in-craft-cms-31268.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/handling-errors-gracefully-in-craft-cms>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2017-10-12T22:10:00Z

Content type: tutorial

Language: en

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

Topics: [Error Handling](<https://devfeed.tech/topics/error-handling.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>), [Website](<https://devfeed.tech/topics/website.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [cms](<https://devfeed.tech/tags/cms.md>), [craft](<https://devfeed.tech/tags/craft.md>), [debugging](<https://devfeed.tech/tags/debugging.md>), [error](<https://devfeed.tech/tags/error.md>), [error-handling](<https://devfeed.tech/tags/error-handling.md>), [errors](<https://devfeed.tech/tags/errors.md>), [guide](<https://devfeed.tech/tags/guide.md>), [handle](<https://devfeed.tech/tags/handle.md>), [handling](<https://devfeed.tech/tags/handling.md>), [here-s](<https://devfeed.tech/tags/here-s.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [insights](<https://devfeed.tech/tags/insights.md>), [it-s](<https://devfeed.tech/tags/it-s.md>), [matters](<https://devfeed.tech/tags/matters.md>), [practical](<https://devfeed.tech/tags/practical.md>), [website](<https://devfeed.tech/tags/website.md>)

### AI overview

A practical guide to handling unexpected errors in Craft CMS websites through defensive programming, explicit error checks, null checks, user-friendly error handling, coding standards, and local devMode use.

### Source excerpt

Every website can have errors, it's how you handle them that matters. Here's a practical error handling guide for Craft CMS.