<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Setup on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/setup/</link><description>Recent content in Setup on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 02 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/setup/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 1: Project Setup and Initializing the Rust Workspace</title><link>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-01-project-setup/</link><pubDate>Mon, 02 Mar 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/stellar-gen-guide/chapter-01-project-setup/</guid><description>&lt;h2 id="chapter-1-project-setup-and-initializing-the-rust-workspace"&gt;Chapter 1: Project Setup and Initializing the Rust Workspace&lt;/h2&gt;
&lt;p&gt;Welcome to the beginning of an exciting journey where we&amp;rsquo;ll build a modern, high-performance Static Site Generator (SSG) using Rust. This project aims to create a robust, production-ready system inspired by the architectural elegance of tools like Hugo and the component-driven flexibility of Astro, but with the raw speed and safety benefits of Rust. We&amp;rsquo;ll cover everything from fundamental parsing to advanced deployment strategies, ensuring you gain a deep understanding of SSG internals.&lt;/p&gt;</description></item><item><title>Chapter 1: Setting Up Your TanStack Workspace</title><link>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/01-setup-workspace/</link><pubDate>Wed, 07 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tanstack-mastery-2026/01-setup-workspace/</guid><description>&lt;h2 id="chapter-1-setting-up-your-tanstack-workspace"&gt;Chapter 1: Setting Up Your TanStack Workspace&lt;/h2&gt;
&lt;p&gt;Welcome, future TanStack wizard! In this exciting journey, we&amp;rsquo;re going to unlock the full potential of the TanStack ecosystem, building powerful, performant, and maintainable web applications. But before we can build our masterpiece, we need a solid foundation. Think of this chapter as setting up your ultimate developer workshop – clean, organized, and ready for action!&lt;/p&gt;
&lt;p&gt;This chapter is all about getting our hands dirty with the initial project setup. We&amp;rsquo;ll choose modern, efficient tools to create a robust development environment tailored for TanStack. By the end of this chapter, you&amp;rsquo;ll have a fully functional React application, powered by Vite and TypeScript, with the core TanStack libraries installed and ready to go. No prior TanStack knowledge is required, just a basic understanding of React and JavaScript/TypeScript.&lt;/p&gt;</description></item><item><title>Chapter 1: Getting Started: Your First Typed Program</title><link>https://ai-blog.noorshomelab.dev/ts-mastery-2025/getting-started-first-typed-program/</link><pubDate>Fri, 05 Dec 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ts-mastery-2025/getting-started-first-typed-program/</guid><description>&lt;h2 id="chapter-1-getting-started-your-first-typed-program"&gt;Chapter 1: Getting Started: Your First Typed Program&lt;/h2&gt;
&lt;p&gt;Welcome, future TypeScript wizard! Are you ready to embark on an exciting journey from zero to mastery in TypeScript? We&amp;rsquo;re going to build a solid foundation, starting right here with the absolute basics, and gradually work our way up to advanced patterns and production-ready best practices. No prior TypeScript experience? No problem! Just bring your curiosity and a basic understanding of JavaScript.&lt;/p&gt;</description></item><item><title>Introduction to Rust (v1.90.0)</title><link>https://ai-blog.noorshomelab.dev/rust-guide/introduction-to-rust/</link><pubDate>Sat, 25 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/rust-guide/introduction-to-rust/</guid><description>&lt;h1 id="introduction-to-rust-v1900"&gt;Introduction to Rust (v1.90.0)&lt;/h1&gt;
&lt;p&gt;Welcome to the exciting world of Rust programming! This chapter will introduce you to Rust, explain why it&amp;rsquo;s a valuable language to learn, briefly touch upon its history, and most importantly, guide you through setting up your development environment. By the end of this chapter, you&amp;rsquo;ll have Rust and its powerful tooling ready on your machine.&lt;/p&gt;
&lt;h2 id="what-is-rust"&gt;What is Rust?&lt;/h2&gt;
&lt;p&gt;Rust is a modern systems programming language that focuses on three primary goals: &lt;strong&gt;safety&lt;/strong&gt;, &lt;strong&gt;performance&lt;/strong&gt;, and &lt;strong&gt;concurrency&lt;/strong&gt;. Developed by Mozilla and now a community-driven project, Rust aims to provide the control and performance of low-level languages like C and C++, but with guarantees of memory safety and thread safety that prevent entire classes of bugs at compile time.&lt;/p&gt;</description></item><item><title>Setting Up Your Redis Environment</title><link>https://ai-blog.noorshomelab.dev/redis-guide/setting-up-environment/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-guide/setting-up-environment/</guid><description>&lt;p&gt;Before you can start harnessing the power of Redis, you need to set up your development environment. This involves installing the Redis server, and then configuring the necessary client libraries for Node.js and Python.&lt;/p&gt;
&lt;h3 id="prerequisites"&gt;Prerequisites&lt;/h3&gt;
&lt;p&gt;Make sure you have the following installed on your system:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Operating System&lt;/strong&gt;: Linux (Ubuntu, Debian, CentOS, Rocky Linux, AlmaLinux), macOS, or Windows (using WSL2 or Docker is recommended for Windows).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Node.js&lt;/strong&gt;: Version 18.x or later. You can download it from &lt;a href="https://nodejs.org/"&gt;nodejs.org&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Python&lt;/strong&gt;: Version 3.8 or later. You can download it from &lt;a href="https://www.python.org/"&gt;python.org&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;npm&lt;/code&gt; or &lt;code&gt;yarn&lt;/code&gt;&lt;/strong&gt;: Package manager for Node.js.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;code&gt;pip&lt;/code&gt;&lt;/strong&gt;: Package installer for Python.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Docker (Optional but Recommended for Windows/macOS)&lt;/strong&gt;: Simplifies Redis installation. Download from &lt;a href="https://www.docker.com/products/docker-desktop/"&gt;docker.com&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="1-installing-redis-server"&gt;1. Installing Redis Server&lt;/h3&gt;
&lt;p&gt;There are several ways to install Redis, depending on your operating system.&lt;/p&gt;</description></item><item><title>Chapter 1: Setting Up Your TypeScript Playground</title><link>https://ai-blog.noorshomelab.dev/dsa-typescript-mastery-2026/setup-typescript-playground/</link><pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/dsa-typescript-mastery-2026/setup-typescript-playground/</guid><description>&lt;h2 id="welcome-to-your-dsa-adventure"&gt;Welcome to Your DSA Adventure!&lt;/h2&gt;
&lt;p&gt;Hello, future algorithm master! Welcome to the very first chapter of your journey into Data Structures and Algorithms (DSA) with TypeScript. This course is designed to take you from a complete beginner in DSA to someone who can confidently tackle complex problems, armed with deep understanding and practical TypeScript skills.&lt;/p&gt;
&lt;p&gt;In this chapter, we&amp;rsquo;re going to lay the groundwork for our entire learning experience. Think of it as preparing your workbench before starting a big project. We&amp;rsquo;ll install the essential tools, configure our development environment, and make sure everything is humming along smoothly. By the end of this chapter, you&amp;rsquo;ll have a fully functional TypeScript playground ready to write, compile, and run your DSA solutions. This crucial first step ensures you spend less time battling environment issues and more time mastering algorithms!&lt;/p&gt;</description></item><item><title>A Comprehensive Guide to Guide to OpenZL covering what it is, setup, core concepts, use cases with examples, integration, best practices, troubleshooting, alternatives as of January 2026. Chapters</title><link>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/</link><pubDate>Mon, 26 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/openzl-mastery-2026/</guid><description>&lt;p&gt;Welcome to the complete collection of chapters dedicated to OpenZL mastery. This section provides an in-depth exploration, guiding you from fundamental setup and core concepts through advanced integration techniques and troubleshooting. Prepare to unlock the full potential of OpenZL with practical examples and best practices.&lt;/p&gt;</description></item></channel></rss>