<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Adrian Brad</title>
    <description>The latest articles on DEV Community by Adrian Brad (@adrianbrad).</description>
    <link>https://dev.to/adrianbrad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F849855%2Fa8836a6c-107b-4971-97f0-746ad3cd2ea5.png</url>
      <title>DEV Community: Adrian Brad</title>
      <link>https://dev.to/adrianbrad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/adrianbrad"/>
    <language>en</language>
    <item>
      <title>Introducing PrivateBTC: A Go package providing an intuitive TUI and a streamlined API.</title>
      <dc:creator>Adrian Brad</dc:creator>
      <pubDate>Tue, 31 Oct 2023 09:08:08 +0000</pubDate>
      <link>https://dev.to/adrianbrad/introducing-privatebtc-a-go-package-providing-an-intuitive-tui-and-a-streamlined-api-3f2j</link>
      <guid>https://dev.to/adrianbrad/introducing-privatebtc-a-go-package-providing-an-intuitive-tui-and-a-streamlined-api-3f2j</guid>
      <description>&lt;p&gt;With PrivateBTC you can launch and manage your Bitcoin private network with ease. Execute and replace transactions by fee, mine blocks, and programmatically delve into chain reorganizations.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/adrianbrad/privatebtc"&gt;https://github.com/adrianbrad/privatebtc&lt;/a&gt;&lt;/p&gt;

</description>
      <category>bitcoin</category>
      <category>go</category>
      <category>tui</category>
    </item>
    <item>
      <title>Announcing v1.3.0 of my queue package implemented in Golang</title>
      <dc:creator>Adrian Brad</dc:creator>
      <pubDate>Tue, 24 Oct 2023 20:41:24 +0000</pubDate>
      <link>https://dev.to/adrianbrad/announcing-v130-of-my-queue-package-implemented-in-golang-4oie</link>
      <guid>https://dev.to/adrianbrad/announcing-v130-of-my-queue-package-implemented-in-golang-4oie</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/adrianbrad/queue"&gt;https://github.com/adrianbrad/queue&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm happy to announce that I've released v1.3.0 of my #queue #golang package: A Linked Queue implementation was added, complementing the Circular, Blocking, and Priority queues. All structures align with the standard Queue interface.&lt;/p&gt;

&lt;p&gt;The package also contains various artifacts that could interest a broader audience. These artifacts include: CI scripts(coverage, lint, testing), golang-ci lint config file, commitizen, example tests, benchmarks and documentation provided by godoc.&lt;/p&gt;

</description>
      <category>go</category>
      <category>programming</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I released v1.2.0 of my queues package implemented in Golang.</title>
      <dc:creator>Adrian Brad</dc:creator>
      <pubDate>Wed, 19 Apr 2023 12:52:23 +0000</pubDate>
      <link>https://dev.to/adrianbrad/i-released-v120-of-my-queues-package-implemented-in-golang-1h4e</link>
      <guid>https://dev.to/adrianbrad/i-released-v120-of-my-queues-package-implemented-in-golang-1h4e</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/adrianbrad/queue"&gt;https://github.com/adrianbrad/queue&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A Circular Queue implementation is now available. Blocking and Priority queues were previously available. All implementations satisfy the Queue interface provided by the package.&lt;/p&gt;

&lt;p&gt;The package also contains various artifacts that could interest a broader audience. These artifacts include: CI scripts(coverage, lint, testing), golang-ci lint config file, commitizen, example tests, benchmarks and documentation provided by godoc.&lt;/p&gt;

</description>
      <category>go</category>
      <category>programming</category>
      <category>opensource</category>
      <category>computerscience</category>
    </item>
    <item>
      <title>Parallel Go tests executed against a PostgreSQL database running on Docker</title>
      <dc:creator>Adrian Brad</dc:creator>
      <pubDate>Tue, 19 Apr 2022 05:12:16 +0000</pubDate>
      <link>https://dev.to/adrianbrad/parallel-go-tests-executed-against-a-postgresql-database-running-on-docker-2m1m</link>
      <guid>https://dev.to/adrianbrad/parallel-go-tests-executed-against-a-postgresql-database-running-on-docker-2m1m</guid>
      <description>&lt;p&gt;Hello, I published an article explaining explaining how to run your Go tests in parallel against a PostgreSQL DB running on Docker. The PSQL container is created and destroyed programmatically, with Go, before and after running the tests.&lt;/p&gt;

&lt;p&gt;Medium article: &lt;a href="https://adrianbrad.medium.com/parallel-postgresql-tests-go-docker-6fb51c016796"&gt;https://adrianbrad.medium.com/parallel-postgresql-tests-go-docker-6fb51c016796&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Github repo with examples: &lt;a href="https://github.com/adrianbrad/psql-docker-tests-example"&gt;https://github.com/adrianbrad/psql-docker-tests-example&lt;/a&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>postgres</category>
      <category>docker</category>
    </item>
  </channel>
</rss>
