<?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>Forem: Steve Hiehn</title>
    <description>The latest articles on Forem by Steve Hiehn (@cloakedstudios).</description>
    <link>https://forem.com/cloakedstudios</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%2F268367%2F0c804f6f-b1a9-4e5b-b24f-9a46888f4e08.jpeg</url>
      <title>Forem: Steve Hiehn</title>
      <link>https://forem.com/cloakedstudios</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/cloakedstudios"/>
    <language>en</language>
    <item>
      <title>How should go APIs be structured?  </title>
      <dc:creator>Steve Hiehn</dc:creator>
      <pubDate>Mon, 11 Nov 2019 17:18:30 +0000</pubDate>
      <link>https://forem.com/cloakedstudios/how-should-go-apis-be-structured-2mdd</link>
      <guid>https://forem.com/cloakedstudios/how-should-go-apis-be-structured-2mdd</guid>
      <description>&lt;p&gt;I'm working on a code base that is about yr old.  We basically follow this pattern.  Its working for us but I wish I had more examples of 'the GO way' to structure an API. Is there even a go way?  Really we're just doing it the way a Java/C# API would.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;/CORE/ #domian struts etc
/HANDLERS/ #just http interaction
/SERVICES/ #basically all the business logic
/DAL/ #data access (mostly postgres)
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



</description>
      <category>go</category>
      <category>architecture</category>
    </item>
    <item>
      <title>How many people dream about code?</title>
      <dc:creator>Steve Hiehn</dc:creator>
      <pubDate>Mon, 11 Nov 2019 16:24:53 +0000</pubDate>
      <link>https://forem.com/cloakedstudios/how-many-people-dream-about-code-1ika</link>
      <guid>https://forem.com/cloakedstudios/how-many-people-dream-about-code-1ika</guid>
      <description>&lt;p&gt;At least once a week I have intense stress dreams about fixing bugs in my teams code base.  Then I wake up in a panic and realize everything is fine.  Anyone else experience this?  I don't see myself as being under a lot of stress. &lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
