<?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>safe | Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</title>
	<atom:link href="https://www.selikoff.net/tag/safe/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Fri, 01 Nov 2024 02:29:04 +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>
<site xmlns="com-wordpress:feed-additions:1">4595340</site>	<item>
		<title>PASSED! Jeanne’s Experience Taking the SAFe ScrumMaster exam.</title>
		<link>https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/</link>
					<comments>https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/#respond</comments>
		
		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Fri, 01 Nov 2024 01:30:38 +0000</pubDate>
				<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[safe]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=17570</guid>

					<description><![CDATA[<p>Today I took the SAFe 6.0 ScrumMaster certification and passed with a score of 80%. Passing is 73%. I was optimizing for passing quickly and not investing a lot of time rather than a high score though. My path to &#8230; <a href="https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/">PASSED! Jeanne’s Experience Taking the SAFe ScrumMaster exam.</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/">PASSED! Jeanne’s Experience Taking the SAFe ScrumMaster exam.</a> was first posted on October 31, 2024 at 9:30 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2024/10/31/passed-jeannes-experience-taking-the-safe-scrummaster-exam/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17570</post-id>	</item>
		<item>
		<title>The Amazon AWS Java SQS Client is *Not* Thread-safe</title>
		<link>https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/</link>
					<comments>https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/#comments</comments>
		
		<dc:creator><![CDATA[Scott Selikoff]]></dc:creator>
		<pubDate>Thu, 15 Feb 2018 03:41:58 +0000</pubDate>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Java/Java EE]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[concurrency]]></category>
		<category><![CDATA[java8]]></category>
		<category><![CDATA[java9]]></category>
		<category><![CDATA[safe]]></category>
		<category><![CDATA[sqs]]></category>
		<category><![CDATA[thead]]></category>
		<category><![CDATA[threadsafe]]></category>
		<guid isPermaLink="false">https://www.selikoff.net/?p=8576</guid>

					<description><![CDATA[<p>I recently added long polling to an Amazon SQS project that processes thousands of messages a minute. The idea was simple: Spawn N number of threads (let&#8217;s say 60) that repeatedly check an SQS queue using long polling Each thread &#8230; <a href="https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/">Continue reading <span class="meta-nav">&#8594;</span></a></p>
The post <a href="https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/">The Amazon AWS Java SQS Client is *Not* Thread-safe</a> first appeared on <a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>.<hr style="border-top: black solid 1px" /><a href="https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/">The Amazon AWS Java SQS Client is *Not* Thread-safe</a> was first posted on February 14, 2018 at 10:41 pm.<br />&copy;2019 &quot;<a href="https://www.selikoff.net">Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky</a>&quot;. Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at <!--email_off-->scott@selikoff.net<!--/email_off--><br />]]></description>
		
					<wfw:commentRss>https://www.selikoff.net/2018/02/14/the-amazon-aws-java-sqs-client-not-thread-safe/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">8576</post-id>	</item>
	</channel>
</rss>
