<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tutorials on AI VOID</title><link>https://ai-blog.noorshomelab.dev/categories/tutorials/</link><description>Recent content in Tutorials on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 09 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/categories/tutorials/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Integrate VS Code with Ollama for Local AI Assistance: Step-by-Step Guide</title><link>https://ai-blog.noorshomelab.dev/tutorials/integrate-vscode-ollama-local-ai/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tutorials/integrate-vscode-ollama-local-ai/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;This tutorial will guide you through setting up a powerful, private, and cost-free AI coding assistant directly within your Visual Studio Code environment. By integrating &lt;a href="https://ollama.com/"&gt;Ollama&lt;/a&gt; with the &lt;a href="https://continue.dev/"&gt;Continue VS Code extension&lt;/a&gt;, you&amp;rsquo;ll be able to run large language models (LLMs) locally on your machine. This setup allows for code generation, completion, debugging assistance, and refactoring without relying on external APIs, ensuring complete privacy for your code and eliminating API costs.&lt;/p&gt;</description></item><item><title>How to Build a Basic AI Application with Gradio and OpenAI: Step-by-Step Guide</title><link>https://ai-blog.noorshomelab.dev/tutorials/gradio-openai-basic-ai-app/</link><pubDate>Fri, 03 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tutorials/gradio-openai-basic-ai-app/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;This tutorial will guide you through building a simple AI application that leverages OpenAI&amp;rsquo;s powerful language models and presents them via an intuitive web interface using Gradio. You&amp;rsquo;ll create a text generation tool where users can input a prompt and receive a generated response from an OpenAI model.&lt;/p&gt;
&lt;p&gt;By the end of this tutorial, you will have:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A functional Python script that connects to the OpenAI API.&lt;/li&gt;
&lt;li&gt;A Gradio web interface to interact with your AI model.&lt;/li&gt;
&lt;li&gt;A basic understanding of how to set up and run a local AI application.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This setup is incredibly useful for quickly prototyping AI models, sharing demos, or building internal tools without extensive front-end development.&lt;/p&gt;</description></item><item><title>Step-by-Step Tutorials</title><link>https://ai-blog.noorshomelab.dev/tutorials/</link><pubDate>Fri, 09 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tutorials/</guid><description>&lt;p&gt;Practical, single-task focused tutorials that walk you through accomplishing specific goals with clear prerequisites, step-by-step instructions, and working examples.&lt;/p&gt;</description></item><item><title>React Native: Comprehensive Mastery Guide</title><link>https://ai-blog.noorshomelab.dev/guides/react-native-mastery-guide/</link><pubDate>Sun, 24 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/react-native-mastery-guide/</guid><description>&lt;h1 id="react-native-comprehensive-mastery-guide"&gt;React Native: Comprehensive Mastery Guide&lt;/h1&gt;
&lt;hr&gt;
&lt;h2 id="1-introduction-to-react-native"&gt;1. Introduction to React Native&lt;/h2&gt;
&lt;h3 id="what-is-react-native"&gt;What is React Native?&lt;/h3&gt;
&lt;p&gt;React Native is an open-source JavaScript framework for building native mobile applications. Developed by Facebook (now Meta), it allows developers to use their existing JavaScript and React knowledge to create high-performance, cross-platform applications for iOS and Android from a single codebase. Unlike hybrid web-view-based frameworks, React Native renders to actual native UI components, providing a truly native user experience and performance that is often indistinguishable from apps written in platform-specific languages like Swift/Objective-C for iOS or Java/Kotlin for Android.&lt;/p&gt;</description></item></channel></rss>