<?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>Mahesh Biradar &#8211; Noise</title>
	<atom:link href="https://noise.getoto.net/author/mahesh-biradar/feed/" rel="self" type="application/rss+xml" />
	<link>https://noise.getoto.net</link>
	<description>The collective thoughts of the interwebz</description>
	<lastBuildDate>Wed, 22 Mar 2023 16:25:11 +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>Integrating with GitHub Actions – Amazon CodeGuru in your DevSecOps Pipeline</title>
		<link>https://noise.getoto.net/2023/03/22/integrating-with-github-actions-amazon-codeguru-in-your-devsecops-pipeline/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Wed, 22 Mar 2023 16:25:11 +0000</pubDate>
				<category><![CDATA[Amazon CodeGuru]]></category>
		<category><![CDATA[AWS CloudFormation]]></category>
		<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Customer Solutions]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[DevSecOps]]></category>
		<category><![CDATA[Github]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Technical How-to]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=005fd07e3089ab8cbeb4a94830ae287c</guid>

					<description><![CDATA[Many organizations have adopted DevOps practices to streamline and automate software delivery and IT operations. A DevOps model can be adopted without sacrificing security by using automated compliance policies, fine-grained controls, and configuration management techniques. However, one of the key challenges customers face is analyzing code and detecting any vulnerabilities in the code pipeline due […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating with GitHub Actions – CI/CD pipeline to deploy a Web App to Amazon EC2</title>
		<link>https://noise.getoto.net/2022/03/29/integrating-with-github-actions-ci-cd-pipeline-to-deploy-a-web-app-to-amazon-ec2/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Tue, 29 Mar 2022 14:48:03 +0000</pubDate>
				<category><![CDATA[AWS CodeDeploy]]></category>
		<category><![CDATA[CI/CD]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[GitHub Actions]]></category>
		<category><![CDATA[Web Identity Federation]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=e804871be5ca1eadbf1d85bcc50640c6</guid>

					<description><![CDATA[Many Organizations adopt DevOps Practices to innovate faster by automating and streamlining the software development and infrastructure management processes. Beyond cultural adoption, DevOps also suggests following certain best practices and Continuous Integration and Continuous Delivery (CI/CD) is among the important ones to start with. CI/CD practice reduces the time it takes to release new software […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Hackathons with AWS Cloud9: Collaboration simplified for your next big idea</title>
		<link>https://noise.getoto.net/2021/06/12/hackathons-with-aws-cloud9-collaboration-simplified-for-your-next-big-idea/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Sat, 12 Jun 2021 01:02:32 +0000</pubDate>
				<category><![CDATA[AWS Cloud9]]></category>
		<category><![CDATA[AWS CodeCommit]]></category>
		<category><![CDATA[Collaboration]]></category>
		<category><![CDATA[Developer Tools]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[hackathon]]></category>
		<category><![CDATA[Idea]]></category>
		<category><![CDATA[Intermediate (200)]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=9440845df8c13f0d2a52a762f76ac50a</guid>

					<description><![CDATA[Many organizations host ideation events to innovate and prototype new ideas faster.  These events usually run for a short duration and involve collaboration between members of participating teams. By the end of the event, a successful demonstration of a working prototype is expected and the winner or the next steps are determined. Therefore, it’s important […]]]></description>
		
		
		<enclosure url="" length="0" type="" />

			</item>
		<item>
		<title>Integrating AWS Device Farm with your CI/CD pipeline to run cross-browser Selenium tests</title>
		<link>https://noise.getoto.net/2021/03/04/integrating-aws-device-farm-with-your-ci-cd-pipeline-to-run-cross-browser-selenium-tests/</link>
		
		<dc:creator><![CDATA[Mahesh Biradar]]></dc:creator>
		<pubDate>Wed, 03 Mar 2021 23:02:13 +0000</pubDate>
				<category><![CDATA[automation]]></category>
		<category><![CDATA[AWS CodePipeline]]></category>
		<category><![CDATA[AWS CodeStar]]></category>
		<category><![CDATA[AWS Device Farm]]></category>
		<category><![CDATA[Continuous Delivery]]></category>
		<category><![CDATA[Continuous Integration]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Selenium]]></category>
		<category><![CDATA[Test Automation]]></category>
		<category><![CDATA[testing]]></category>
		<category><![CDATA[Web app]]></category>
		<guid isPermaLink="false">http://noise.getoto.net/?guid=f17998b65b34efba0bacc68f853a678c</guid>

					<description><![CDATA[Continuously building, testing, and deploying your web application helps you release new features sooner and with fewer bugs. In this blog, you will create a continuous integration and continuous delivery (CI/CD) pipeline for a web app using AWS CodeStar services and AWS Device Farm’s desktop browser testing service.  AWS CodeStar is a suite of services […]]]></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 41/119 objects using Memcached
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching using Memcached

Served from: noise.getoto.net @ 2026-02-09 12:00:28 by W3 Total Cache
-->