<?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>How to Archives - this is how i code</title>
	<atom:link href="https://thisishowicode.com/category/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>https://thisishowicode.com/category/how-to/</link>
	<description>my personal journey through creating with code</description>
	<lastBuildDate>Sat, 06 Jul 2024 17:03:22 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>Lint PHP version breaking changes with phpcs</title>
		<link>https://thisishowicode.com/lint-php-version-breaking-changes-with-phpcs/</link>
					<comments>https://thisishowicode.com/lint-php-version-breaking-changes-with-phpcs/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 06 Jul 2024 17:02:41 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bugfixing]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1266</guid>

					<description><![CDATA[<p>Upgrading the php version on your server doesn&#8217;t come without risks. With all coding languages, old features can become deprecated or even removed. Trawling through a codebase manually to check it&#8217;s still all going to work doesn&#8217;t sound fun. So this article shows how to lint php version breaking changes. Prerequisites You&#8217;ll need PHP&#8217;s equivalent [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/lint-php-version-breaking-changes-with-phpcs/">Lint PHP version breaking changes with phpcs</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/lint-php-version-breaking-changes-with-phpcs/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to use TypeScript with React: A Brief Overview</title>
		<link>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/</link>
					<comments>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 09 Jun 2024 20:30:56 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[React]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1269</guid>

					<description><![CDATA[<p>I went bravely from using js to jsx files. Then I overcame the gag reflex to write html in javascript. It was time to cover the final threshold with TypeScript and the tsx filetype. In this article, I cover briefly, how to use TypeScript with React. Defining types within functions If you&#8217;re familiar with TypeScript, [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/">How to use TypeScript with React: A Brief Overview</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-use-typescript-with-react-a-brief-overview/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Unlimited SSL Subdomains in cPanel (with Cloudflare)</title>
		<link>https://thisishowicode.com/unlimited-ssl-subdomains-in-cpanel-with-cloudflare/</link>
					<comments>https://thisishowicode.com/unlimited-ssl-subdomains-in-cpanel-with-cloudflare/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 11 May 2024 11:52:22 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1243</guid>

					<description><![CDATA[<p>SSL certificates on websites are now the norm. They are also useful for subdomains, such as testing environments etc. This post looks at using unlimited ssl subdomains in cpanel, whilst optionally using cloudflare. It doesn&#8217;t have to be hard to set up, but there are some requirements to keep in mind. Prerequisites For hosting, you&#8217;ll [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/unlimited-ssl-subdomains-in-cpanel-with-cloudflare/">Unlimited SSL Subdomains in cPanel (with Cloudflare)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/unlimited-ssl-subdomains-in-cpanel-with-cloudflare/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to immediately call a function in JavaScript (IIFE)</title>
		<link>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/</link>
					<comments>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 28 Apr 2024 10:39:18 +0000</pubDate>
				<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1191</guid>

					<description><![CDATA[<p>Sometimes you might want to run a function without ever having to call it. This is especially useful when you want to declare some global variables, but also keep them private, within a function. This article explains how you can immediately call a function in javascript. What is an IIFE? An Immediately Invoked Function Expression [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/">How to immediately call a function in JavaScript (IIFE)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-immediately-call-a-function-in-javascript-iife/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Allow HTML formatting in JSX with VS Code</title>
		<link>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/</link>
					<comments>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 28 Apr 2024 09:35:57 +0000</pubDate>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1182</guid>

					<description><![CDATA[<p>One of the annoying quirks of writing HTML inside of a javascript file is that, by default, it doesn&#8217;t recognise that you&#8217;re actually writing HTML. In VS Code, this can be fixed by opening your settings.json and adding this option: Oh happy days!</p>
<p>The post <a href="https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/">How to Allow HTML formatting in JSX with VS Code</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-allow-html-formatting-in-jsx-with-vs-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Get Frontend API Data with Javascript</title>
		<link>https://thisishowicode.com/get-frontend-api-data-with-javascript/</link>
					<comments>https://thisishowicode.com/get-frontend-api-data-with-javascript/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Wed, 16 Aug 2023 21:00:57 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Node]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=970</guid>

					<description><![CDATA[<p>Using the native fetch() to get frontend api data with javascript is easier than ever, and works great alongside frameworks such as vue. Grabbing data the old way Before fetch came along, API requests were made using XMLHttpRequest, which didn&#8217;t include the use of Promises. It was a little bit verbose, like so: Grabbing data [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/get-frontend-api-data-with-javascript/">Get Frontend API Data with Javascript</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/get-frontend-api-data-with-javascript/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Enabling https with WAMP/XAMP (SSL)</title>
		<link>https://thisishowicode.com/enabling-https-with-wamp-xamp-ssl/</link>
					<comments>https://thisishowicode.com/enabling-https-with-wamp-xamp-ssl/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Fri, 10 Feb 2023 21:54:44 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=923</guid>

					<description><![CDATA[<p>An SSL certificate provides a secure connection between your website and the visitor&#8217;s browser. All data transmitted is encrypted and protected from eavesdropping and tampering. Wamp doesn&#8217;t come with it enabled out of the box, so here&#8217;s how to set it up. This article assumes you already have Wamp up and running. Enabling https in [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/enabling-https-with-wamp-xamp-ssl/">Enabling https with WAMP/XAMP (SSL)</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/enabling-https-with-wamp-xamp-ssl/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Update a Raspberry Pi</title>
		<link>https://thisishowicode.com/how-to-update-a-raspberry-pi/</link>
					<comments>https://thisishowicode.com/how-to-update-a-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 04 Feb 2023 22:08:27 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=903</guid>

					<description><![CDATA[<p>I&#8217;m always forgetting how to update my raspberry pi, this is just short &#38; to the point cheat sheet. If you&#8217;re accessing the pi remotely, the following commands can be run within a regular powershell terminal via Windows. Just make sure that you have the OpenSSH Client enabled on your windows machine. You should find [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/how-to-update-a-raspberry-pi/">How to Update a Raspberry Pi</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/how-to-update-a-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using Arrays in Javascript: Data Power Moves</title>
		<link>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/</link>
					<comments>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 26 Jan 2023 22:19:25 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Javascript]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=976</guid>

					<description><![CDATA[<p>Arrays are the bread and butter of javascript when it comes to handling data. Especially awhen grabbing data from APIs and filtering results. I&#8217;ve noted some super useful built in methods relating to arrays, to help with all sorts of situations. Get to know these, for great power comes great responsibility&#8230; Filtering an array Array.prototype.filter() [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/">Using Arrays in Javascript: Data Power Moves</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/using-arrays-in-javascript-data-power-moves/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>VS Code Scripts Disabled Error: Fix</title>
		<link>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/</link>
					<comments>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 31 Oct 2021 14:21:57 +0000</pubDate>
				<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[How to]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=884</guid>

					<description><![CDATA[<p>I&#8217;ve started to enjoy using Visual Studio Code as of late, my favourite choice in Code editor (Intellisense ftw). However, if you notice that vs code scripts are disabled using the terminal, you might need a slight configuration. Specifically, if you plan on using it for running global commands. VS Code &#8216;scripts is disabled&#8217; error [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/vs-code-scripts-disabled-error-fix/">VS Code Scripts Disabled Error: Fix</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/vs-code-scripts-disabled-error-fix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
