<?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>Front End Development Archives - this is how i code</title>
	<atom:link href="https://thisishowicode.com/category/front-end-development/feed/" rel="self" type="application/rss+xml" />
	<link>https://thisishowicode.com/category/front-end-development/</link>
	<description>my personal journey through creating with code</description>
	<lastBuildDate>Wed, 12 Jun 2024 20:28:37 +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>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>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>Quick SASS Setup for WordPress Themes</title>
		<link>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/</link>
					<comments>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sat, 20 Apr 2024 21:12:06 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1135</guid>

					<description><![CDATA[<p>This is my go-to for quickly adding sass functionality to any WordPress theme. Just add the following package.json to your theme folder (assuming you already know how to run npm/node, and have them installed and ready to go): You can grab the package.json code here. I always hate copying and pasting from things like the [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/">Quick SASS Setup for WordPress Themes</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/quick-sass-setup-for-wordpress-themes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Improving My CSS Skills &#8211; 6 New Things</title>
		<link>https://thisishowicode.com/improving-my-css-skills-6-new-things/</link>
					<comments>https://thisishowicode.com/improving-my-css-skills-6-new-things/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Thu, 17 Aug 2023 21:27:12 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=1011</guid>

					<description><![CDATA[<p>Here are some new things that I&#8217;ve learned with CSS, which solve common real-word problems. I&#8217;m always looking at improving my css skills (who doesn&#8217;t!) Here are 6 of the latest things I&#8217;ve discovered: Fitting that round image in a square peg Sometimes you want an image to always fill a space, for example as [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/improving-my-css-skills-6-new-things/">Improving My CSS Skills &#8211; 6 New Things</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/improving-my-css-skills-6-new-things/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>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>Adblock and your stylesheet &#8211; they don&#8217;t play nice</title>
		<link>https://thisishowicode.com/adblock-and-your-stylesheet-they-dont-play-nice/</link>
					<comments>https://thisishowicode.com/adblock-and-your-stylesheet-they-dont-play-nice/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 05 Sep 2021 11:33:50 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Bugfixing]]></category>
		<category><![CDATA[Front End Development]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=701</guid>

					<description><![CDATA[<p>Have you ever had a situation where your css just doesn&#8217;t seem to be working. You know you added the styles, but they just refuse to show up in the inspector? Fun fact: It might just be your browser&#8217;s adblock stylesheet. What&#8217;s adblock doing to my stylesheet? Hopefully you use good namespacing when you create [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/adblock-and-your-stylesheet-they-dont-play-nice/">Adblock and your stylesheet &#8211; they don&#8217;t play nice</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/adblock-and-your-stylesheet-they-dont-play-nice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Improving My JavaScript Skills &#8211; 5 Things</title>
		<link>https://thisishowicode.com/improving-my-javascript-skills-5-things/</link>
					<comments>https://thisishowicode.com/improving-my-javascript-skills-5-things/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Sun, 11 Jul 2021 13:16:16 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<guid isPermaLink="false">https://thisishowicode.com/?p=773</guid>

					<description><![CDATA[<p>I&#8217;m always improving my javascript skills when I&#8217;m learning something new. Sometimes it&#8217;s worth going over existing skills again to reinforce that knowledge. I&#8217;ve found these 5 things to be pretty powerful. 1. Underscoring Variables and Namespacing events These is more helpful for code readability, rather than it being a particular feature. The first uses [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/improving-my-javascript-skills-5-things/">Improving My JavaScript Skills &#8211; 5 Things</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/improving-my-javascript-skills-5-things/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Essential Web Development Tools and Resources I Need</title>
		<link>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/</link>
					<comments>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Tue, 21 Jul 2020 22:44:10 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[Front End Development]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=46</guid>

					<description><![CDATA[<p>Everybody has their own set of essential web development tools. Here are a couple mine I thought I&#8217;d share. I might later add some more, as and when I find them. Jquery to vanilla js tobiasahlin.com/blog/move-from-jquery-to-vanilla-javascript This is a good quick reference comparison of jquery and javascript. There may be a need for one or [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/">The Essential Web Development Tools and Resources I Need</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/essential-web-development-tools-and-resources-i-need/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Web Development &#038; Design Theory: Make them work in a Project</title>
		<link>https://thisishowicode.com/web-development-design-theory-make-them-work-in-project/</link>
					<comments>https://thisishowicode.com/web-development-design-theory-make-them-work-in-project/#respond</comments>
		
		<dc:creator><![CDATA[Jason M]]></dc:creator>
		<pubDate>Tue, 14 Jul 2020 22:39:45 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Front End Development]]></category>
		<category><![CDATA[Self Improvement]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Workflow]]></category>
		<guid isPermaLink="false">http://thisishowicode.com/?p=34</guid>

					<description><![CDATA[<p>I spent some time studying Graphic Design whilst at college. This article is a good, basic primer on design theory. Though taught as part of a Graphic Design course, I&#8217;ve found it to be just as useful in web design, front end development in particular. Web Development &#38; Design theory just work well together. The [&#8230;]</p>
<p>The post <a href="https://thisishowicode.com/web-development-design-theory-make-them-work-in-project/">Web Development &#038; Design Theory: Make them work in a Project</a> appeared first on <a href="https://thisishowicode.com">this is how i code</a>.</p>
]]></description>
		
					<wfw:commentRss>https://thisishowicode.com/web-development-design-theory-make-them-work-in-project/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
