<?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>Rafael Ramos &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/rafael-ramos/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Tue, 03 Jan 2023 16:50:48 +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>Develop a serverless application in Python using Amazon CodeWhisperer</title>
		<link>https://noise.getoto.net/2023/01/03/develop-a-serverless-application-in-python-using-amazon-codewhisperer/</link>
		
		<dc:creator><![CDATA[Rafael Ramos]]></dc:creator>
		<pubDate>Tue, 03 Jan 2023 16:50:48 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[aiml]]></category>
		<category><![CDATA[Amazon CodeWhisperer]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[codewhisperer]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[jetbrains]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[vscode]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=ebdc93b7f1c76f5271a5c6504b2a4ac5</guid>

					<description><![CDATA[While writing code to develop applications, developers must keep up with multiple programming languages, frameworks, software libraries, and popular cloud services from providers such as AWS. Even though developers can find code snippets on developer communities, to either learn from them or repurpose the code, manually searching for the snippets with an exact or even […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building a centralized Amazon CodeGuru Profiler dashboard for multi-account scenarios</title>
		<link>https://noise.getoto.net/2021/07/19/building-a-centralized-amazon-codeguru-profiler-dashboard-for-multi-account-scenarios/</link>
		
		<dc:creator><![CDATA[Rafael Ramos]]></dc:creator>
		<pubDate>Mon, 19 Jul 2021 15:52:42 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[Amazon CodeGuru Profiler]]></category>
		<category><![CDATA[Amazon Elastic Kubernetes Service]]></category>
		<category><![CDATA[Containers]]></category>
		<category><![CDATA[Cross Account]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=908075e1a43e6eeadc6dc61a1f30bbfe</guid>

					<description><![CDATA[This post shows you how to configure CodeGuru Profiler to collect multiple applications' profiling data into a central account and review the applications’ performance data on one dashboard.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Introducing new self-paced courses to improve Java and Python code quality with Amazon CodeGuru</title>
		<link>https://noise.getoto.net/2021/06/28/introducing-new-self-paced-courses-to-improve-java-and-python-code-quality-with-amazon-codeguru/</link>
		
		<dc:creator><![CDATA[Rafael Ramos]]></dc:creator>
		<pubDate>Mon, 28 Jun 2021 18:01:37 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[announcements]]></category>
		<category><![CDATA[AWS Training and Certification]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[training]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=19ab5112504cd165adff4f5d79e254db</guid>

					<description><![CDATA[This post announces the availability of new self-paced where you learn how to use CodeGuru Reviewer to automatically scan your code base, identify hard-to-find bugs and vulnerabilities, and get recommendations for fixing the bugs and security issues.]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Building a cross-account CI/CD pipeline for single-tenant SaaS solutions</title>
		<link>https://noise.getoto.net/2020/10/18/building-a-cross-account-ci-cd-pipeline-for-single-tenant-saas-solutions/</link>
		
		<dc:creator><![CDATA[Rafael Ramos]]></dc:creator>
		<pubDate>Sun, 18 Oct 2020 00:49:52 +0000</pubDate>
				<category><![CDATA[Advanced (300)]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[AWS CodeBuild]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[ISV]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f6aacf7e0b0e5776626fea959d5d5484</guid>

					<description><![CDATA[This post describes how to automate the deployment process of a single-tenant SaaS solution to deliver software quickly, securely, and less error-prone for each existing tenant. To achieve a higher level of environment segregation across the tenants, I demonstrate all the steps to build and configure a CI/CD pipeline using AWS CodeCommit, AWS CodePipeline, AWS CodeBuild, and AWS CloudFormation. For each new version, the pipeline automatically deploys the same application version on the multiple tenant AWS accounts.]]></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 74/76 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-09 11:52:52 by W3 Total Cache
-->