<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Dominik Cortese Pieper — Notes</title><description>Short notes and TIL — quick thoughts on frontend, Angular, and the tools in between.</description><link>https://pieper.io</link><language>en-us</language><item><title>Note — Jun 13, 2026</title><link>https://pieper.io/notes/#2026-06-13-boundary-error-boundaries</link><guid isPermaLink="true">https://pieper.io/notes/#2026-06-13-boundary-error-boundaries</guid><description>Angular v22 ships — a templatelevel error boundary that catches render failures in a subtree and shows a fallback instead of crashing the whole view. Works like React&apos;s error boundaries but lives in t…</description><pubDate>Sat, 13 Jun 2026 00:00:00 GMT</pubDate><category>angular</category><category>error-handling</category></item><item><title>Note — Jun 12, 2026</title><link>https://pieper.io/notes/#2026-06-12-linked-signal</link><guid isPermaLink="true">https://pieper.io/notes/#2026-06-12-linked-signal</guid><description>creates a writable signal that resets whenever its source changes — useful for local state that derives from an input. The alternative — — works but makes the dependency implicit and runs a tick later…</description><pubDate>Fri, 12 Jun 2026 00:00:00 GMT</pubDate><category>angular</category><category>signals</category></item><item><title>Note — Jun 11, 2026</title><link>https://pieper.io/notes/#2026-06-11-arrow-functions-in-templates</link><guid isPermaLink="true">https://pieper.io/notes/#2026-06-11-arrow-functions-in-templates</guid><description>Angular v22 allows arrow functions directly in templates — no more extracting singleuse handlers into the component class. Keep them short. If the logic grows, move it to the class — the template shou…</description><pubDate>Thu, 11 Jun 2026 00:00:00 GMT</pubDate><category>angular</category><category>templates</category></item><item><title>Note — Jun 10, 2026</title><link>https://pieper.io/notes/#2026-06-10-http-resource</link><guid isPermaLink="true">https://pieper.io/notes/#2026-06-10-http-resource</guid><description>replaces the service + Subject pattern for simple HTTP calls. Loading state, errors, and the response are all signals — no RxJS pipe needed. For mutations, stick with directly. is readonly by design.</description><pubDate>Wed, 10 Jun 2026 00:00:00 GMT</pubDate><category>angular</category><category>signals</category><category>http</category></item><item><title>Note — Jun 9, 2026</title><link>https://pieper.io/notes/#2026-06-09-at-let-template-variables</link><guid isPermaLink="true">https://pieper.io/notes/#2026-06-09-at-let-template-variables</guid><description>Angular&apos;s declares a local variable directly in the template — no extra component property or alias on a pipe needed. Useful whenever a signal or async result is referenced more than once in a templat…</description><pubDate>Tue, 09 Jun 2026 00:00:00 GMT</pubDate><category>angular</category><category>templates</category></item></channel></rss>