<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Arrays on Dev &amp; Platform Engineering Hub</title><link>https://rhidayat.work/topics/arrays/</link><description>Recent content in Arrays 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 13:00:00 +0000</lastBuildDate><atom:link href="https://rhidayat.work/topics/arrays/index.xml" rel="self" type="application/rss+xml"/><item><title>TS Ep 46: Inferring Tuples and Arrays</title><link>https://rhidayat.work/series/typescript/advanced/06-infer-with-tuples-and-arrays/</link><pubDate>Sun, 09 Aug 2026 13:00:00 +0000</pubDate><guid>https://rhidayat.work/series/typescript/advanced/06-infer-with-tuples-and-arrays/</guid><description>Pattern matching with &lt;code&gt;infer&lt;/code&gt; isn&amp;rsquo;t just for Promises and Objects. You can deconstruct Tuples and Arrays element by element in Type Space, mirroring the exact syntax of JavaScript&amp;rsquo;s array destructuring and spread operators.</description></item><item><title>TS Ep 5: Arrays, Tuples, and Readonly Collections</title><link>https://rhidayat.work/series/typescript/fundamental/05-arrays-and-tuples/</link><pubDate>Sun, 09 Aug 2026 10:20:00 +0000</pubDate><guid>https://rhidayat.work/series/typescript/fundamental/05-arrays-and-tuples/</guid><description>An exhaustive guide to typing collections in TypeScript. Learn the syntax differences between T[] and Array&lt;!-- raw HTML omitted --&gt;, union array typing precedence, labeled tuple elements, rest tuples, and why readonly arrays prevent array mutation bugs.</description></item><item><title>Go Ep 4: Arrays, Slices &amp; Memory Capacity</title><link>https://rhidayat.work/series/go/04-arrays-slices-and-capacity/</link><pubDate>Sun, 09 Aug 2026 08:30:00 +0000</pubDate><guid>https://rhidayat.work/series/go/04-arrays-slices-and-capacity/</guid><description>&lt;div class="lead text-neutral-500 dark:text-neutral-400 !mb-9 text-xl"&gt;
 In Go, an &lt;strong&gt;Array&lt;/strong&gt; has a fixed length determined at compile time. A &lt;strong&gt;Slice&lt;/strong&gt; is a lightweight, dynamically sized view into an underlying array. Understanding slice capacity (&lt;code&gt;cap&lt;/code&gt;) prevents accidental memory reallocation overhead.
&lt;/div&gt;</description></item></channel></rss>