<?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: tamusjroyce</title>
    <description>The latest articles on DEV Community by tamusjroyce (@tamusjroyce).</description>
    <link>https://dev.to/tamusjroyce</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%2F146293%2Ff6c38265-2caf-487d-a0e5-bf14e5f11eb3.jpeg</url>
      <title>DEV Community: tamusjroyce</title>
      <link>https://dev.to/tamusjroyce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tamusjroyce"/>
    <language>en</language>
    <item>
      <title>Stop using the terms monolith and microservice</title>
      <dc:creator>tamusjroyce</dc:creator>
      <pubDate>Tue, 25 Apr 2023 12:33:50 +0000</pubDate>
      <link>https://dev.to/tamusjroyce/stop-using-the-terms-monolith-and-microservice-3aj5</link>
      <guid>https://dev.to/tamusjroyce/stop-using-the-terms-monolith-and-microservice-3aj5</guid>
      <description>&lt;p&gt;Stop using the terms monolith and microservice.&lt;/p&gt;

&lt;p&gt;The concepts are distributed vs remoting. You can even setup API’s to do both. And I said can. Not that it should do both.&lt;/p&gt;

&lt;p&gt;Martin Fowler is wrong in using monolith. He should say big-ball-of-mud. Linux 1.2a kernel was the last monolith. And the famous debate changed it, to this day, from being one.&lt;/p&gt;

&lt;p&gt;gRPC, GraphQL, and message queues/event stores are not microservices. No matter how closely you try to get it to fit. Or even by extending microservices.&lt;/p&gt;

&lt;p&gt;These are all remoting&lt;/p&gt;

&lt;p&gt;Distributed means a registry like npmjs, nuget, github/gitlab, local, has a copy you pull into your project and use. Or an installer you download.&lt;/p&gt;

&lt;p&gt;The question isn’t how remoting and distributed are different. But how are they similar? How are they the same?&lt;/p&gt;

&lt;p&gt;It a website needs to do something secure, use remoting.&lt;/p&gt;

&lt;p&gt;If functionality needs distributed, use distributed.&lt;/p&gt;

&lt;p&gt;If what that otherwise distributed resource needs protected, use remoting.&lt;/p&gt;

&lt;p&gt;There is more value in discussing the type of app you are writing:&lt;/p&gt;

&lt;p&gt;Is a website too complex?&lt;br&gt;
Should I create a desktop app? At least at first&lt;br&gt;
etc…&lt;/p&gt;

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