<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Modules on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/modules/</link><description>Recent content in Modules 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/modules/index.xml" rel="self" type="application/rss+xml"/><item><title>Intermediate Topics: Modules, Crates, and the Cargo Ecosystem</title><link>https://ai-blog.noorshomelab.dev/rust-guide/intermediate-modules-crates-cargo/</link><pubDate>Sat, 25 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/rust-guide/intermediate-modules-crates-cargo/</guid><description>&lt;h1 id="intermediate-topics-modules-crates-and-the-cargo-ecosystem"&gt;Intermediate Topics: Modules, Crates, and the Cargo Ecosystem&lt;/h1&gt;
&lt;p&gt;As your Rust projects grow in complexity, organizing your code becomes paramount for maintainability, reusability, and collaboration. Rust provides a robust module system, managed by its powerful build tool and package manager, Cargo. This chapter will guide you through understanding Rust&amp;rsquo;s project hierarchy, controlling visibility, and leveraging the rich Cargo ecosystem.&lt;/p&gt;
&lt;h2 id="understanding-the-hierarchy-packages-crates-and-modules"&gt;Understanding the Hierarchy: Packages, Crates, and Modules&lt;/h2&gt;
&lt;p&gt;Rust&amp;rsquo;s code organization follows a clear hierarchy:&lt;/p&gt;</description></item><item><title>Chapter 8: Organizing Your Code: Modules and Namespaces</title><link>https://ai-blog.noorshomelab.dev/ts-mastery-2025/organizing-code-modules-namespaces/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ts-mastery-2025/organizing-code-modules-namespaces/</guid><description>&lt;h2 id="chapter-8-organizing-your-code-modules-and-namespaces"&gt;Chapter 8: Organizing Your Code: Modules and Namespaces&lt;/h2&gt;
&lt;p&gt;Welcome back, coding adventurer! So far, you&amp;rsquo;ve learned to wield TypeScript&amp;rsquo;s powerful type system to write robust and error-free code. You&amp;rsquo;ve mastered types, functions, classes, and even some advanced concepts. But what happens when your project grows from a few files into a sprawling codebase with hundreds of files and thousands of lines of code? How do you keep it all organized, maintainable, and prevent naming conflicts?&lt;/p&gt;</description></item><item><title>Modules, Packages, and Virtual Environments</title><link>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-7-modules-packages-virtual-environments/</link><pubDate>Wed, 03 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/python-mastery-2025/chapter-7-modules-packages-virtual-environments/</guid><description>&lt;h2 id="introduction-organizing-your-python-world"&gt;Introduction: Organizing Your Python World&lt;/h2&gt;
&lt;p&gt;Welcome back, future Pythonista! So far, you&amp;rsquo;ve learned to write individual Python scripts, create variables, use control flow, and even craft your own functions. That&amp;rsquo;s fantastic! But as your programs grow, you&amp;rsquo;ll find that having all your code in one giant file can get messy, hard to manage, and difficult to reuse.&lt;/p&gt;
&lt;p&gt;This chapter is all about bringing order to your Python universe. We&amp;rsquo;ll explore three essential concepts: &lt;strong&gt;Modules&lt;/strong&gt;, &lt;strong&gt;Packages&lt;/strong&gt;, and &lt;strong&gt;Virtual Environments&lt;/strong&gt;. Think of them as the building blocks and organizational tools that professional developers use to keep their projects clean, efficient, and scalable. By the end, you&amp;rsquo;ll understand how to structure your code for maximum reusability, manage external libraries, and ensure your projects play nicely with each other, all while using the very latest stable Python release: &lt;strong&gt;Python 3.14.1&lt;/strong&gt;, which was released on December 2, 2025.&lt;/p&gt;</description></item></channel></rss>