<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Type-Bounds on Dev &amp; Platform Engineering Hub</title><link>https://rhidayat.work/topics/type-bounds/</link><description>Recent content in Type-Bounds on Dev &amp; Platform Engineering Hub</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>© 2026 Rachmat Hidayat</copyright><lastBuildDate>Sun, 09 Aug 2026 11:40:00 +0000</lastBuildDate><atom:link href="https://rhidayat.work/topics/type-bounds/index.xml" rel="self" type="application/rss+xml"/><item><title>TS Ep 30: Generic Constraints (`extends` Keyword)</title><link>https://rhidayat.work/series/typescript/intermediate/06-generic-constraints-extends/</link><pubDate>Sun, 09 Aug 2026 11:40:00 +0000</pubDate><guid>https://rhidayat.work/series/typescript/intermediate/06-generic-constraints-extends/</guid><description>An in-depth guide to Generic Constraints in TypeScript. Learn why unconstrained &lt;code&gt;&amp;lt;T&amp;gt;&lt;/code&gt; limits property access, how &lt;code&gt;&amp;lt;T extends Shape&amp;gt;&lt;/code&gt; establishes lower type bounds, why generic constraints outperform interface parameter types, and how to constrain keys using &lt;code&gt;&amp;lt;K extends keyof T&amp;gt;&lt;/code&gt;.</description></item></channel></rss>