<?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: Jacob Andersen</title>
    <description>The latest articles on DEV Community by Jacob Andersen (@simpleauthority).</description>
    <link>https://dev.to/simpleauthority</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%2F347550%2Faa380ff1-3e29-412f-baf5-d1fa1da5b063.jpeg</url>
      <title>DEV Community: Jacob Andersen</title>
      <link>https://dev.to/simpleauthority</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/simpleauthority"/>
    <language>en</language>
    <item>
      <title>Using Cloudflare Workers for an entire API</title>
      <dc:creator>Jacob Andersen</dc:creator>
      <pubDate>Mon, 01 Jun 2020 18:03:35 +0000</pubDate>
      <link>https://dev.to/simpleauthority/using-cloudflare-workers-for-an-entire-api-1109</link>
      <guid>https://dev.to/simpleauthority/using-cloudflare-workers-for-an-entire-api-1109</guid>
      <description>&lt;p&gt;Has anybody used Cloudflare Workers (or any other serverless provider!) for an entire REST API?&lt;/p&gt;

&lt;p&gt;I am thinking of creating my new app's API using workers. The API will include user authentication w/ JWT, as well as multiple CRUD repositories either using Cloudflare's KV database or some other storage system.&lt;/p&gt;

&lt;p&gt;My question is, is Worker's (or serverless in general) a good option here?&lt;/p&gt;

&lt;p&gt;My normal experience is renting a full server (root access) and running my applications through that, which is a stark contrast to writing an application and deploying to hundreds of edge servers!&lt;/p&gt;

&lt;p&gt;Do I need to worry about sync issues, etc?&lt;/p&gt;

</description>
      <category>sanitycheck</category>
      <category>question</category>
    </item>
    <item>
      <title>Is it okay if my app is not microservices-based?</title>
      <dc:creator>Jacob Andersen</dc:creator>
      <pubDate>Fri, 20 Mar 2020 02:15:41 +0000</pubDate>
      <link>https://dev.to/simpleauthority/is-it-okay-if-my-app-is-not-microservices-based-3657</link>
      <guid>https://dev.to/simpleauthority/is-it-okay-if-my-app-is-not-microservices-based-3657</guid>
      <description>&lt;p&gt;I have a bad habit of throwing myself into analysis paralysis over issues that I shouldn't be thinking so hard about.&lt;/p&gt;

&lt;p&gt;I also tend to hop on bandwagons and then get lost in the technobabble.&lt;/p&gt;

&lt;p&gt;To be clear, this post is not so much seeking to give advice, but to ask:&lt;/p&gt;

&lt;p&gt;Is it okay if my app is not microservices-based? At least, at the start?&lt;/p&gt;

&lt;p&gt;Do you recommend any articles I can read about the topic and when to split the app into microservices?&lt;/p&gt;

&lt;p&gt;I am developing an application that is highly ambitious -- it aims to teach languages, but also to be a social platform for those learning the languages. In its future, it aims to be a dating platform and also offer e-commerce services.&lt;/p&gt;

&lt;p&gt;For now, we just want to get off the ground.&lt;/p&gt;

&lt;p&gt;I decided to go with Spring Boot and with that I also decided that to go with microservices from the ground up.&lt;/p&gt;

&lt;p&gt;Now, in development, I have to run 6 apps just to test a few routes and it's quickly becoming unmaintainable and I'm certain there are people on the verge of imploding with Cringe(TM) as they read that.&lt;/p&gt;

&lt;p&gt;I'm coming to the understanding that for an app to be properly split into microservices, each microservice actually needs to be able to run on its own and stand alone. If for example one goes down, that would not affect the entire application as a whole.&lt;/p&gt;

&lt;p&gt;In my case, if one goes down, the entire thing goes belly up. So really, what I'm doing is running a complex monolith...with separate code-bases. Would you agree?&lt;/p&gt;

&lt;p&gt;I'm generally just looking for some guidance here. I'm seriously considering going with a single Spring Boot (monolith) project to seriously simplify the project, my life, my productivity, and my stress levels.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Is that okay?&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>microservices</category>
      <category>monolith</category>
      <category>spring</category>
      <category>java</category>
    </item>
  </channel>
</rss>
