<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel>
<title>Programatium Workshop</title>
<link>https://programatium.com/</link>
<description>Small programs, inspected at the seams.</description>
<language>en</language>
<item><title>Cancel Fetch Requests with AbortController</title><link>https://programatium.com/cancel-fetch-abortcontroller/</link><guid>https://programatium.com/cancel-fetch-abortcontroller/</guid><description>Cancel a fetch request by creating an `AbortController` and passing its `signal` to `fetch()`, then calling `controller.abort()` when the user cancels, a…</description></item>
<item><title>JavaScript Optional Chaining: Uses and Traps</title><link>https://programatium.com/javascript-optional-chaining/</link><guid>https://programatium.com/javascript-optional-chaining/</guid><description>Optional chaining (`?.`) accesses a property, computed element, or optional function when the value immediately to its left may be `null` or `undefined`;…</description></item>
</channel></rss>
