<?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>node Archives - Timo Ernst</title>
	<atom:link href="https://www.timo-ernst.net/blog/tag/node/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.timo-ernst.net/blog/tag/node/</link>
	<description>Developer • YouTuber • Blogger</description>
	<lastBuildDate>Sun, 18 Oct 2020 18:32:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.timo-ernst.net/wp-content/uploads/2021/03/cropped-Timo-Ernst-Small-32x32.jpg</url>
	<title>node Archives - Timo Ernst</title>
	<link>https://www.timo-ernst.net/blog/tag/node/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Can You Code On iPhone?</title>
		<link>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/</link>
					<comments>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Tue, 13 Oct 2020 19:46:50 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[playjs]]></category>
		<category><![CDATA[react]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4316</guid>

					<description><![CDATA[<p>Few days ago while watching the Apple iPhone 12 keynote I wondered – Could you use this thing as a device to do programming on? So I tried. In this Video I will try to build a React + Node/Express app entirely on my iPhone SE using my favourite iOS IDE PlayJs.</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/">Can You Code On iPhone?</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/05/02/can-you-code-on-an-ipad-pro/" rel="bookmark" title="Can you code on an iPad Pro?">Can you code on an iPad Pro?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/11/25/testing-if-iphone-12-mini-is-a-worthy-upgrade-for-iphone-5-5s-se/" rel="bookmark" title="Is iPhone 12 Mini a Worthy Upgrade for iPhone 5/5s/SE?">Is iPhone 12 Mini a Worthy Upgrade for iPhone 5/5s/SE?</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/" rel="bookmark" title="Tutorial: Auto-Complete Search with React, Node and Framework7">Tutorial: Auto-Complete Search with React, Node and Framework7</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2020/10/13/can-you-code-on-iphone/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Tutorial: Auto-Complete Search with React, Node and Framework7</title>
		<link>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/</link>
					<comments>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/#respond</comments>
		
		<dc:creator><![CDATA[Timo]]></dc:creator>
		<pubDate>Fri, 02 Nov 2018 22:48:21 +0000</pubDate>
				<category><![CDATA[Nerd stuff]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[framework7]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[react]]></category>
		<guid isPermaLink="false">https://www.timo-ernst.net/?p=4126</guid>

					<description><![CDATA[<p>In this tutorial I will explain how you can easily use Framework7&#8217;s autocomplete feature for search input fields using React and web services with Node.js Source code on GitHub: https://github.com/valnub/f7-node-autocomplete-search-demo</p>
<p>The post <a href="https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/">Tutorial: Auto-Complete Search with React, Node and Framework7</a> appeared first on <a href="https://www.timo-ernst.net">Timo Ernst</a>.</p>
<div class='yarpp yarpp-related yarpp-related-rss yarpp-template-list'>
<!-- YARPP List -->
<h2>Related posts:</h2><ol>
<li><a href="https://www.timo-ernst.net/blog/2020/09/12/arrows-in-react-swiper-js-how-to-customize-prev-next-button/" rel="bookmark" title="Arrows in React Swiper Js: How to Customize Prev/Next Button">Arrows in React Swiper Js: How to Customize Prev/Next Button</a></li>
<li><a href="https://www.timo-ernst.net/blog/2020/07/12/swiperjs-react-video-tutorial-2020/" rel="bookmark" title="SwiperJS React Video Tutorial | 2020">SwiperJS React Video Tutorial | 2020</a></li>
<li><a href="https://www.timo-ernst.net/blog/2018/04/11/how-to-use-framework7-v2-router-tutorial/" rel="bookmark" title="How to use Framework7 V2 Router Tutorial">How to use Framework7 V2 Router Tutorial</a></li>
</ol>
</div>
]]></description>
		
					<wfw:commentRss>https://www.timo-ernst.net/blog/2018/11/02/tutorial-auto-complete-search-with-react-node-and-framework7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
