<?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>scripting &#8211; Rafael Bernard Araujo</title>
	<atom:link href="https://rafael.bernard-araujo.com/tag/scripting/feed" rel="self" type="application/rss+xml" />
	<link>https://rafael.bernard-araujo.com</link>
	<description>desenvolvendo... while(!success){  try(); }</description>
	<lastBuildDate>Mon, 22 Jul 2024 01:09:14 +0000</lastBuildDate>
	<language>pt-BR</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">21941730</site>	<item>
		<title>Tropeçando 101</title>
		<link>https://rafael.bernard-araujo.com/tropecando-101.php</link>
					<comments>https://rafael.bernard-araujo.com/tropecando-101.php#respond</comments>
		
		<dc:creator><![CDATA[rafael]]></dc:creator>
		<pubDate>Tue, 17 Aug 2021 02:38:02 +0000</pubDate>
				<category><![CDATA[Tropeçando]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[PostGreSQL]]></category>
		<category><![CDATA[scripting]]></category>
		<guid isPermaLink="false">https://rafael.bernard-araujo.com/?p=1410</guid>

					<description><![CDATA[Minimal safe Bash script template Bash scripts. Almost anyone needs to write one sooner or later. Almost no one says “yeah, I love writing them”. And that’s why almost everyone is putting low attention while writing them. I won’t try to make you a Bash expert (since I’m not a one either), but I will [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><a href="https://betterdev.blog/minimal-safe-bash-script-template/">Minimal safe Bash script template</a></p>
<blockquote>
<p>Bash scripts. Almost anyone needs to write one sooner or later. Almost no one says “yeah, I love writing them”. And that’s why almost everyone is putting low attention while writing them.</p>
<p>I won’t try to make you a Bash expert (since I’m not a one either), but I will show you a minimal template that will make your scripts safer. You don’t need to thank me, your future self will thank you.</p>
</blockquote>
<p><a href="https://github.com/mhadidg/software-architecture-books">Software Architecture Books</a></p>
<blockquote>
<p>A comprehensive list of books on Software Architecture.</p>
<p>People in the software industry have long argued about a definition of architecture. Ralph Johnson famously defined software architecture as &quot;the important stuff (whatever that is).&quot; I, subjectively, followed his definition while deciding whether or not to include a specific book.</p>
</blockquote>
<p><a href="https://moduscreate.com/blog/8-tips-to-master-asynchronous-communication/">8 Tips to Master Asynchronous Communication</a></p>
<blockquote>
<p>Great tips for using asynchronous communication in your favour. It’s the reason why some remote teams thrive while others grapple with anxiety and exhaustion.</p>
</blockquote>
<p><a href="https://www.cybertec-postgresql.com/en/postgresql-limit-vs-fetch-first-rows-with-ties/" class="broken_link">POSTGRESQL: LIMIT VS FETCH FIRST ROWS … WITH TIES</a></p>
<blockquote>
<p>Most people in the SQL and in the PostgreSQL community have used the LIMIT clause provided by many database engines. However, what many do not know is that LIMIT / OFFSET are off standard and are thus not portable. The proper way to handle LIMIT is basically to use SELECT … FETCH FIRST ROWS. However, there is more than meets the eye.</p>
</blockquote>
<p><a href="https://www.youtube.com/watch?v=i_91jNrRYWk">PostgreSQL Parallelism Do’s and Don’ts</a></p>
<blockquote>
<p>PostgreSQL can apply parallel processing to speed up query performance. But the PostgreSQL query planner and internals are complex, making it a challenge to predict how parallel processing will affect different queries.</p>
<p>In this webinar, you’ll learn parallelism best practices to maximize your PostgreSQL query performance.</p>
</blockquote>
]]></content:encoded>
					
					<wfw:commentRss>https://rafael.bernard-araujo.com/tropecando-101.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1410</post-id>	</item>
	</channel>
</rss>
