<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Code Archives - Cloudspoint</title>
	<atom:link href="https://cloudspoint.xyz/category/code/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Learn Cloud &#38; Web Programming</description>
	<lastBuildDate>Wed, 15 Oct 2025 08:54:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://cloudspoint.xyz/wp-content/uploads/2020/02/cropped-android-chrome-512x5121-1-32x32.png</url>
	<title>Code Archives - Cloudspoint</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is GitHub Script?</title>
		<link>https://cloudspoint.xyz/what-is-github-script/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Tue, 14 Oct 2025 05:17:39 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=438</guid>

					<description><![CDATA[<p>GitHub Script is a workflow action that provides you with access to the GitHub API from within your GitHub Actions. It offers convenient support for any API usage available in octokit/rest.js . Suppose you maintain a vibrant GitHub repository. Your project has a substantial number of consumers and contributors, and you want to ensure they &#8230; <a href="https://cloudspoint.xyz/what-is-github-script/" class="more-link">Continue reading<span class="screen-reader-text"> "What is GitHub Script?"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/what-is-github-script/">What is GitHub Script?</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>What is Git Version Control ?</title>
		<link>https://cloudspoint.xyz/what-is-git-version-control/</link>
					<comments>https://cloudspoint.xyz/what-is-git-version-control/#respond</comments>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Sat, 18 Nov 2023 19:35:41 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=1839</guid>

					<description><![CDATA[<p>Git Version Control: A Powerful Tool for Software Development Git is a free and open source distributed version control system that allows software developers to manage their projects efficiently and collaboratively. Git has many features and advantages that make it one of the most popular and widely used version control systems in the world. In &#8230; <a href="https://cloudspoint.xyz/what-is-git-version-control/" class="more-link">Continue reading<span class="screen-reader-text"> "What is Git Version Control ?"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/what-is-git-version-control/">What is Git Version Control ?</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://cloudspoint.xyz/what-is-git-version-control/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is Software Testing &#8211; Definition and Explanation</title>
		<link>https://cloudspoint.xyz/software-testing/</link>
					<comments>https://cloudspoint.xyz/software-testing/#respond</comments>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 21:30:32 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=1715</guid>

					<description><![CDATA[<p>When you test, either by writing code or performing manual testing, you do so because you want to ensure that your software works as intended. This unit focuses on writing code that tests various parts of your application code. The test code won&#8217;t ship with the application code. Think of test code as scaffolding that &#8230; <a href="https://cloudspoint.xyz/software-testing/" class="more-link">Continue reading<span class="screen-reader-text"> "What is Software Testing &#8211; Definition and Explanation"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/software-testing/">What is Software Testing &#8211; Definition and Explanation</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://cloudspoint.xyz/software-testing/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GitHub Actions and Workflows: A Beginner&#8217;s Guide</title>
		<link>https://cloudspoint.xyz/github-actions-and-workflows/</link>
					<comments>https://cloudspoint.xyz/github-actions-and-workflows/#respond</comments>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Sat, 31 Dec 2022 05:53:04 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=1596</guid>

					<description><![CDATA[<p>GitHub Actions is a feature of GitHub that allows users to automate tasks directly on GitHub. It provides a way for users to easily create custom automated workflows or &#8220;Actions&#8221; that can be triggered by various events such as pushing code to the repository, creating or editing an issue, or manually triggering the workflow. These &#8230; <a href="https://cloudspoint.xyz/github-actions-and-workflows/" class="more-link">Continue reading<span class="screen-reader-text"> "GitHub Actions and Workflows: A Beginner&#8217;s Guide"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/github-actions-and-workflows/">GitHub Actions and Workflows: A Beginner&#8217;s Guide</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://cloudspoint.xyz/github-actions-and-workflows/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is PowerShell?</title>
		<link>https://cloudspoint.xyz/what-is-powershell/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Mon, 24 Oct 2022 20:30:50 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=682</guid>

					<description><![CDATA[<p>PowerShell Microsoft PowerShell is a free and open source command shell, scripting language, and remote management framework. PowerShell is intended for network administrators, cloud hosting administration, not professional web programmers, and has replaced the old CMD shell and VBScript as the most popular shell and scripting language for Windows. PowerShell is also available for GNU/Linux &#8230; <a href="https://cloudspoint.xyz/what-is-powershell/" class="more-link">Continue reading<span class="screen-reader-text"> "What is PowerShell?"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/what-is-powershell/">What is PowerShell?</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to Create views and templates in Django</title>
		<link>https://cloudspoint.xyz/how-to-create-views-and-templates-in-django/</link>
					<comments>https://cloudspoint.xyz/how-to-create-views-and-templates-in-django/#respond</comments>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Sun, 23 Oct 2022 19:44:05 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=1408</guid>

					<description><![CDATA[<p>When you&#8217;re first beginning to create websites, having static pages seems only natural. But what if you want to get a little creative and have data change per user or per page? That&#8217;s where using templates can ease the process of developing apps. Templates give you the option to use the same page multiple times &#8230; <a href="https://cloudspoint.xyz/how-to-create-views-and-templates-in-django/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Create views and templates in Django"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/how-to-create-views-and-templates-in-django/">How to Create views and templates in Django</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://cloudspoint.xyz/how-to-create-views-and-templates-in-django/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Build a Basic Web App with Visual Studio Code</title>
		<link>https://cloudspoint.xyz/build-a-basic-web-app-with-visual-studio-code/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Sat, 11 Jun 2022 04:23:16 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=671</guid>

					<description><![CDATA[<p>In the last post, we created a simple, auto-generated HTML file named index.html. Let&#8217;s pick up where we left off and make a web app we can run on a local server. First test web app : Hello World For a first test to see the minimal code we can run, we&#8217;ll add some content &#8230; <a href="https://cloudspoint.xyz/build-a-basic-web-app-with-visual-studio-code/" class="more-link">Continue reading<span class="screen-reader-text"> "Build a Basic Web App with Visual Studio Code"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/build-a-basic-web-app-with-visual-studio-code/">Build a Basic Web App with Visual Studio Code</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Visual Studio Code for web developers</title>
		<link>https://cloudspoint.xyz/visual-studio-code-for-web-developers/</link>
					<comments>https://cloudspoint.xyz/visual-studio-code-for-web-developers/#respond</comments>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Tue, 07 Jun 2022 09:35:28 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=1255</guid>

					<description><![CDATA[<p>Visual Studio Code is an open source, lightweight, and full-featured text editor that supports a multitude of extensions for all kinds of developers. If you are getting started in the larger world of web development, Visual Studio Code can be a valuable tool. Features such as build scripts, environments, debugging, and more, combined with its &#8230; <a href="https://cloudspoint.xyz/visual-studio-code-for-web-developers/" class="more-link">Continue reading<span class="screen-reader-text"> "Visual Studio Code for web developers"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/visual-studio-code-for-web-developers/">Visual Studio Code for web developers</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
					<wfw:commentRss>https://cloudspoint.xyz/visual-studio-code-for-web-developers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Create a GitHub Action to deploy to Azure AKS</title>
		<link>https://cloudspoint.xyz/create-a-github-action-to-deploy-to-azure-aks/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Wed, 16 Feb 2022 19:18:13 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Code]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=612</guid>

					<description><![CDATA[<p>In this unit, you&#8217;ll complete the following tasks: Create a GitHub Action to implement a deployment pipeline Increment the coupon service version in the Helm chart, Verify that the changes were deployed to the AKS cluster, Roll back a deployment Create the deployment action Create a GitHub Action for cloud deployment(vps promo) of the coupon &#8230; <a href="https://cloudspoint.xyz/create-a-github-action-to-deploy-to-azure-aks/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Create a GitHub Action to deploy to Azure AKS"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/create-a-github-action-to-deploy-to-azure-aks/">How to Create a GitHub Action to deploy to Azure AKS</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>3 Sites to Learn to Code &#8211; for Free 2022 &#8211; Online</title>
		<link>https://cloudspoint.xyz/3-sites-to-learn-to-code-for-free-f56ytsq/</link>
		
		<dc:creator><![CDATA[cl_admin]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 01:12:34 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[web dev]]></category>
		<guid isPermaLink="false">https://cloudspoint.xyz/?p=216</guid>

					<description><![CDATA[<p>1. Codecademy Learn the technical skills you need for the job you want. As leaders in online education and learning to code, we’ve taught over 45 million people using a tested curriculum and an interactive learning environment. Start with HTML, CSS, JavaScript, SQL, Python, Data Science, and more. &#160; 2. Pluralsight courses &#8211; FREE WEEKLY &#8230; <a href="https://cloudspoint.xyz/3-sites-to-learn-to-code-for-free-f56ytsq/" class="more-link">Continue reading<span class="screen-reader-text"> "3 Sites to Learn to Code &#8211; for Free 2022 &#8211; Online"</span></a></p>
<p>The post <a href="https://cloudspoint.xyz/3-sites-to-learn-to-code-for-free-f56ytsq/">3 Sites to Learn to Code &#8211; for Free 2022 &#8211; Online</a> appeared first on <a href="https://cloudspoint.xyz">Cloudspoint</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
