<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Static Typing on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/static-typing/</link><description>Recent content in Static Typing on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 05 Dec 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/static-typing/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: The Core Building Blocks: Basic Types</title><link>https://ai-blog.noorshomelab.dev/ts-mastery-2025/core-building-blocks-basic-types/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ts-mastery-2025/core-building-blocks-basic-types/</guid><description>&lt;h2 id="chapter-2-the-core-building-blocks-basic-types"&gt;Chapter 2: The Core Building Blocks: Basic Types&lt;/h2&gt;
&lt;p&gt;Welcome back, future TypeScript master! In Chapter 1, we set up our development environment and got a taste of what TypeScript offers. Now, it&amp;rsquo;s time to dive into the heart of TypeScript: &lt;strong&gt;types&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This chapter is your foundational tour through the most common and essential data types that TypeScript provides. We&amp;rsquo;ll explore how to declare variables with specific types, understand why this is so powerful, and see how TypeScript helps you catch errors &lt;em&gt;before&lt;/em&gt; your code even runs. Think of types as the blueprints for your data – they define what kind of information a variable can hold, making your code more predictable and robust.&lt;/p&gt;</description></item></channel></rss>