<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Beginner on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/beginner/</link><description>Recent content in Beginner on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/beginner/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: Setting Up Your Rust Development Environment (Rust 1.94.0)</title><link>https://ai-blog.noorshomelab.dev/rust-mastery-2026/rust-dev-environment-setup/</link><pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/rust-mastery-2026/rust-dev-environment-setup/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome, future Rustacean! You&amp;rsquo;re about to embark on an exciting journey into the world of Rust, a language celebrated for its unparalleled performance, robust memory safety, and delightful developer experience. Whether you&amp;rsquo;re a seasoned developer looking for a new challenge or just starting your coding adventure, Rust offers a powerful toolkit for building reliable and efficient software.&lt;/p&gt;
&lt;p&gt;In this first chapter, our mission is simple: get you up and running with a fully functional Rust development environment. We&amp;rsquo;ll cover the essential tools you&amp;rsquo;ll need, guide you through the installation process for Rust 1.94.0, and help you create and run your very first Rust program. By the end of this chapter, you&amp;rsquo;ll have a solid foundation to explore Rust&amp;rsquo;s unique features, including its groundbreaking memory safety model that we&amp;rsquo;ll start to touch upon. Get ready to write some blazing-fast, secure code!&lt;/p&gt;</description></item><item><title>Chapter 1: The iOS Ecosystem &amp;amp; Your First App</title><link>https://ai-blog.noorshomelab.dev/ios-pro-dev-2026-guide/ios-ecosystem-first-app/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ios-pro-dev-2026-guide/ios-ecosystem-first-app/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome, aspiring iOS developer! You&amp;rsquo;re about to embark on an exciting journey into the world of Apple&amp;rsquo;s mobile operating system. iOS powers billions of devices worldwide, and learning to build apps for it opens up a universe of creative and professional opportunities. This guide is designed to take you from a complete beginner to a confident, professional iOS developer, ready to tackle complex challenges and ship high-quality applications.&lt;/p&gt;
&lt;p&gt;In this first chapter, we&amp;rsquo;ll lay the foundational groundwork. We&amp;rsquo;ll explore the key components of the iOS ecosystem, understand the tools you&amp;rsquo;ll be using, and then get hands-on by setting up your development environment and building your very first &amp;ldquo;Hello, World!&amp;rdquo; application. Don&amp;rsquo;t worry if you&amp;rsquo;ve never coded before or are new to Apple&amp;rsquo;s platforms; we&amp;rsquo;ll take every step together, ensuring you grasp each concept thoroughly.&lt;/p&gt;</description></item><item><title>Introduction: Setting Up Your Swift Lab</title><link>https://ai-blog.noorshomelab.dev/mastering-swift-2026/01-setting-up-your-swift-lab/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/mastering-swift-2026/01-setting-up-your-swift-lab/</guid><description>&lt;h2 id="welcome-to-your-swift-adventure"&gt;Welcome to Your Swift Adventure!&lt;/h2&gt;
&lt;p&gt;Hello, future Swift developer! Are you ready to dive into the exciting world of Apple development and beyond? Swift is a powerful, intuitive, and modern programming language that&amp;rsquo;s both approachable for newcomers and robust enough for complex, production-grade applications. It&amp;rsquo;s the language that powers countless apps on iPhones, iPads, Macs, Apple Watches, and Apple TVs, and it&amp;rsquo;s also making waves in server-side development and machine learning.&lt;/p&gt;</description></item><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><item><title>Chapter 3: Operators, Conditionals &amp;amp; Loops</title><link>https://ai-blog.noorshomelab.dev/mastering-swift-2026/03-operators-conditionals-loops/</link><pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/mastering-swift-2026/03-operators-conditionals-loops/</guid><description>&lt;h2 id="chapter-3-operators-conditionals--loops"&gt;Chapter 3: Operators, Conditionals &amp;amp; Loops&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring Swift developer! In the previous chapters, we laid the groundwork by understanding what Swift is, how to set up your environment, and how to work with variables, constants, and basic data types. Now, it&amp;rsquo;s time to bring our code to life and make it &lt;em&gt;do&lt;/em&gt; things!&lt;/p&gt;
&lt;p&gt;This chapter is all about teaching your programs how to perform calculations, make decisions, and repeat actions. We&amp;rsquo;ll explore &lt;strong&gt;operators&lt;/strong&gt; to manipulate values, &lt;strong&gt;conditionals&lt;/strong&gt; to execute different code paths based on circumstances, and &lt;strong&gt;loops&lt;/strong&gt; to automate repetitive tasks. These are the core building blocks that transform static data into dynamic, interactive applications.&lt;/p&gt;</description></item><item><title>Chapter 4: Introduction to Data Structures and Algorithms</title><link>https://ai-blog.noorshomelab.dev/dsa-typescript-mastery-2026/introduction-dsa/</link><pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/dsa-typescript-mastery-2026/introduction-dsa/</guid><description>&lt;h2 id="introduction-to-data-structures-and-algorithms"&gt;Introduction to Data Structures and Algorithms&lt;/h2&gt;
&lt;p&gt;Welcome, aspiring software engineer! You&amp;rsquo;ve successfully set up your development environment, written your first TypeScript code, and understand the basics of compilation and execution. Now, it&amp;rsquo;s time to dive into the very heart of computer science and software engineering: &lt;strong&gt;Data Structures and Algorithms (DSA)&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;This chapter is your gentle introduction to the world of DSA. We&amp;rsquo;ll explore what data structures and algorithms actually are, why they are indispensable for building efficient and robust applications, and how TypeScript provides a powerful environment for implementing them. Think of this as laying the groundwork for understanding how software truly works under the hood, moving beyond just writing code that &lt;em&gt;functions&lt;/em&gt; to writing code that &lt;em&gt;performs&lt;/em&gt;.&lt;/p&gt;</description></item></channel></rss>