<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Constants on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/constants/</link><description>Recent content in Constants on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 26 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/constants/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 2: First Steps - Variables, Constants &amp;amp; Basic Types</title><link>https://ai-blog.noorshomelab.dev/mastering-swift-2026/02-variables-constants-basic-types/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/mastering-swift-2026/02-variables-constants-basic-types/</guid><description>&lt;h2 id="chapter-2-first-steps---variables-constants--basic-types"&gt;Chapter 2: First Steps - Variables, Constants &amp;amp; Basic Types&lt;/h2&gt;
&lt;p&gt;Welcome back, future Swift developer! In Chapter 1, we set up our development environment, which means we&amp;rsquo;re now ready to get our hands dirty and write some actual Swift code. This chapter is all about the fundamental building blocks of any program: how we store and manage information.&lt;/p&gt;
&lt;p&gt;Think of programming as telling a story. To tell a story, you need characters, settings, and events. In programming, these &amp;ldquo;characters&amp;rdquo; and &amp;ldquo;settings&amp;rdquo; are often pieces of data—numbers, text, true/false values, and more. This chapter will introduce you to variables and constants, which are like named containers for this data, and basic data types, which define what kind of data those containers can hold. By the end of this chapter, you&amp;rsquo;ll be able to declare and use these essential elements to start bringing your ideas to life in Swift!&lt;/p&gt;</description></item></channel></rss>