<?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>Vue.js &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/tag/vue-js/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 10 Nov 2020 13:59:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Building Serverless Land: Part 2 – An auto-building static site</title>
		<link>https://noise.getoto.net/2020/11/10/building-serverless-land-part-2-an-auto-building-static-site/</link>
		
		<dc:creator><![CDATA[Benjamin Smith]]></dc:creator>
		<pubDate>Tue, 10 Nov 2020 13:59:32 +0000</pubDate>
				<category><![CDATA[Application Services*]]></category>
		<category><![CDATA[AWS Amplify]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Front-End Web & Mobile]]></category>
		<category><![CDATA[node.js]]></category>
		<category><![CDATA[nuxt]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[serverlessland]]></category>
		<category><![CDATA[static websites]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vue.js]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=3052ecf856c9cf3525bdfaee5c17c654</guid>

					<description><![CDATA[In this two-part blog series, I show how serverlessland.com is built. This is a static website that brings together all the latest blogs, videos, and training for AWS serverless. It automatically aggregates content from a number of sources. The content exists in a static JSON file, which generates a new static site each time it [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building Serverless Land: Part 1 – Automating content aggregation</title>
		<link>https://noise.getoto.net/2020/11/03/building-serverless-land-part-1-automating-content-aggregation/</link>
		
		<dc:creator><![CDATA[Benjamin Smith]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 14:07:02 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[Application Integration]]></category>
		<category><![CDATA[Application Services*]]></category>
		<category><![CDATA[AWS Amplify]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[Compute]]></category>
		<category><![CDATA[Front-End Web & Mobile]]></category>
		<category><![CDATA[nuxt]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[static websites]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Vue.js]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=05ad5d6e7ca13951f688ed338b7298b1</guid>

					<description><![CDATA[In this two part blog series, I show how serverlessland.com is built. This is a static website that brings together all the latest blogs, videos, and training for AWS Serverless. It automatically aggregates content from a number of sources. The content exists in static JSON files, which generate a new site build each time they [&#8230;]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using serverless backends to iterate quickly on web apps – part 3</title>
		<link>https://noise.getoto.net/2020/08/31/using-serverless-backends-to-iterate-quickly-on-web-apps-part-3/</link>
		
		<dc:creator><![CDATA[James Beswick]]></dc:creator>
		<pubDate>Mon, 31 Aug 2020 14:23:17 +0000</pubDate>
				<category><![CDATA[Amazon Rekognition]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Vue.js]]></category>
		<category><![CDATA[Web app]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9d0a7536c76eff49a3d817f5d9b7112e</guid>

					<description><![CDATA[Previously in this series, you deploy a simple workflow for processing image uploads in the Happy Path web application. In this post, you add progressively more complex functionality by deploying new versions of workflows.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Using serverless backends to iterate quickly on web apps – part 2</title>
		<link>https://noise.getoto.net/2020/08/24/using-serverless-backends-to-iterate-quickly-on-web-apps-part-2/</link>
		
		<dc:creator><![CDATA[James Beswick]]></dc:creator>
		<pubDate>Mon, 24 Aug 2020 13:27:42 +0000</pubDate>
				<category><![CDATA[Amazon EventBridge]]></category>
		<category><![CDATA[AWS Lambda]]></category>
		<category><![CDATA[AWS Serverless Application Model]]></category>
		<category><![CDATA[AWS Step Functions]]></category>
		<category><![CDATA[serverless]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Vue.js]]></category>
		<category><![CDATA[Web app]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=bde03f3760be09f701d37d64b2243484</guid>

					<description><![CDATA[This post focuses on the business logic layer of the Happy Path application. I introduce Step Functions and show how you can use Amazon States Languages (ASL) to define state machines.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 35/110 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2025-12-11 12:46:08 by W3 Total Cache
-->